djeah
Forum Replies Created
-
Forum: Plugins
In reply to: [Breeze Cache] JS and CSS not gzip enabledHi @adeelkhan
It seemed to me that I am using siteground and NGINX on top. Somehow GZIP rules being present in htaccess or not did not make any difference. I will test this today again. If not br is brotli and should be better than gzip I believe. So I am not much worried
Forum: Plugins
In reply to: [Breeze Cache] Unused CSS and JSHi @adeelkhan
CSS is resolved. It is only the JS part which is pending now. Every time I make a change on my website I make it a point to clear the cache from breeze and also from Cloudflare. I will update you on the JS part today.
Forum: Plugins
In reply to: [Breeze Cache] JS and CSS not gzip enabled@adeelkhan Yes, this above code was added by Hummingbird Plugin last year, it’s been long since I uninstalled and deleted that plugin, but this value still remains in htaccess and no current plugin that I am using has any gzip compression options, but only Breeze, where it is enabled. So do you mean to say that Breeze did not add any gzip code to my htaccess till now? If not then how does it work to get it enabled?
Forum: Plugins
In reply to: [Breeze Cache] JS and CSS not gzip enabled@adeelkhan Yes, I see the following piece of code in the .htaccess file:
<IfModule mod_headers.c> SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding </IfModule>Forum: Plugins
In reply to: [Breeze Cache] Unused CSS and JS@adeelkhan Thanks. I managed to remove a lot of unused ones using Asset Clean-up.
However, when I select to group the CSS, I get the unused CSS suggestion by PageSpeed Insights, but if I unselect the grouping in the setting, that error goes away!
Thanks. Will wait for further updates with a fix for this.
Hi @bvytis ,
I am using Breeze. Below are the options available for CSS and JS in Breeze:
Minification:
HTML
CSS
JS
Include inline JS
Include inline CSSSample post:
https://www.myheartontravel.com/home-2/If you closely observe, the titles and meta show up for a fraction of a second and when the images load, they disappear! I never faced such issue before on my site.
Hi @mohammaadfarid ,
Would it be possible for you to check this if I provide temporary access? I see two issues with this which is preventing me from using this plugin:1) The titles and meta details show only in the Elementor editor and not in the published or Preview page.
2) In Elementor editor the title and meta for the second slide(post) is not left aligned.I solved it. Although it took me 2hrs for trial and error method π (I’m not a front end guy)
.rpwwt-widget ul li a span.rpwwt-post-title{ font-size: 15px; margin-top: 2px; color: black; font-family: "Oswald_test"; } .rpwwt-widget ul li a span.rpwwt-post-title:hover { color: red; } .rpwwt-widget ul li div.rpwwt-post-date { font-size: 10px; color: gray; padding-top:2%; } .rpwwt-widget{ line-height:99% !important; }I got it to work to a great extent.
Only the line height is not working.
And I would also like to change the text cover to red when I hover over it..rpwwt-widget ul li a span.rpwwt-post-title{ line-height:10px; font-size: 15px; color: black; font-family: "Oswald_test"; } .rpwwt-widget ul li div.rpwwt-post-date { font-size: 10px; font-style: italic; color: gray; }Forum: Plugins
In reply to: [Comments - wpDiscuz] How to change all text font family ?Thanks. That worked!
Alright, it could be the rocket loader. I will check by disabling it. But there would not be any impact on the analytics right?
Forum: Themes and Templates
In reply to: [Astra] Style.css not reflecting font-face property?The site is:
https://www.myheartontravel.com
Is there an alternative to do this without breaking the site? I am not eligible for a staging site as per my current plan.