folettiwebdesigner
Forum Replies Created
-
Forum: Plugins
In reply to: [Photoswipe Masonry Gallery] Photoswipe not working on cropped imagesSure! Here is a link:
https://www.latecnosfera.com/2016/08/usb-type-c-tutti-vantaggi-dello-standard-del-futuro.htmlAs you can see, photoswipe doesn’t work for the last image of the article (https://www.latecnosfera.com/wp-content/uploads/2016/08/USB-Type-C-Macbook-e1471876161881.jpg).
The numbers sequence at the end of the file name (e1471876161881) let you know that this is an image cropped within wordpress (the original is located at https://www.latecnosfera.com/wp-content/uploads/2016/08/USB-Type-C-Macbook.jpg instead).
You can notice how “single_photoswipe” class and “data-size” attribute aren’t added to the cropped image.
To reproduce the issue in your environment, simply add a new image to an article, then crop it.
- This reply was modified 9 years, 7 months ago by folettiwebdesigner.
Forum: Plugins
In reply to: [W3 Total Cache] Disable on AMP pagesExactly, but obviously to purge everything after each post change would mean to make the cache plugin itself pretty useless…
I really hope that someone could at least point out a workaround, because otherwise I can’t enable AMP pages on my website at all.
Forum: Plugins
In reply to: [Photoswipe Masonry Gallery] W3c validation issueSame here! Could you please fix this one? Maybe leaving just a hyphen instead of two
Forum: Plugins
In reply to: [W3 Total Cache] Disable on AMP pages@diegocanal I’ve enabled that extension, but I’m still getting problems.
For example, if I edit a post title, the corresponding amp page cache isn’t purged. The same happens if I try the other fixes suggested here from @cybmeta and others.
Does anybody knows how to fix this behaviour? I really need to have my amp pages purged each time I edit the corresponding post.
- This reply was modified 9 years, 7 months ago by folettiwebdesigner.
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Multiple Sticky ElementsEagerly waiting for this feature!
Please add also specific setting for each one of them (all basic ones + z-index, at least)
Thank you in advance, keep up the great job!
Forum: Plugins
In reply to: [W3 Total Cache] White screen of death when I activate the pluginAre you using php 7? if yes, refer to other topics like this one.
This error is related to the latest update to Google Maps Api by Google:
Forum: Plugins
In reply to: [Page Builder by WooRockets.com] Google maps api key issueThis issue is not releated to this particular plugin update, but to Google Maps itself:
Google Maps API error: Missing KeyMap ErrorForum: Plugins
In reply to: [Captcha] Easy-to-fix issue report (code syntax not valid)Thank you very much, I’m glad to see that these two issues have been fixed.
I’ve also noticed another similar one:
<label for=”cptch_input” class=”cptch_label”>for=”cptch_input” is wrong, because the input id is something like: id=”cptch_input_100″, so the two values do not match (thus, clicks on the labels don’t work). “For” parameter in captcha label should match the captcha input id.
Thank again for the support!