donpi73
Forum Replies Created
-
Forum: Plugins
In reply to: [Multi-column Tag Map] JavaScript errorI tried turning off all JS combine option, and also completely unistsalling Litespeed plugin, but the issue stille exist.
Forum: Reviews
In reply to: [Disable Lazy Load] no longer works in wordpress 5.9Thanks.
Presonally, I solved the issue adding the attribute
loading="eager"
to the code of featured image, as suggested in WordPress core documentation.Forum: Reviews
In reply to: [Disable Lazy Load] no longer works in wordpress 5.9I know the issue is with WordPress.
But you claim that your plugin is also compatible with the new version of WordPress 5.9, and this is no longer true, because it is proven that the filter
add_filter ('wp_lazy_loading_enabled', '__return_false');
it no longer has any effect in the new version, that is, the loading=”lazy” attribute is applied to all other images that are not the first (and also to those that appear first but are not inserted in the normal WP Query loop).By the way, thank you for your answer.
Forum: Alpha/Beta/RC
In reply to: Lazy loading Not Omitting On HomepageSame problem in my theme (Presscustomizr Hueman Pro)… featured image in Home Page is ever passed with loading=”lazy”…
In addiction, the filter
add_filter( 'wp_lazy_loading_enabled', '__return_false' );
I’ve had added in my child theme functions.php file has no effect, since WordPress 5.9Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] no captions from database and no exif dataI didn’t try other versions, ’cause after some days I went searching another working plugin, and I found it.
Thanks anyway
I would have the intention to buy the PRO version …
Do these changes also work on the PRO version of your plugin?What “old plugin behaviour” do you refer to? There was never an option to exclude the plugin on the home page or archive pages.
THIS!:
3.0
…New backend interface…
…added option to exclude…
==>> The lightbox will no longer be disabled on the home page, archive pages or search results if it is disabled in one or more pages/posts.I had to add a “is_admin()” at line 9, elsewhere no plugin options/settings appears in administrative backend:
if ( wp_doing_ajax() || $current_page === false || is_admin()) {
Thanks a lot.
Now it’s ok! ??Sorry,
doesn’t work…
All JS and CSS files of your plugin are loaded in every page of my site ??Forum: Plugins
In reply to: [Yoast SEO] Breadcrumbs problemIn 6 days I’ve found a RADICAL solution:
Uninstalled Yoast.
Now I’m very happy with Rank Math.bye
Forum: Plugins
In reply to: [Yoast SEO] Breadcrumbs problemProblem NON SOLVED in new versione 14.0.4 ??
Forum: Plugins
In reply to: [WP Fastest Cache] We need to reset the API-KEY…Ok, Thanks, I didn’t know.
And thanks for your support.Forum: Plugins
In reply to: [WP Fastest Cache] Working or not, no signatureyou can compare your website performance (with fastestcache enabled or not) with these two tools:
https://developers.google.com/speed/pagespeed/insights/
- This reply was modified 4 years, 10 months ago by donpi73.
I’ve noticed that the problem (non updating last optimized images list) is also present in your official dashboard, at this url: https://dashboard.optimole.com/visitors
So, this is an internal problem of your dashboard