Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
BigHead_s
tagDiv Member

Never mind. Found the solution.

Thanks!

BigHead_s
tagDiv Member

Can you help please? I can’t save my pages.
Thanks!

BigHead_s
tagDiv Member

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!

BigHead_s
tagDiv Member

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.

BigHead_s
tagDiv Member

I mean instead of using a redirect rule

BigHead_s
tagDiv Member

Thanks Amit & Chris, the hosting company could solve some of the problems.

BigHead_s
tagDiv Member

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

BigHead_s
tagDiv Member

Here is how it looks on gtmetrix: goo.gl/3q7Puk

BigHead_s
tagDiv Member

Already did it several times in WP Super Cache.

BigHead_s
tagDiv Member

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?

BigHead_s
tagDiv Member

Tried it, but the same problem occurs. What do you suggest to do now?

BigHead_s
tagDiv Member

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!

BigHead_s
tagDiv Member

No, I don’t use any CloudFlare

BigHead_s
tagDiv Member

Please ignore this message. The issue is resolved.
Thanks!

BigHead_s
tagDiv Member

Hi sbo, can you tell me how you fixed it with Yoast plugin?

BigHead_s
tagDiv Member

Correction: I don’t want it to be a window per se, rather than a box, like a pop over text box.

Viewing 16 posts - 1 through 16 (of 16 total)