• Hi everyone,

    I’m new to wordpress and I think I have been doing well so far for a newb I think
    I am having a problem with the theme “Femme Flora”

    I am also new to coding so I’m sorry if my idiocy will be frustrating to the code monkeys in here ?? I tried looking around the forums for my answer but I couldn’t find it.

    My problem is having an extra “Home” button on the navigation links on the header.
    It was mentioned in one of the posts to look for the tag “li” in the header.php file. I was looking for hours but couldn’t find the line that pertains to the header list of the pages that I have.

    I tried a different theme, and was actually succesful in removing that extra home button. But for some reason, (probably my inexperience) I couldnt find the right line on this theme. I also noticed that the header.php for this theme was EXTRA long compared to the other themes.

    Thanks for reading and thanks in advance for the help! ??

Viewing 12 replies - 1 through 12 (of 12 total)
  • A link to your site might help…

    Thread Starter pioux

    (@pioux)

    sorry about that… for now it is at https://www.pioux.com
    the link “Home (main)” is I was just testing if it was duplicating my link.
    but it doesnt look like it… the first “home” link, is independent from my “pages” list.

    Try editing header.php and deleting:
    <li id="first"><a title="Home" href="<?php bloginfo('url');?>">Home</a></li>

    Thread Starter pioux

    (@pioux)

    I read that solution somewhere, but the problem was I couldnt find that line… the code seemed different… i searched the whole header.php and couldnt find anything that looks like that… it doesnt even use the “li” code….

    Can you drop a copy of your theme’s header.php file into use the WordPress pastebin and post the pastebin url here?

    Thread Starter pioux

    (@pioux)

    https://wordpress.pastebin.ca/1760875

    i hope i did that right ?? but thats the header.php file
    it looks really long right?

    Umm…nope. Looks like the Kubrick color picker functions. You need the header.php file from your current theme folder: wp-content/themes/femme-flora/header.php

    Thread Starter pioux

    (@pioux)

    yup… that IS the header from the femme-flora theme…

    I’m sorry but there’s nothing in that file (apart from some CSS) that relates directly to your page header. Is this a Child theme by any chance?

    Thread Starter pioux

    (@pioux)

    yeah, thats the problem ?? i couldnt find anything in that code that relates to the header links…

    i’m not sure what a child theme is… so i would say no ??

    I guess i need to try to email the author?

    It might help if s/he could at least identify which file you need to edit.

    Thread Starter pioux

    (@pioux)

    I’ll try, thanks esmi!

    Anyone else have ideas?

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Extra Home Button’ is closed to new replies.