• The wordpress theme I use is dt-the7. I know the latest version of the plugin wp video lightbox is ssl ready. I added ssl to my site and noticed my homepage video was blocked for un-secure content. After ‘inspecting element’ in firefox, I found the file that was loading the youtube video. The code is not https://. This isn’t the plugin file, it is the theme plugin file, in the theme directory:
    wp-content/themes/dt-the7/js/plugins/pretty-photo/js/jquery.prettyPhoto.js.
    How do I get the installed ‘wp video lightbox’ plugin to work independently from the theme plugin? I also noticed that some of the installed plugin features don’t work. I assume there is a conflict between both plugins.
    How do I resolve this? Should I look for another plugin that will show a youtube video in a lightbox, but doesn’t use prettyphoto?
    Does the ultimate version of this plugin work differently?
    Please help.

    https://ww.wp.xz.cn/plugins/wp-video-lightbox/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi SteveR123 what is the shortcode you are currently using?

    Thread Starter SteveR123

    (@stever123)

    Video link is in slider at top of home page.

    Website: https://www.aps123.com

    I edited the file jquery.prettyPhoto.js from the theme path above by finding and editing the string:
    movie = ‘http://www.youtube.com/embed/’+movie_id;
    and changing it to:
    movie = ‘https://www.youtube.com/embed/’+movie_id;
    I now don’t get any browser warnings about non-secure content, but many of the controls from the plugin still don’t work.

    I have looked in: Appearance> Themes> Install Plugins, and there are only 3 possible theme plugins, none currently installed. PrettyPhoto is not one of them.

    Thread Starter SteveR123

    (@stever123)

    hmmm… code wouldn’t post in previous comment. I’ll try again:

    <a class="watch_vid_a" href="https://www.youtube.com/watch?v=E-Y9ehLSIMI&feature=youtu.be&rel=0&autoplay=1" rel="wp-video-lightbox" title="APS » It's Your Money" >

    Plugin Support mbrsolution

    (@mbrsolution)

    Do you know if you can disable the prettyPhoto option in your theme? Have you contacted the theme developers?

    Your code above looks good to me.

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Plugin conflict with theme plugin – prettyphoto’ is closed to new replies.