• Resolved brianjgriffith

    (@brianjgriffith)


    Dear MH Theme editors,

    Firstly, thank you for a wonderful theme. I’m getting used to lite and will be moving on to the paid version soon, once I get everything settled in WordPress.

    I am writing to see if there is a way to turn off the randomized header images only on the homepage. I like the images on all of my pages and posts, but not on the homepage. Can this be done?

    Thank you.

    BJG

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Brian,

    thanks for using MH Magazine lite and we’re happy that you like the theme.

    The “randomized header images” feature on your website isn’t anything that is part of your WordPress theme. It seems you’re using a plugin for this. You could contact the plugin developers to check if there is an option to turn it off on the homepage.

    Thread Starter brianjgriffith

    (@brianjgriffith)

    Hello,

    Thank you for your reply.

    I’m not using a plugin that I know of. When I installed Magazine lite, I found a randomized header image upload prompt under the Customize section in Apperance. I uploaded a few images and now they appear on my site in random order (when the pages refresh). I moved the code (in the theme files) to reposition the image to below the menu, though, as it was previously positioned above the logo/menu. Since this is, in fact, code inside of your theme, I was hoping that there is a way to have a homepage that doesn’t show that header image while having them appear on every other page.

    Does this make sense?

    Thank you.

    BJG

    Thanks, the reason why we assumed that you’re using a plugin is that you have the random images display under the menu. But now that you say that you’ve modified code, it totally makes sense.

    If you want to disable the header image on your front page only, you could work with a conditional like:

    if (!is_front_page()) {
        // your custom code
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Turn Off Randomized Header Images on Homepage’ is closed to new replies.