Never mind. Found the solution.
Thanks!
Can you help please? I can’t save my pages.
Thanks!
Thank you Simion for the advice.
The system status is set according to your guide.
However, I still have the same problem, and I get below error in tagdiv composer:
ReferenceError: tdConfirm is not defined
/wp-content/plugins/td-composer/includes/wpeditor.php:274:9
Any thoughts?
Thanks!
Thank you Simion. Unfortunately, it creates duplicates since I already have the */profile/MrX and it doesn’t redirect to the page I created.
Thanks anyway.
I mean instead of using a redirect rule
Thanks Amit & Chris, the hosting company could solve some of the problems.
I tried expiry headers from my host https://www.siteground.com/kb/leverage-browser-caching/
but the same problem still exists. Also, I did delete the cache.
Here is the content of my .htaccess
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTPS} !on [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.mysite.com/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^mysite.com [NC]
RewriteRule ^(.*)$ https://www.mysite.com/$1 [R=301,L]
#disable hotlinking of images with forbidden or custom image option
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?mysite.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?google.com [NC]
RewriteRule \.(jpg|jpeg|png|gif)$ – [NC,F,L]
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/gif “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType text/css “access 1 month”
ExpiresByType application/pdf “access 1 month”
ExpiresByType application/javascript “access 1 month”
ExpiresByType application/x-javascript “access 1 month”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresByType image/x-icon “access 1 year”
ExpiresDefault “access 2 days”
</IfModule>
## EXPIRES CACHING ##
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
AddHandler application/x-httpd-php70 .php .php5 .php4 .php3
RewriteEngine on
RewriteBase /
RewriteRule ^naturopathic/(.*) https://www.mysite.com/naturopathy/$1 [R=301,L]
RewriteRule ^physical-therapist/(.*) https://www.mysite.com/physical-therapy/$1 [R=301,L]
RewriteEngine on
Redirect 301 /physical-therapist https://www.mysite.com/physical-therapy
Redirect 301 /naturopathic https://www.mysite.com/naturopathy
Here is how it looks on gtmetrix: goo.gl/3q7Puk
Already did it several times in WP Super Cache.
I mistakenly installed a demo style with content and then uninstalled the whole demo and reinstalled the demo without content again. Can it be the reason? What is your suggestion? Is there a way I can replace one with the other?
Tried it, but the same problem occurs. What do you suggest to do now?
Here is the link to my website: goo.gl/nT2Ztr
Its Leverage browser caching score in gtmetrix is 10! All because of images.
How can it be fixed?
Thanks!
No, I don’t use any CloudFlare
Please ignore this message. The issue is resolved.
Thanks!
Hi sbo, can you tell me how you fixed it with Yoast plugin?
Correction: I don’t want it to be a window per se, rather than a box, like a pop over text box.