Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #225277

    For some reason (I believe only Firefox) when you click a custom link that was created in the Main Menu all the social icons disappear along with all the other icons (most likely found in the same folder) such as the question mark, the arrows for top of page, etc. all show up as just a box or some with weird forward and backward E’s.

    Not sure what I did wrong. Once you click away from one of those pages that were created as custom links in the Main Menu they all appear back.

    Any help would be greatly appreciated!

    #225278

    Somehow deleting the www in the custom link in the main menu seemed to do the trick… but if the problem comes back is there anything I should look into?

    #225295

    Hey!

    It probably has to do with how your servers handles external resources (icons), you can add this to the .htaccess file to ensure that your websites is always viewed with www:

    RewriteCond %{HTTP_HOST} !^$
    RewriteCond %{HTTP_HOST} !^www\. [NC]
    RewriteCond %{HTTPS}s ^on(s)|
    RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

    Cheers!
    Josue

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