[Resolved] font icons in navigation. problem with responsive version

Home Forums Support [Resolved] font icons in navigation. problem with responsive version

Home Forums Support font icons in navigation. problem with responsive version

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #103132
    cillian byrne

    Hi,

    My site is here:

    http://www.smithbyrne.com

    You see I have some font icons in my nav bars that’s fine I really like them, problem is … when i load the site on my phone and click on the menu ONLY the font icons show and not the page titles, am i doing something wrong ?

    #103229
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    It seems to be a feature of the navigation icon plugin you’re using.

    You can overwrite it with this CSS:

    .menu-item .mobile_hide {
          display: inline;
    }
    #103234
    cillian byrne

    thanks for the reply, it only seems to affect apple devices, tried on an android tab and it was fine.

    i’m a bit of a n00b, where do i put that css? just in the theme’s stylesheet ? at the end ?

    #103237
    Tom
    Lead Developer
    Lead Developer

    This article explains a couple different ways to add CSS: http://generatepress.com/knowledgebase/adding-css/

    #103239
    cillian byrne

    thank again,

    sorry to be a pain but i did it through the child theme but it seems to have just disabled my font icons in the navigation both on desktop and mobile versions

    #103243
    Tom
    Lead Developer
    Lead Developer

    Is the font icon plugin still activated? Doesn’t look like it looking at the code.

    #103244
    cillian byrne

    http://www.smithbyrne.com/Untitled-1.jpg

    please see screenshot, looks like it’s activated?

    #103245
    Tom
    Lead Developer
    Lead Developer

    And the settings are correct? Adding a bit of CSS shouldn’t remove the functionality of the plugin at all.

    #103246
    cillian byrne

    ah ha! i figured it out,
    when i activated the child theme I had to go back into customization and re-activate my two menus, now it is all working on all platforms.

    sorry but i’m new to CSS and child themes and such

    I’d like to thank you for your excellent help and warn you that i’ll probably be back with more stupid questions

    thanks

    #103249
    Tom
    Lead Developer
    Lead Developer

    Awesome, glad you got it sorted out! 🙂

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