- This topic has 1 reply, 2 voices, and was last updated 12 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Lightbox Ultimate-Vimeo video doesn't pop up/ Warning message displayed
Tagged: lightbox ultimate error
Hi,
I just downloaded your Lightbox Ultimate plugin for my wordpress blog and after I installed it and went to the settings page this message displayed at the top of the page.
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/31/8236831/html/wp-content/plugins/wp-lightbox-ultimate/wp_lightbox_config.php: in /home/content/31/8236831/html/wp-content/themes/alchemist/functions.php on line 6
Here is the beginning code of my functions.php the warning is referring to
<?php
/**
* @Alchemist Functions
*
*/
session_start(); // For demo.
$functions_path = TEMPLATEPATH . ‘/functions/’;
$includes_path = TEMPLATEPATH . ‘/includes/’;
require_once ($functions_path . ‘widgets/popular-posts.php’);
require_once ($functions_path . ‘custom-functions.php’);
require_once ($functions_path . ‘custom-shortcodes.php’);
require_once ($functions_path . ‘metabox-function.php’);
require_once ($functions_path . ‘sidebar-function.php’);
require_once ($functions_path . ‘footer-function.php’);
require_once ($functions_path . ‘exclude-function.php’);
require_once ($functions_path . ‘wp-three.php’);
?>
<?php
define(‘MTHEME_JS’, get_template_directory_uri() . ‘/js’ );
function mtheme_JS_scripts() {
I tried to embed a video using the plugin on draft of a new page anyway just to test it out and used this short code
[wp_lightbox_prettyPhoto_video link=”http://vimeo.com/37431425″ width=”500″ height=”500″ description=”Mantis” source=”http://b.vimeocdn.com/ts/257/157/257157663_200.jpg” title=”The Mantis”]
When I previewed the page draft and the thumbnail of the image is displayed on the page. When I clicked on it the lightbox played didn’t pop up and the browser took me to the actual vimeo page the video is on.
Hi, try a deactivation and reactivation of the plugin to see if the message still shows up.
Could you post a link to the page where you are using this shortcode?