Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #875400

    Hi!

    I’m having quite a trouble with the icons, already tried uninstalling all themes and reinstalling enfold; updated from FTP; disabled the child theme; disabled all plugins [only 3]; disabled caching; and added the extra lines of code to the htaccess [CORS] without any success

    Any ideas?

    Thank you

    #875415

    I found out that is from some code in the htaccess

    # BEGIN redirect to homepage
    RewriteEngine on
    RewriteCond %{REQUEST_URI} !^/$
    RewriteCond %{REQUEST_URI} !\.(gif|jpe?g|png|css|js|php)$
    RewriteCond %{REQUEST_URI} !^/wp-admin [NC]
    RewriteRule .* / [L,R=301]
    #END redirect to homepage

    By any chance do you know how to avoid the error? We’re redirecting all kind of pages to the homepage.

    Regards

    #875817

    Hi,
    Do you mean that you want to redirect many pages to the homepage, or that you don’t want to?
    By removing the above code was your icon issue solved, or is this two different issues?

    Best regards,
    Mike

    #875989

    Hi Mike,

    I want to redirect everything to the homepage, I’m using the above code to do that successfully, but the icons are not displaying correctly

    Let me know if I explained myself

    Thank you

    #876417

    Hi,

    Thanks for the feedback. So you’re only having this problem on the backend? It looks to be working on the front end? If so then please post admin login detail in private so that we can have a closer look.

    Best regards,
    Rikard

    #877024

    Hi Rikard,

    It happens both on the backend and front end

    Regards

    #877551

    Hi,

    Thanks for the login details, on which page can we see and reproduce the problem?

    Best regards,
    Rikard

    #877660

    Hi Rikard,

    At the bottom of the homepage you can see the social icons and the “up” button as an example

    Regards

    #878471

    Hi,

    I am getting this error:

    (index):1 Failed to decode downloaded font

    Can you try the solution posted here: https://css-tricks.com/forums/topic/custom-fonts-returns-failed-to-decode-downloaded-font/#post-238852

    Hope this helps :)

    Best regards,
    Nikko

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.