drazon
Forum Replies Created
-
Fixed, thank you!
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] CAOS and CookieYes Google Consent ModeWhat about the new CookieYes screen where they have added in the most recent version yesterday? Do we ignore that and rely on CAOS to manage the consent mode or do we enable there the consent mode?
I’m afraid SEO doesn’t work with reports rather with experience and years of training. Try to search for relative or not backlinks and their impact on websites, also the difference between follow and nofollow links. Your link should be nofollow
Well it may be minimal in your case according to your team but it is major on our websites according to our team. In any case even minimal, which you admit, is not acceptable for some people especially when it comes to SEO where people are struggling daily to bring their pages in the SERPS. You may think that forced follow backlinks may give you a boost at the beginning but sooner or later the algorithm will treat your website as it should.
Forum: Plugins
In reply to: [WP YouTube Lyte] Autoptimize Also minify inline JS/ CSS? + YLyte tested?I tracked it down to this
add_filter('autoptimize_html_after_minify', function($content) { $content = preg_replace( "/type=['\"]text\/(javascript|css)['\"]/", '', $content ); return $content; }, 10, 1);
which i have to remove type=”text/css | javascript”
Forum: Plugins
In reply to: [WP YouTube Lyte] Autoptimize Also minify inline JS/ CSS? + YLyte tested?I confirm that on another setup it works perfectly fine. I will try to track this down more. until then I’m marking the thread as resolved.
Forum: Plugins
In reply to: [Custom Block Builder - Lazy Blocks] Create a wrapper blockThank you that worked!
Forum: Plugins
In reply to: [Custom Block Builder - Lazy Blocks] Create a wrapper blockI have created at the content controls tab 2 elements. One is a url and the other one is an inner blocks type. I use handlebars and my code is
<a href="{{tt-anchor}}"> {{tt-inner-block}} </a>
Ι use a single output for both the editor and the frontend. However I can see the inner blocks code as text at the frontend. what am I doing wrong?
Forum: Plugins
In reply to: [Lazy Load Anything] Let the thing play together with Flying ScriptsBy appending the inline script to the external js file does it work with flying scripts and a caching plugin like super cache or just with flying scripts?
Forum: Plugins
In reply to: [Autoptimize] Custom Post Type Supportjust checked…I confirm, setting public to false hides the custom post type from the critical css but if set to true then it is shown.
Thanks for the filter Frank I will use it.
Forum: Plugins
In reply to: [Autoptimize] Custom Post Type SupportJust a heads up, I have
'public' => true,
in myregister_post_type( 'mycustompost', $args );
but still no ao_metabox on mycustompost, Maybe the critical css condition though is totally different.- This reply was modified 2 years, 4 months ago by drazon. Reason: explanation
Forum: Plugins
In reply to: [Autoptimize] LCP Image Preload Improvement SuggestionThank you Frank for the detailed explanation, well in that case I guess I was half-blind… ?? Ok then, so another recommendation what about a global field to preload the logo of a website like:
<link rel="preload" href="...." as="image" imagesrcset="...normal-logo.png 1x, ...retina-logo.png 2x" imagesizes="" fetchpriority="high">
this will cover retina screens as well.
Forum: Plugins
In reply to: [Autoptimize] LCP Image Preload Improvement SuggestionWait… last time I checked this was as I described above (at least I think…). I just checked right now on a website and if I use an absolute url of an image it outputs the image with imagesrcset and imagesizes. Was this functionality applied in a recent update or was I blind and never saw it?
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Elementor background images in css filesHi,
I made a couple of tests and noticed that when in Elementor the CSS Print Method is set to “internal Embedding” then WPHSE changes the paths but when it is set to “External file” then WPHSE doesn’t change the paths of the images and and leaves them as wp-content/uploads/… etc.
Have you tried with CSS Print Method = External File?
@daanvandenbergh Hi i guess for some reason you don’t receive notifications from this thread. Any comment about my previous post? thank you in advance
- This reply was modified 2 years, 9 months ago by drazon.