• Resolved Stella16

    (@stella16)


    Hi,
    I wonder if anyone can possibly provide a solution to this. I have a website
    https://www.evenergisingsolutions.co.uk and I’m using WordPress 4.4.2

    The theme installed is S G Window. The problem I have is that on my iPhone, the menu button is not clickable so people cannot view the other pages. I had the same problem with my other site

    https://www.stellamariaart.com which was using Portfolio Press theme, but I’ve just removed the plugin called WP Touch from that, and the site when viewed, is viewed from a desktop view that has the menu visible.

    The evenergising solutions site does not have that plugin installed, so I am at a loss as it has very few plugins in it as I’m in the process of building it.

    Any help would be most grateful.

    Thank you

    Stella

Viewing 7 replies - 1 through 7 (of 7 total)
  • This is because markup of navigation does not fit to navigation.js script.
    nav-horizontal class should be put on ul element, instead of wrapper div.
    I dont know if that is theme bug or your menu setting.

    <div class="nav-horizontal">
    <ul>
    <li class="page_item page-item-5 current_page_item"><a href="https://evenergisingsolutions.co.uk/">Home</a></li>
    ...
    </ul>
    </div>
    Thread Starter Stella16

    (@stella16)

    Hi ikaring,

    Thank you for this. I shall take a look.

    Stella

    Thread Starter Stella16

    (@stella16)

    Hi ikaring,

    I’m sorry – I took a look at my dashboard within wordpress and don’t have the slightest idea where to look for the html you mentioned.

    Thanks anyway

    Stlla

    Thread Starter Stella16

    (@stella16)

    Hi ikaring

    I have just changed something within the SG Window theme settings for the menu and all is working now. I don’t really know what I did lol, but it worked!

    Thank you.

    Stella

    Thread Starter Stella16

    (@stella16)

    Now resolved, thank you.

    Thread Starter Stella16

    (@stella16)

    Sorry, forgot to tick ‘resolved’ so doing it now.

    Good ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Menu icon not clickable on iphone’ is closed to new replies.