teddybear1980
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hestia] How to disable fontawesome on Hestia theme?Thanks for your reply, AddWeb. After i added the code in end of functions.php, the google page speed test still showing the same message:
Optimize CSS Delivery of the following:
https://maxcdn.bootstrapcdn.com/…4.7.0/css/font-awesome.min.css?ver=2.6.3Screenshot of the result:
https://drive.google.com/file/d/1HczjeQRWoEZxVae5Z0WtYYsioDwQ4r7v/view?usp=sharingAny solution?
Thank you for your knowledge…I will go for more detail checking
I tried to deactivate FVM , but Google page speed test showing lower rate,while I tried to test the selection on the Google font (autoptimize). Tested in few different aspects, but the highest score will be activate both plugin.
The Google page speed test:
Screenshot link :
https://drive.google.com/file/d/1sQ740Gd81kq7hl88KLkoXVPKnIPwOpSs/view?usp=drivesdkThank You
Ya, thank you.
I get it and tested it….. I know which plugin caused the issue.I checked with:
-Combine and load fonts asynchronously with webfont.js
-Remove Google Fonts
-Combine and link in head (fonts load fast but are render-blockingThen, I test with Google pagespeed test, the result is same.
Problem do not solved, any solution? Thanks
This is the code in my .htaccess file:
# END WordPress
<IfModule mod_deflate.c>
# Compress HTML, CSS, JavaScript, Text, XML and fonts
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE application/x-font
AddOutputFilterByType DEFLATE application/x-font-opentype
AddOutputFilterByType DEFLATE application/x-font-otf
AddOutputFilterByType DEFLATE application/x-font-truetype
AddOutputFilterByType DEFLATE application/x-font-ttf
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE font/opentype
AddOutputFilterByType DEFLATE font/otf
AddOutputFilterByType DEFLATE font/ttf
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE image/x-icon
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/xml# Remove browser bugs (only needed for really old browsers)
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
</IfModule>
Anything wrong and any solution. Thanksok, Thanks
Thanks for you reply Studiostekker. Actually, I also would like to set this increment ID into the auto-responder email. How can i do it? I would like to assign this ID to the user that register in my website (Tutor registration form).
Hi, i found it . Thanks
Another question is, how can i redirect to the new page (anypage), after clicking the “submit” button?I can amend this field type in which file? Thanks
I have click in to which file to amend these fields?
Anybody can help?
Can I know which free lightbox plugin?
Forum: Themes and Templates
In reply to: [Hestia] Why my about section is empty showing in dashboard?I deactivated WP Editor plugin, and keep activate the WordPress Editor plugin. Then, the content of this section showing out. I think is the conflict between the plugins.