Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Lightbox Ultimate – no lightbox is shown but it links directly to youtube
- This topic has 30 replies, 6 voices, and was last updated 11 years, 10 months ago by
wpCommerce.
-
AuthorPosts
-
November 28, 2012 at 10:55 pm #46943
wpCommerce
ModeratorYou are using the prettyPhoto shortcode but I don’t see the following function defined anywhere on that page:
$("a[rel^='wp_lightbox_prettyPhoto']").prettyPhoto()
Until this function is defined lightbox won’t get triggered. And this is happening because your theme doesn’t have the
wp_footer()
call.Please switch to the default WordPress theme (example: twenty ten) to see what I’m talking about.
November 29, 2012 at 8:22 am #46944enzocapone
Memberhi
reg footer
this is my footer.php code
======================<?php
/**
* Footer Template
*
* The footer template is generally used on every page of your site. Nearly all other
* templates call it somewhere near the bottom of the file. It is used mostly as a closing
* wrapper, which is opened with the header.php file. It also executes key functions needed
* by the theme, child themes, and plugins.
*
* @package Hybrid
* @subpackage Template
*/
?>
<?php do_atomic( ‘after_container’ ); // hybrid_after_container ?>
</div><!– #container –>
<div id=”footer-container”>
<?php do_atomic( ‘before_footer’ ); // hybrid_before_footer ?>
<div id=”footer”>
<?php //get_sidebar(‘Footer Widget’); //get the sidebar ?>
<?php do_atomic( ‘footer’ ); // hybrid_footer ?>
</div><!– #footer –>
<?php do_atomic( ‘after_footer’ ); // hybrid_after_footer ?>
</div><!– #footer-container –>
</div><!– #body-container –>
<?php do_atomic( ‘after_html’ ); // hybrid_after_html ?>
<?php wp_footer(); // wp_footer ?>
</body>
</html>
=============================
hence i have a wp_footer()
secondly,
If i use any other popup like fancy box it generates this code
uery(document).ready(function($){
$(function(){
$(‘div#wplu50b71b4063ce8’).hide();
$(“a[rel=wp_lightbox_flowplayer_video_rel_wplu50b71b4063ce8]”).fancybox({
‘type’ : ‘inline’,
‘href’ : ‘#wplu50b71b4063ce8’,
‘scrolling’ : ‘no’,
‘showCloseButton’: 1,
‘transitionIn’ : ‘elastic’,
‘transitionOut’ : ‘elastic’,
‘titleShow’ : 1,
‘titlePosition’ : ‘outside’,
‘overlayOpacity’ : 0.3,
onStart:function(){
$(‘div#wplu50b71b4063ce8’).show();
So if this also goes into footer, then this shouldnt come up as well. how is this one working fine where are prettyphoto doesnt work. i deactivated all my plugins to check if its messing.. but none!!!
i dont know where to go from here…
November 29, 2012 at 8:24 am #46945enzocapone
MemberAlso this plugin was working just fine before i posted you the issue ie about a week back. after that no plugin has been installed, just the data was being entered..
November 29, 2012 at 12:06 pm #46946wpCommerce
ModeratorIt’s because that code is coming from our new shortcode. It’s also specific to a single shortcode whereas the prettyPhoto code works for all the prettyPhoto shortcodes.
Did you try switching to the twenty ten WordPress theme? That way we will know if something else is causing this issue.
December 3, 2012 at 6:34 am #46947enzocapone
Memberhi,
I finally solved the issue. Disabled all the plugins and it worked. It was hybrid hook plugin which was causing the problem. Unexpected from a plugin create by justin. anyways justin & you helped me solve the issue.
I thank you for the support.
Just another small issue. I suddenly dont see the play button embedded on the images anymore. it used to be there.
December 3, 2012 at 10:33 pm #46948wpCommerce
ModeratorHi, Which shortcode are you having this issue with?
December 4, 2012 at 12:17 pm #46949enzocapone
Memberwith all of them. i dont see the play button for any.
December 4, 2012 at 9:58 pm #46950wpCommerce
ModeratorNot all of them. Your YouTube video (using prettyPhoto shortcode) is working fine. However, you are using a mp4 video in one of the prettyPhoto shortcodes. None of our prettyPhoto shortcodes can play mp4 video. You will have to use a different shortcode for that (MP4 Video Display section):
In the documentation each shortcode has a title and a short description. This is so users know what type media that particular shortcode can pop up and how you can use different parameters to customize it.
December 5, 2012 at 5:30 am #46951enzocapone
Memberhi.
thanks for reply.
Yes as far as playing videos is concerned all are working fine. even mp4 is working fine. earlier when i had installed ultimate, i used to get a play button over the image so people wud know that there is a video hidden in there. but now it doesnt show. So until and unless you click on it, you wont know there is a video.
I will look thru the link you provided me also in the mean time to find a solution for it.
December 5, 2012 at 10:43 pm #46952wpCommerce
ModeratorLightbox Ultimate doesn’t have any option to show a play button on the anchor image. Did you use your own CSS to customize the image?
December 6, 2012 at 6:57 am #46953enzocapone
Memberreally?? i thought it had .
anyways now that you say its not, i will have to make a css myself for it ..
December 6, 2012 at 11:21 pm #46954wpCommerce
ModeratorYou can easily customize it by specifying the class name in the shortcode:
February 11, 2013 at 6:42 am #46955ozzy
Memberi’m having the same issue as the others described above, but i can’t figure out the problem is.
if you could check out [http://demo.ozzyrodriguez.com/purblox/249], i would be greatly appreciative.
February 11, 2013 at 9:03 am #46956ozzy
Membernevermind.
i fixed the issue by disabling HTML overlay
April 10, 2013 at 9:29 pm #46957paceman
MemberHi with a minimum of fuss I had the Lightbox Ultimate player configured and working fine in WordPress from a .php theme template (using a call) page and also directly from a html page.
However, as of yesterday now its not working and instead of the lightbox it delivers the click to the landing on the Vimeo page… [www.on24.com/careers] can you say if theres a script or something blocking/disabling playback? Thanks for the help.
-
AuthorPosts
- You must be logged in to reply to this topic.