• Resolved Andrew

    (@itisme1760)


    Hi everyone. I am currently using the TwentyEleven theme on my website, https://oaktreeave.com along with the plugin Marketpress

    I have a couple problems with this theme.

    1. If you go to the site, you will see that between the site logo and the Navbar, there is extra whitespace in between. How can I make that whitespace go away? This whitespace existed before I switched the navbar from below the header to the top.

    2. If you visit this page https://oaktreeave.com/curated-products/ and see this sentence “Our curators find American made products that look good, work great, and will last a lifetime.” How can I make that font bigger? There’s no option to do so, and I thought by changing it to a header1 or something like that would make the font bigger but it didn’t.

    3. Lastly, how do you remove the search bar from a specific page? I don’t want the search bar to show up on the homepage, but all the other pages I do want it.

    I am pretty confident in editing .css and .php files so that isn’t a problem.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Andrew! Two things:

    If you go to the site,

    1) You forgot to leave a link to your site. ??

    2) In looking for one in your profile, I came across this; (laatedaa.com) If that is still one of your domains, you may want to protect that directory from browsing. Any file in the “files” directory is downloadable, and that .rar file looks like a potential problem in the making if it’s anything important…

    Thread Starter Andrew

    (@itisme1760)

    Woops, try this https://oaktreeave.com

    I kinda fixed it but in the process I pushed one of the margins too far and now the Oak Tree Ave link is stuck showing on the site on top.

    Still don’t have a fix for item 2 though.
    https://oaktreeave.com/curated-products/

    I see you applied an inline style to it. Try changing it to this using the html editor:

    <p style="text-align: center; font-weight:bold; font-size:1.1em;">Our curators find American made products that look good, work great, and will last a lifetime.</p>
    Any larger than that and I think it will spill into two lines.

    Thread Starter Andrew

    (@itisme1760)

    Thanks! I fixed items 1 and thanks to your help, fixed 2 for me. Now does anyone know how to remove the search bar for specific pages? I don’t want the search bar to show up on the home page only.

    at the moment, you have two nav bars and still the gap with <!-- showing (in firefox3.6).
    looks like an unsuccessful attempt to comment something in the html.

    re: ‘search bar removal’ – possibly with css:

    .home #searchform { display: none; }

    Thread Starter Andrew

    (@itisme1760)

    That’s weird, it shows up fine for me and I’ve tested it on Firefox, Safari, and Chrome.

    Thanks for the search bar removal, I’ll give it a try.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘A Couple Theme Problems – TwentyEleven’ is closed to new replies.