djeah
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] Urgent! Disabling CSS breaks the page@gvectorssupport , I forgot to mention that I am using elementor for the entire site as well as posts, so the post comments sections do not show on the page unless I add it explicitly from the widgets panel.
In this case I deleted the posts comment widget which I had added last year using the elementor editor. This has caused it to break the page. The link that you mentioned is not helping as the post ID box is already empty.
Hi @jamesosborne ,
I went through the link and looked like breeze wasn’t functioning properly for the JS and CSS. Over the weekend I optimized my site further to get a decent score using Autoptimize. I will not be using the JS/CSS options of Breeze and SG Optimizer now as I am getting good speed and scores, except on the mobile using Autoptimize.
In Autoptimize doesn’t matter if I aggregate the files, or not, both :
https://www.googletagmanager.com/gtag/jsandhttps://www.googletagmanager.com/gtag/js?id=UA-1778xxxxx-1&l=dataLayer&cx=cshow up in unused category in mobile and
https://www.googletagmanager.com/gtag/jsas render blocking both in mobile and desktop.When I checked the source code of the page I do not see any async or defer property for
https://www.googletagmanager.com/gtag/jsand if I force it to load with either of that property using a plugin, it breaks the site.Hi @jamesosborne ,
I am using Siteground and breeze plugin. But the javascript minification and grouping was enabled only from breeze, as I disabled it from the SG optimizer now.
However, having done this, the unused gtag only shows up in the mobile version of my site and not in desktop version in Pagespeed now.
Quick question: Cloudflare is already enabled in sitetools. Also on the cloudflare website, there are settings which are enabled for my site.
Still is it required to enable this option in SG Optimizer?Forum: Plugins
In reply to: [LoginPress | wp-login Custom Login Page Customizer] height of the login formHi,
The send button of your LoginPress support form is not working. I am not able to contact you from there.Hi,
I have not yet received any support on this. Please help. Can you be more specific about the website’s server configurations?
Hi,
I have not yet received any support on this. Please help.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Remove the fade in effect of bannerThanks!
@benjirahmed Can you confirm this feature image is responsive? Google PageSpeed suggestion shows that for mobile it is loading the full size image:
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.myheartontravel.com%2FDone through https://wpmet.com/plugin/elementskit/roadmaps/ . Thanks
Thanks. This code snippet solved the issue.
Hi,
It is for the the WordPress default lost password page. I have submitted the query from the plugin
Hi,
I have a caching plugin installed. But I have cleared the cache multiple times since this occurred. Even this this issue did not resolve
Forum: Plugins
In reply to: [Breeze Cache] Unused CSS and JSHi @adeelkhan
Not able to resolve the Javascript part of this. After every configuration change I am erasing both cloudflare and Breeze cache. When grouping and minification of JS is not enabled in breeze I do not get the ‘Remove unused JavaScript’ error in Pagespeed insights
Forum: Plugins
In reply to: [Breeze Cache] JS and CSS not gzip enabledI tested it. I see that breeze added the below code. However, I still see that the content-encoding is
br:# Begin GzipofBreezeWPCache SetEnv BREEZE_GZIP_ON 1 <IfModule mod_deflate.c> AddType x-font/woff .woff AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/x-font-ttf AddOutputFilterByType DEFLATE application/vnd.ms-fontobject AddOutputFilterByType DEFLATE font/opentype font/ttf font/eot font/otf </IfModule> # End GzipofBreezeWPCache