Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author jobinjose01

    (@jobinjose01)

    Now added new features with gallery support like this plugin
    https://www.ads-software.com/plugins/photo-gallery/

    Please update new version

    Thread Starter bikebogota

    (@bikebogota)

    Thanks, but still there is a problem,

    I updated and I can now see the F share button on top right of the lightbox image..

    But when the mouse leaves the picture the F dissapears, it turn into an X (clicking outside the picture equals to close the lightbox)

    Thanks

    Plugin Author jobinjose01

    (@jobinjose01)

    Please update to version 2.1 this should fix the issue.
    make sure clear cache.
    thanks.

    Thread Starter bikebogota

    (@bikebogota)

    Hello, thanks for the update, but still same proble, you can see it picking any pic here:

    The problem is when the mouse leaves the inage, the pluggin F dissapears.

    Plugin Author jobinjose01

    (@jobinjose01)

    Hey,

    Now its working fine for me , make sure you clear browser cache.
    or try it in different browser.

    Plugin Author jobinjose01

    (@jobinjose01)

    Oh sorry I didn’t noticed inside light box.

    ok add this css code in my plugin css files.

    .mfp-figure .wwm_social_share.wwm_top_left{
    top:40px !important;
    }

    Now it should work fine ?? by the way which gallery plugin are you using ? bcoz I can add support to that gallery as well.

    Thread Starter bikebogota

    (@bikebogota)

    Hi! thanks, I added the CSS in your plugin, now the F is inside the pic and I can clic it, but…

    When I clic the F to share the picture, the picture in the facebook post preview is not the one I wanted but the default image.

    I dont use a plugin for the lightbox, it is included in my theme, the theme is called ‘Virtue Premium’ by Kadence.

    Thread Starter bikebogota

    (@bikebogota)

    Hello, did you have the chance to check it?

    Plugin Author jobinjose01

    (@jobinjose01)

    oh sorry I’m bit busy with other stuff,
    will check as soon as possible.

    Thread Starter bikebogota

    (@bikebogota)

    Hello, thanks for the support.

    I still have 2 issues regarding the lightbox:

    1. The Facebook share popup window is displayed below the lightbox image, I have to close the picture to see the FB share window. The popup should be on top of the image.

    2. in the gallery thumbnails, on mouse hover, the thumbnails dissapear.

    please check it here: https://acolombiantraveler.com/best-bmx-pictures/

    Plugin Author jobinjose01

    (@jobinjose01)

    Sorry for the delay.

    1.For me its works fine means FB share poup appears above the lightbox. also there is nothing to do with coding its browser defualt features.

    2. The issue is due to lightbox thumbnail have a class that required for my plugin it get conflict. so please add below JS Script to any of the js file.

    jQuery(document).ready(function(){
    jQuery('.light-dropshaddow').hover(function(){
      jQuery(this).parent('a').removeClass('wwm_socialshare_imagewrapper');
    });
    });

    Please let me know is that fixed or not.

    Thread Starter bikebogota

    (@bikebogota)

    Hello Jobin,

    Regarding the 1st issue, I think the FB popup should be on top the image, just as expected, now the popup hides behind. Please try the example.

    2. I cannot touch the theme javascript, sorry, is there any way You fix this from your side?

    Plugin Author jobinjose01

    (@jobinjose01)

    You don’t need to touch theme script, just add that inside my plugin JS.
    plugins/wwm-socialshare/js/wwm_custom.js at the end of the line just add above script, I can’t update this script in my plugin bcoz this issue happen only with your theme.

    Popup issue is not showing for me it works just like expected see the image.

    Thread Starter bikebogota

    (@bikebogota)

    Hello Jobin, it works now after I included your script, but the popup keeps showing behind the picture, in both Opera and Chrome.

    Plugin Author jobinjose01

    (@jobinjose01)

    For me its works fine on Chrome and Firefox in Linux machine.

    which version of chrome are you using ? also can you try it from any other machine, bcoz it might be the browser version issue.

    I will also check from other machines.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Does it work in picture lightbox? not with me’ is closed to new replies.