Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #579631

    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..

    #579634

    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
    
    #579680

    Hi!

    Login credentials do not seem to work on my end. Can you please check them once again?

    Regards,
    Yigit

    #579687

    Hi Yigit,
    please check credentials again. Now they should work!
    Thank you!

    #579700

    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

    #579711

    Hi Yigit,
    many many thanks! You are the best!
    Everything works as it should!
    Greetings

    #579723

    Hi!

    You are welcome, glad we could help :)
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Problem: enfold do not show "individual settings’ is closed to new replies.