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

    (@mbrsolution)

    Hi, the following is an example of embedding YouTube videos.

    <a href="https://www.youtube.com/watch?v=G7z74BvLWUg"
    rel="wp-video-lightbox" title=""><img
    src="https://example.com/images/thumbnails/youtube.jpg"
    alt="YouTube" width="60" /></a>

    I also check your URL in my browsers SeaMonkey and Google Chrome and it is working for me.

    Can you make sure that you delete the browser cache. Also make sure that you are not logged in while viewing your front page.

    Thank you

    Thread Starter tiffany73

    (@tiffany73)

    Hi!
    I used also using your code, deleted the cache and tried with another browser., then agian without beeing logged in, but the problem persists.
    The lightbox still does not open in the right position. I see it on the right side at the bottom of the page and not at the center.

    Here you can find the link to the Screen shots so that you can see my visualization:

    https://www.zenshare.it/wp-content/uploads/Shot2.jpg

    https://www.zenshare.it/wp-content/uploads/Shot1.jpg

    `

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, thank you for providing more information. Now I know what you are talking about. Yes it does not open up in the center. I had a look at the code. Please see below.

    When the video opens up it assigns the following CSS code to the lightbox element. Notice the following left: 624.5px; This code is pushing the lightbox to the right hand side. And this code top: 159.5px; is pushing the lightbox to the bottom from the top.

    element.style {
        display: block;
        left: 624.5px;
        top: 159.5px;
        width: 100px;
    }

    The above code is assigned to the following class.

    class=”pp_pic_holder light_rounded”

    What ever you have updated in the last few weeks has caused this issue. I think you might have updated your theme?

    Thread Starter tiffany73

    (@tiffany73)

    Hi thank you so much for all the support you are giving me,
    I did not updated the theme but for sure I updated some other plugins
    Here is the list of all my plugins.
    I hope this can help you.

    https://www.zenshare.it/wp-content/uploads/Shot3Plugins.jpg

    Could it depend on some of them that causes any confilct with yours?

    I’m writing from Italy, after 13.00 o’clock (local time), I will not be available, but I’ll be able to give you my feedback, tomorrow morning.

    Thank you again!

    Plugin Support mbrsolution

    (@mbrsolution)

    I look forward to your reply ??

    Kind regards

    Thread Starter tiffany73

    (@tiffany73)

    Hi thank you so much for all the support you are giving me,as I told you
    I did not update the theme ( Dixit) beacause it is no more available, but for sure I updated some other plugins
    Here is the list of all my plugins.
    I hope this screen shot can help you.

    https://www.zenshare.it/wp-content/uploads/Shot3Plugins.jpg

    Could it depend on some of them that causes any confilct with yours?

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, did you add the code I suggested above?

    Thread Starter tiffany73

    (@tiffany73)

    Hi, I tried but the problem is not only the position but also the aspect of the ligthbox as you can see in this screenshot.

    https://www.zenshare.it/wp-content/uploads/Screen4.jpg

    Thread Starter tiffany73

    (@tiffany73)

    Hi! I found th plugin that causes problems to your plugin.. it is
    jQuery Updater.

    Is this information useful to you?
    Can you fix it or give me some advice?

    Thank you for you kind support

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, so you are saying that if you disable jQuery Updater out plugin works, Is that correct?

    If that plugin is causing a conflict with our plugin, have you contacted the plugin developers for that plugin?

    Thread Starter tiffany73

    (@tiffany73)

    Yes! Exactly!

    I’ve just opened a ticket with the plugin developers. Unfortunately I cannot disable the plugin permanently because it is necessary for the visualization of my image sliders in home page

    Thread Starter tiffany73

    (@tiffany73)

    Hi I opened a ticket 3 days ago with jQuery Updater developer , but I received no answer.

    Have you got any suggestion?

    Thank you

    Plugin Support mbrsolution

    (@mbrsolution)

    Sorry but I don’t have any suggestion just yet. I will wait until you hear from the developers of the other plugin.

    Thread Starter tiffany73

    (@tiffany73)

    ok ??
    Let’hope very soon

    Plugin Author wptipsntricks

    (@wptipsntricks)

    @tiffany73, Why are you using jQuery updater to manually include jQuery 3.0.0? WordPress automatically includes a jQuery copy that is compatible with that particular version. All the plugins and themes (that require jQuery) need to include it with this API:

    https://developer.www.ads-software.com/reference/functions/wp_enqueue_script/

    In WordPress 4.5 jQuery was updated to version 1.12.4. We can’t get it to work with a version that is not supported by the core WordPress yet.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Pop up is not working anymore’ is closed to new replies.