jureboga
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] AMP Validation ErrorsThank you @neotrope, i found the solution.
I removed Force HTTPS and configured WP: the problem was still there.
So i cloned the site and started to disable a plugin at time.
I found that the official CloudFlare plugin has a “HTTPS Protocol Rewriting: On” option that caused the problem. Switching to “Off” was the solution.
Thanks again.
Forum: Plugins
In reply to: [AMP] AMP Validation ErrorsI have a similar problem. The tag i have in page is:
<script src=”//cdn.ampproject.org/v0.js” async></script>
The “https:” is gone, but i can’t identify the cause. I’m using some plugin like “Force HTTPS” but i’m using SAGE Framework too and i think it’s related to it.
However, the easier solution will be a str_replace() of the whole HTML code, or just the one related to the head… is there a way to do that?
Thanks.
please fix
thanks
Forum: Plugins
In reply to: [Comments Evolved for WordPress] Is there still development on this plugin?cloudhero.net is for sale… not a good news…
Forum: Plugins
In reply to: [Lightbox] wrong size, image is cutplease can you give me assistance thanks
Forum: Plugins
In reply to: [Lightbox] wrong size, image is cutHi,
thank you for reply. Which plugin? Or, where are the extra styles? I can’t find them using Firebug. Thanks!
Forum: Plugins
In reply to: [Lightbox] Grouping photos – how?ps: if the element has not an id, you can create one
i can help with code if you need it
Forum: Plugins
In reply to: [Lightbox] Grouping photos – how?i’d like to buy this plugin but i need this feature too. You can do something like this:
=== Home/Category/Tag/Search results ===
? find the parent element with the “post” class, get its id, parse the number in it and use it to identify a group
=== Page/Single post/Attachment ===
? find the parent element with the “gallery” class, get its id, parse the number in it and use it to identify a group
? all the other images are not grouped=== WooCommerce ===
? to check if you can proceed with woocommerce grouping instead of the page/single page post, just check for an element with the “woocommerce” class. If it exists, you can continue
? find the parent element with the “panel” class that’s contained in an element with the “woocommerce-tabs” class, create an id and use it to identify a group
? group all the other images into a different group