lawchristopher
Forum Replies Created
-
Wow I don’t know how I missed that!
Thanks for pointing that out!
Forum: Plugins
In reply to: [Photo Express for Google] Photoswipe Problem When There's Duplicate ImagesAh that makes sense. Then I guess it would be saved in memcached. Thanks!
Forum: Plugins
In reply to: [Photo Express for Google] Photoswipe Problem When There's Duplicate ImagesIt seems to work! I suppose a nice touch would be to remove duplicates from the carousel. I do have a question about the cache. How and where does it cache the files? I’m trying to figure how best to use the expiration. 0 would make sense if each album is specific to a post and will never be updated. But, if it takes up a lot of space I suppose you would want it to expire over time. I do use W3 Total Cache for caching at the moment via memcached. If you need any other details about my setup let me know.
Forum: Plugins
In reply to: [Photo Express for Google] Request Images Over https://It seems to work 🙂 Looks pretty good. No warnings or errors now.
Forum: Plugins
In reply to: [Photo Express for Google] Photoswipe Problem When There's Duplicate ImagesI’ll give it a try and let you know! Thanks for all your hard work!
Forum: Plugins
In reply to: [Photo Express for Google] Request Images Over https://Mixed Content: The page at ‘https://lawchristopher.com/london-tower-of-london/’ was loaded over HTTPS, but requested an insecure image ‘http://lh3.googleusercontent.com/-6RWIWDpM_V0/UcDD84L4ovI/AAAAAAAAFt0/hXXr_qt_nnM/s1000/IMG_8300.jpg’. This content should also be served over HTTPS.
Here’s an example. Basically happens when clicking/fetching the image. Ah, but your suggestion does work. Didn’t realize that’s where it was getting it from haha but it would be nice if it was automatic.
Forum: Plugins
In reply to: [Photo Express for Google] Photoswipe navigationAh. I figured out my problem with the ghost image. I accidentally had another PhotoSwipe plugin installed. My bad. Hmm. You’re right, full screen is working now. It might’ve been the plugin conflict. Thanks for testing it out though!
Forum: Plugins
In reply to: [Photo Express for Google] Photoswipe navigationJust 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.
Forum: Plugins
In reply to: [Photo Express for Google] Photoswipe navigationIt’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;">Forum: Plugins
In reply to: [Photo Express for Google] Photoswipe navigationSo 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.
Forum: Plugins
In reply to: [Photo Express for Google] Photoswipe navigationI 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.
Forum: Plugins
In reply to: [WP-SpamShield] WooCommerce Registration CSS AdjustmentsThat’s was so quick! Thanks 🙂
Forum: Plugins
In reply to: [Photo Express for Google] Photoswipe navigationThere’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?
The 4.0 version is much nicer and likely less buggy.