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

    Hi there,

    I migrated my website from test.sitename.com to sitename.com and suddenly the icons are not showing in the frontend.
    If I try to add an icon in the backend I can pick one of them as usual, but then it wont be displayed in the front end.
    backend icons
    The strange thing is that the fontello icon for the scroll-top-link is working perfectly (the #scroll-top-link is now set to display: none).
    Could you please have a look?

    ps: I already tried to delete and upload the theme files, to deactivate all the plugins, to add in the .htaccess the following

    <FilesMatch “\.(ttf|otf|woff)$”>
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin “*”
    </IfModule>
    </FilesMatch>

    and to add in the functions.php the following

    add_filter('avf_default_iconfont','avia_change_default_icon_font_para', 10, 1);
    function avia_change_default_icon_font_para($fonts){
    	$fonts['entypo-fontello']['append'] = '';
    	return $fonts;
    }

    but without success.

    #847464

    Hey Truemotionpictures,
    It seems you site is only showing sedoparking ads, please check.

    Best regards,
    Mike

    #847583

    Sorry, what do you mean with sedoparking ads?
    I can’t see that on my end.
    What about my question? Can you help me with the icons please?

    #847675

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #847678

    Thanks Rikard!

    Below the access data.
    I’m going to activate a coming soon page until the problem is solved.

    Best

    #848081

    Hi Rikard,

    I solved it by myself. I forgot to comment a class in the css.

    Thanks anyway.

    You can close this.

    Best

    #848361

    Hi,

    happy you could solve it.
    Please do let us know if there is anything else we can do for you.

    Thank you

    Best regards,
    Basilis

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