Topic Resolution: Resolved
  • Closed
  • Jesse Vaaranto
    Spectator
    02.05.2016 at 13:50 #27238

    Hi.

    I have a problem where the arrow icons from top menu, bootstrap sliders and also the icons from social media links is lost quicky after moving across the site. Icons is replaced by little square on pc and on mobile device such as tablet the icons is replaced by random chinese character.

    I have evolve+ 2.6.2 running on wordpress 4.5.1.
    Website can be found in here: http://www.joio.fi

    Roman
    Spectator
    Posts: 3147
    02.05.2016 at 14:15 #27240

    from error console in your website:

    Font from origin 'http://joio.fi' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.joio.fi' is therefore not allowed access.

    try add this rule to your .htaccess

    Header add Access-Control-Allow-Origin "*"

    or

    Header add Access-Control-Allow-Origin "your-domain.com"

    Jesse Vaaranto
    Spectator
    Posts: 7
    02.05.2016 at 15:17 #27245

    Thank you for your reply.

    At least for now adding “Header add Access-Control-Allow-Origin “*” ” to .htaccess seems to work for my issue.

    Roman
    Spectator
    Posts: 3147
    03.05.2016 at 07:48 #27254

    is it working? I still see no icons..have you clean the cache?

    Jesse Vaaranto
    Spectator
    Posts: 7
    04.05.2016 at 15:05 #27303

    For me and those icons were correctly on their places on multiple platforms and browsers but now after the latest update (2.6.3) those icons is again missing completely. Not even the small squares indicating there is something to be clicked on.

    Jesse Vaaranto
    Spectator
    Posts: 7
    04.05.2016 at 15:22 #27304

    Tried to add the previous fix to .htaccess again and it just bringed back those squares and random chinese charecters..

    Roman
    Spectator
    Posts: 3147
    04.05.2016 at 21:38 #27312

    I again see the error in the console.. is it added correctly?

    Jesse Vaaranto
    Spectator
    Posts: 7
    17.05.2016 at 12:36 #27729

    I Added

    <IfModule mod_headers.c>
    Header add Access-Control-Allow-Origin “*”
    </IfModule>

    to the .htaccess and changed permissions to read-only since the file seemed to erase itself frequently. I see no error messages in the console and all the icons are working properly.