• Resolved Richie YoyoZ

    (@richie-yoyoz)


    First of all may i say i love this theme, i am building a site for my wifes vegan food blog and tiny forge is perfect

    one thing i have tried to do for many hours is to put an image slider where the header image is on just the static front page, i have worked out putting code into header.php but that displays on every page which is a bit messy

    we really just want it on front page but if i drop code into page it displays it to far down the page and leave a big white space usually where the title is (i have hidden the title in .css)

    is probably simple but i really have searched everywhere i can think of with no solution so far.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Tomas Mackevicius

    (@tomasm)

    Hi, I would really consider if you need that slider:

    https://www.sitepoint.com/wordpress-image-sliders/

    Second I would suggest using the upcoming new version of the theme:

    New theme has more custom hooks where you could insert the slider.

    Also it could be helpful to see your site to better understand the problem.

    Thread Starter Richie YoyoZ

    (@richie-yoyoz)

    Thats an interesting article and maybe i don’t need a slider after all, in that case is there a way to have the header image visible on just the static front page ?

    i am putting the site together locally on mamp at the moment, i will have a look at your new version, thanks for your reply once again brilliant job.

    Theme Author Tomas Mackevicius

    (@tomasm)

    You can hide it and allow only on frontpage with CSS:

    .header-image {
      display: none;
    }
    
    .home .header-image {
      display: block;
    }
    Thread Starter Richie YoyoZ

    (@richie-yoyoz)

    Thanks Thomas for all your help this is all sorted now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘White Space on Static Page’ is closed to new replies.