• SO I’ve been browsing this forum for awhile, looking at solutions for the Home Button Issue as mine Isn’t appearing anywhere.

    My problem is I can’t use custom Menu, as my Theme has issues with this and won’t work properly, I’ve spoken with the creators and they will address the issue but they don’t know when it’s fixed and tbh I would like to do it without adding the custom menu.

    So I’m bound to find another solution. Now I found a bunch of codes and tried all of them, nothing works.

    https://www.on-hands.com is the site, and the theme is bought so you can’t just download it just yet.

    Why is it so hard to add a home button?

    -Tor

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you can’t use a custom menu and the theme doesn’t provide a custom way to alter the menu, then you have to find in the code where it’s creating the menu and add your own home link. From the html generated by the theme I would say you should add something like:

    <li class="page_item">
        <a title="Home" href="https://www.on-hands.com/">Home</a>
    </li>

    inside your menu’s unordered list (<ul id="menu-nav" class="mnav dropdown fix">). Like you said, the theme can’t be downloaded freely so I can’t really give any more specific advice without knowing more about the code. Maybe the creator(s)/other users of this theme would be able to help more.

    Thread Starter stuntus

    (@stuntus)

    Gives me some clue, thanx!

    But seriously, how hard is it to make an option in wordpress settings for this?

    Behaviours of a theme are not supposed to be part of WP core.

    It’s simple to add a home link to a menu using the WP menu system, or the page list fallback. But your theme is not even up to current WP standards….. it would be difficult for WP to accomodate all the possible non-standard menu implementations.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Home Button Problems Yet Again’ is closed to new replies.