thhake
Forum Replies Created
-
Forum: Plugins
In reply to: [Photo Express for Google] Photoswipe Problem When There's Duplicate ImagesOnly the answers to the Google API requests for albums are cached, not the images itself. So for each album that is cached, the cache increases by about 2 KB. It is cached using the built in wordpress transient api (https://codex.wordpress.org/Transients_API). So usually if you are using W3 Total Cache, using the cache option should speed up your site even more.
Forum: Plugins
In reply to: [Photo Express for Google] Request Images Over https://I’ve included a “force SSL” switch in the newest development edition (on github). It should suite your needs. The switch is on by default.
Forum: Plugins
In reply to: [Photo Express for Google] Can't Change Large Image Size CapIt should work again with the most current version.
Forum: Plugins
In reply to: [Photo Express for Google] ThanX !!!Marking this thread as resolved 🙂
Forum: Plugins
In reply to: [Photo Express for Google] Lightbox Unique ID emptyI guess the problem disappeared. Marking this thread as resolved.
Forum: Plugins
In reply to: [Photo Express for Google] Photoswipe Problem When There's Duplicate ImagesMarking this thread as solved.
Forum: Plugins
In reply to: [Photo Express for Google] Photoswipe Problem When There's Duplicate ImagesThanks for testing this. It seems like this was a kind of feature back in picasa express 2 … since it was hard for me to understand in what kind of situations this feature could be useful I removed it.
Have a look at the most current development version that can be found under https://github.com/thake/photo-express and check if it works for you. This version also includes a caching function to speed up page rendering.
Forum: Plugins
In reply to: [Photo Express for Google] Photoswipe navigationMarking this topic as resolved.
Forum: Plugins
In reply to: [Photo Express for Google] Lightbox Unique ID emptyDid you have any success?
Forum: Plugins
In reply to: [Photo Express for Google] Request Images Over https://Just out of curiosity, what kind of error messages are you getting?
I was already thinking about making https the default, but in my internal tests the loading times for a page with a lot of albums increased a lot compared to http (for each album one http(s) connection to google photo gets eastablished and closed, which is far more “expensive” for https connections). In one of the upcoming versions I’ll include an internal caching feature that will cache the answers from the google photo api, so that page rendering will be way faster no matter if you are using https or http. After I have implemented this caching feature, making https a default wouldn’t harm anyone anymore.
For now you can simply change http to https in you shorttags. It should work without a problem.
Forum: Plugins
In reply to: [Photo Express for Google] Photoswipe navigationThanks for testing it 🙂
@carlo
In the current version the admin bar of wordpress is hiding the control bar of photoswipe. I think I’ll add some CSS that makes sure that it is always on top (thus hiding the admin bar), just as @lawchristopher proposed.@lawchristopher
Does everything work now? I just went to the page you mentioned and could not detect any glitch, so I guess you fixed it by removing the other PhotoSwipe plugin.Forum: Plugins
In reply to: [Photo Express for Google] Request: Top Level Image GalleryThe problem that I can see with this feature is that it would also include private albums and the auto backup album (if you have configured android in that way). This kind of top level image gallery could lead to images being published that are not intended to be published.
Do you have an idea how this could be prevented?
Forum: Plugins
In reply to: [Photo Express for Google] Photoswipe navigationHello 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.
Forum: Plugins
In reply to: [Photo Express for Google] ThanX !!!You’re welcome 🙂
Forum: Reviews
In reply to: [Photo Express for Google] Parse error:Any updates? Did the plugin work for you with a newer PHP version? I’m happy to help you if any problem arises.