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

    (@thhake)

    Thanks for reporting, I’ll fix this with the next version.

    Thread Starter Han Balk

    (@beam63)

    Hope, you get it fixed soon. Currently running nearly 10.000 images in over 50 albums with your plugin and apart of the Photoswipe button it runs great.

    Thanks again.

    There’s always been a lot of css problems with the plugin. I was wondering. Would you be able to upgrade the version of photoswipe in the plugin?

    https://photoswipe.com/

    The 4.0 version is much nicer and likely less buggy.

    Plugin Author thhake

    (@thhake)

    I’m currently trying to upgrade to version 4. It takes a little bit longer than I thought, because version 4.0 needs to know the dimensions of a photo in advance. So I’ll have to change the access to get google photos.

    I will keep you updated.

    Thread Starter Han Balk

    (@beam63)

    Using the new Photoswipe will give the PEfG-plug-in a real boost!

    This plug-in shows some crops of images on the masonary-page. Sometimes these are a bit weird crops.

    This may not be the correct place to post them, so forgive me, but I’ve two feature requests:

    Don’t let the plug-in crop images, and display them just like the masonay at Google. Less important but very useful I would like to control the height of the masonary rows.

    Did I already say I’m very happy that you’re working on this plug-in? Thanks!

    Plugin Author thhake

    (@thhake)

    Hello Han Balk. I’ve just updated “Photo Express for Google” on the github page. Can you download this version from here and try it out? It is the current preview version of 0.2 that includes photoswipe 4 and fixes the error in the settings page. Please give me some feedback ??

    I’ll have a look into the google+ gallery like style. Maybe I’ll leverage some external library for this, so that it is based on stable code.

    Thread Starter Han Balk

    (@beam63)

    Hello thhake. Your wish is my command ??

    Just updated and it looks awesome! I enabled the additional Photoswipe features and sofar I didn’t see any issues.

    Take a look at my latest album at: https://hanbalk.nl/project/dance2demo-deventer-2015/

    Thanks!

    Hey Thhake,

    I also updated and I saw the proper controls but they vanished again. I checked all the Photoswipe caption options “on” but I got only the left-right controls.

    After logging out of the WordPress backend, I saw the controls again.. ??

    I also updated and I saw the proper controls but they vanished again. I checked all the Photoswipe caption options “on” but I got only the left-right controls.

    After logging out of the WordPress backend, I saw the controls again.. ??

    This is because they’re covered by the admin-bar. If you’re using Custom CSS or a Child Theme add this to your stylesheet .pswp–open { z-index: 999999; }

    That should fix it. However, I’m running into another weird issue. https://lawchristopher.com/london-tower-of-london/ If you go to that link. Try clicking on an image. Then close it. Then scroll back to the top. You’ll notice that the last image that was viewed is left hovering around the title area for some reason.

    Thread Starter Han Balk

    (@beam63)

    the proper controls but they vanished

    Are you sure that’s not by design? On my site they disappear when you navigate with the arrow keys and become visable again when you move the mouse. Just like on Photoswipe.com

    I may have had the same issue with the options. I (thought) I switched them on, but they didn’t showed up. After I tried again it remained okay.

    Didn’t mention it in my previous reply, thought it was my own mistake…

    So I’ve gone through the CSS and it looks like, even after closing the viewer the CSS class pswp–open sticks with display: block; instead of display: none; I’m not much of a js guru to fix this ?? Hopefully that helps though.

    Thread Starter Han Balk

    (@beam63)

    lawchristopher could it be caused by servercaching? Refreshing the page removes the “ghost” image on top of the menu again.

    It’s not to do with server cache as far as I can tell. When closing the viewer it does remove a number of class tags from the <div> under <!– Root element of PhotoSwipe. Must have class pswp. –> but forgets to remove pswp–open, which would solve the problem entirely. Ideally, you’d want the <div> to return to this:
    <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">

    From this:
    <div class="pswp pswp--supports-fs pswp--open pswp--notouch pswp--css_animation pswp--svg pswp--visible pswp--open pswp--animate_opacity pswp--notouch pswp--css_animation pswp--svg pswp--zoom-allowed pswp--animated-in pswp--has_mouse" tabindex="-1" role="dialog" aria-hidden="false" style="position: fixed; opacity: 1;">

    Just noticed another bug as well. Clicking “Full Screen” doesn’t seem to work. It tries and goes a bit crazy. Unable to achieve what you would normally by pressing F11 on Chrome.

    Thread Starter Han Balk

    (@beam63)

    I don’t have the full-screen option enabled, cause I’m only displaying 600px images.

    Can’t test it right now. I’ll post an update tonight.

    BTW: I don’t see any full-screen issue on your site…

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Photoswipe navigation’ is closed to new replies.