• I am recently installed the Tofurious theme and have been making quite a few changes. Here’s the problems I am having:

    1. About/Contact pages have my text underlined and linked to the home page.

    2. My Categories/Archive Menus used to drop down when you clicked on them. I had to change quite a few things to get the search bar on the same line and messed up something.

    3. I am missing my footer bar on the home page. It will show up on the contact page. I want it at the very end of the blog with the them info underneath it.

    4. I did have the Sociable plug in, but I couldn’t get it to be horizontal instead of vertical, so I pulled it. I would also like to change the comment box up and make it look nicer.

    If anyone has any clue or can help me out, I’d appreciate it. I’m ready to pull my hair out!

    THANK YOU!
    https://www.anniepatrick.com/blog

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1. About/Contact pages have my text underlined and linked to the home page.

    My guess is you’re missing a closing tag issue in your page.php file. I can’t see your file code, but you have this rught after your navigational menu:

    <a href="https://anniepatrick.com/blog/">		
    
    	 </div> <div id="content">

    there’s no closing </a> tag, therefore the rest of the page is a link.

    2. My Categories/Archive Menus used to drop down when you clicked on them. I had to change quite a few things to get the search bar on the same line and messed up something.

    You made your form a part of your list items. That ain’t gonna fly. You need to remove it from the UL list. Set a width for the UL, float it left and *then* add your form outside the list.

    As for the rest, you’re basically asking for design help. You might consider hiring someone – because getting the free help you need probably won’t be too feasible here. but it might help you to validate your site – that’s usually a really good way of tracking down issues and squashing the bugs.

    Thread Starter agathletic

    (@agathletic)

    Thanks for the help. You were right about the missing tag. Yeah, I get why your hire a professional. It saves a lot of headache.

    Thread Starter agathletic

    (@agathletic)

    I’m still having problems with the hover menus. Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Coding Help…’ is closed to new replies.