Hi enfold team,
actually I have a very strange bug: the website do not show the individual settings I`ve set.
e.g.
– small bar above main navigation
– H1
– Main Menu sublevel Links (apply on hoover)
What could it be?
Its very weird..
I do not think that it has an effect but here are my settings of the .htaccess:
<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
</IfModule>
<IfModule mod_headers.c>
Header append Cache-Control "public"
Header append Vary Accept-Encoding
Header set Connection keep-alive
Header unset ETag
FileETag None
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access 60 seconds"
ExpiresByType image/jpg "access plus 1 month“
ExpiresByType image/jpeg "access plus 1 month“
ExpiresByType image/gif "access plus 1 month“
ExpiresByType image/png "access plus 1 month“
ExpiresByType image/ico "access plus 1 month“
ExpiresByType text/css "access 1 month"
ExpiresByType text/javascript "access 1 month"
ExpiresByType application/javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
</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
Hi!
Login credentials do not seem to work on my end. Can you please check them once again?
Regards,
Yigit
Hi Yigit,
please check credentials again. Now they should work!
Thank you!
Hi!
There was a missing closing curly bracket in your Quick CSS field. I closed it. Please flush browser cache and review your website now.
Regards,
Yigit
Hi Yigit,
many many thanks! You are the best!
Everything works as it should!
Greetings