Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author heatmap

    (@stuartwider)

    Try changing the home page layout settings.

    Thread Starter Rachel

    (@xxrayray)

    Alright, the huge image is gone but now the sidebars still have text. I would like the page to have no sidebars.

    Theme Author heatmap

    (@stuartwider)

    Ahh yes, I see what you’re doing.
    When you set the page template to content only the sidebars still appear.

    Thats down to how WordPress works.

    When you set a page as a blog posts page it responds as if it was the blog posts page on the home page.

    The blog post page is no longer a page as such. A page has different coding to a blog posts page and therefore cannot use a page template. A theme will generally just do whatever the home page is designed to do in that case.

    So setting the page template on a page which you’ve set to show as a blog posts page wont work.

    The pro plugin which my members have access to includes extra theme options which helps with that so you can set the home page (in your case blog page) layout separately.

    https://s3.amazonaws.com/hmtwsoimages/wfhmta/screenshots/layout.png

    Thread Starter Rachel

    (@xxrayray)

    Okay, can you at least tell me which .php file I should modify? I don’t see a blog.php or anything. I don’t want to pay for your pro just to get rid of the sidebars. There’s another way to go around it (just like the footer)… I just need a tip.

    Theme Author heatmap

    (@stuartwider)

    You’d need to modify index.php to include the layout override function (as documented in the theme page templates such as layout-c.php) to switch it manually thus…

    if ( is_home() ) {
    global $heatmapthemead_options_override;
    $heatmapthemead_options_override['theme_layout'] = 'content';
    }

    But as I say (for others reading this) with HeatMap AdAptive Pro plugin its just one click in the layout options.

    Thread Starter Rachel

    (@xxrayray)

    Thank you! It works perfectly.

    I really appreciate your help, I understand you want people to buy pro and I’m taking up a lot of your time.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Blog Page Not Working’ is closed to new replies.