• Resolved natarajan.krishnan

    (@natarajankrishnan)


    I moved my wordpress site to live server from local wamp. After the move , the social icons, dropdown menu arrow on live site are not showing up in firefox/IE but they are showing up in chrome. These are all visible on my localhost on firefox/IE/Chrome. also the arrow to move to the top of the page from bottom menu is not showing up.
    What could be the problem?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Are you using CDN for the font files?

    Also try disabling all plugins temporarily to see if it makes any difference.

    Thread Starter natarajan.krishnan

    (@natarajankrishnan)

    Thanks for reply. I am not a pro wp developer. what ever I created was thorugh reading in forums and watching youtube videos.
    After reading your reply I did a search of CDN.
    I created another wordpress site manually on live server (instead of importing from my local wamp), and all the icons are visisble in Firefox/IE/Chrome.
    I do not know why. Anyway, Due to time constraints, I will continue developing on the manual version and try to resolve the issue later.
    Thanks again for the beautiful template.

    Having similar issue after moving a site from one subfolder to another. Can you show us where the icons are stored or what function is calling them, that way maybe I can go in and redirect. Thanks!

    Hi!

    The icons are loaded via this enqueued CSS-file in functions.php:

    wp_enqueue_style( 'font-awesome', get_template_directory_uri().'/fonts/font-awesome.min.css' );

    This css file then loads the font files, and the directory-links can be seen at the very beginning of the file.

    jjanthony

    (@jjanthony)

    Thanks for your trouble! I’ll look at it!

    jjanthony

    (@jjanthony)

    Still not able to work it out. Made a new site for a township and had to use just ip address until it was ready to go live, then pointed township nameservers and the icons went away. This is two sites that are like this, search icon, arrows in menus and at bottom of page (“back to top”) are gone. Apparently it is still looking for them somewhere else, did not renew with name change. Any ideas?

    jjanthony

    (@jjanthony)

    OK this worked, simple restore site from wp documentation: http://codex.wordpress.org/Changing_The_Site_URL

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hueman theme: Navigation dropdown menu arrow and icons not showing up’ is closed to new replies.