Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration
You are here: Home

enzocapone

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • December 6, 2012 at 6:57 am in reply to: Lightbox Ultimate – no lightbox is shown but it links directly to youtube #46953
    enzocapone
    Member

    really?? i thought it had .

    anyways now that you say its not, i will have to make a css myself for it ..

    December 5, 2012 at 5:30 am in reply to: Lightbox Ultimate – no lightbox is shown but it links directly to youtube #46951
    enzocapone
    Member

    hi.

    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 4, 2012 at 12:17 pm in reply to: Lightbox Ultimate – no lightbox is shown but it links directly to youtube #46949
    enzocapone
    Member

    with all of them. i dont see the play button for any.

    December 3, 2012 at 6:34 am in reply to: Lightbox Ultimate – no lightbox is shown but it links directly to youtube #46947
    enzocapone
    Member

    hi,

    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.

    November 29, 2012 at 8:24 am in reply to: Lightbox Ultimate – no lightbox is shown but it links directly to youtube #46945
    enzocapone
    Member

    Also 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 8:22 am in reply to: Lightbox Ultimate – no lightbox is shown but it links directly to youtube #46944
    enzocapone
    Member

    hi

    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 28, 2012 at 6:15 am in reply to: Lightbox Ultimate – no lightbox is shown but it links directly to youtube #46942
    enzocapone
    Member

    Hi,

    the link you provided tells me the wp_footer() has not been defined.

    I am using a hybrid child theme which has footer and other things properly defined. still i dont see things working

    1. POPUP for youtube doesnt work still

    2. In the footer (click on next till you go to the last video) click on the video and you see there is no visuals only sound.

    the site being referred here is http://www.italiancornerstore.com/post/

    I have to ask this question again as i have still not got any satisfactory reply.

    You help will be highly apreciated

    November 27, 2012 at 1:12 pm in reply to: Lightbox Ultimate – no lightbox is shown but it links directly to youtube #46940
    enzocapone
    Member

    update:

    there is a footer scroll. go to the last scroll clickin on next and click on it. shows up video with sound but no images.

    URL : http://www.italiancornerstore.com/post/

    November 27, 2012 at 5:07 am in reply to: Lightbox Ultimate – no lightbox is shown but it links directly to youtube #46939
    enzocapone
    Member

    http://www.italiancornerstore.com/post/

    on the side bar there are green images with text 300×169 thumbnail images written.

    1st one is linked to video on my server and 2nd one to youtube.

    November 26, 2012 at 10:12 am in reply to: Lightbox Ultimate – no lightbox is shown but it links directly to youtube #46937
    enzocapone
    Member

    same problem with me as well

    1. checked for dual reference of jquery – none are there

    2. this worked just a day before and apart from adding content no plugin was added

    3. popup with videos on my server works but not with youtube videos

    November 1, 2012 at 6:33 am in reply to: WP Lightbox Ultimate – shortcode in sidebar widget #50898
    enzocapone
    Member

    ok solved it myself.. thanks..

    November 1, 2012 at 5:34 am in reply to: WP Lightbox Ultimate – shortcode in sidebar widget #50897
    enzocapone
    Member

    http://www.italiancornerstore.com/post/

    check this link. see the sidebar.

    i had used jwplayer the same way and used jwplayer_tag_callback() to convert the shortcode into actual script. is there something for flowplayer and your script??

    October 31, 2012 at 5:37 am in reply to: WP Lightbox Ultimate – shortcode in sidebar widget #50896
    enzocapone
    Member

    hi, thanks for the reply. I have tried that and it works fantastic.

    here i want to use your short code in a plugin code i am creating. Its just that I want to give the client a plugin which i he just needs to select from drop down and i code it for him. so he doesnt have to work around with the codes or tags..

    October 30, 2012 at 12:52 pm in reply to: wp ultimate lightbox – jQuery conflicts prevent other scripts from loading #50755
    enzocapone
    Member

    thanks the issue has been sorted. i updates my other plugin to the latest.. though the original author didnt have latest version, had to do it myself.

    October 26, 2012 at 12:42 pm in reply to: wp ultimate lightbox – jQuery conflicts prevent other scripts from loading #50753
    enzocapone
    Member

    hi

    plz refer to this link below. there is both the plugins..

    http://www.italiancornerstore.com/post/culture/culture-second-post

  • Author
    Posts
Viewing 15 posts - 1 through 15 (of 15 total)

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ