Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #31623
    Bob Starr
    Guest

    Hi, I’m using the Haven theme but recently installed another plugin that changed the home page image so it’s smaller like the other pages. I’ve tried changing the theme and back again, but it’s still stuck with whatever changes were applied by the robo gallery plugin. I’ve removed the plugin..

    #31644
    BoldGrid Support
    Keymaster

    Hello Bob,

    Thanks for reaching out about the Haven theme not behaving as you expect – we are happy to help! I believe making a small adjustment in the Customizer will fix this issue – please navigate to Customizer > Background and under Background Image Size, select Cover Page. That should make the background full width again, but if it doesn’t please let me know.

    Thanks,
    Nicole

    #31651
    Bob Starr
    Guest

    Hi Nicole,

    I have it set to cover but no change. It seems to ignore all these options and treats the home page like other pages. I have the custom CSS below set below to remove the spacing between background and next section content, but this isn’t working either. Appears the wrong styles are being used or something. The slider plugin goofed things up soon as hit the publish button to try it. Unfortunately I had just upgraded the backup plugin and no backups.

    .boldgrid-css{ background: white; }
    a:link, a:visited {
    text-decoration: none;
    color: #009900;
    }
    button.navbar-toggle {
    display: none;
    }
    .palette-primary .entry-content {
    margin-top: 0;
    }

    #31660
    BoldGrid Support
    Keymaster

    Ok, to remove the white space below the header background, please try this code:

    .home .site-content {
    	padding-top: 0 !important;
    }

    I added .home to the code because I think you may want to keep the padding on the inner pages, but if not just remove that part.

    Thanks,
    Nicole

    #31664
    Bob Starr
    Guest

    Thanks, that fixed the spacing problem between header and content. But, still can’t get the header back to full size. None of the settings affect the size on the home page. It’s set to Cover background fixed currently. I’ve tried all the options here, header size basically remains the same. The panning scaling options change the image a little, but the size will not go back to full screen size on the home page with any of the options. I think the plugin I tried has overwritten something somewhere, but no idea.

    Thanks,

    Bob

    #31672
    Joseph W
    Keymaster

    Hi Bob!

    The Haven theme contains some default style rules that expands the height of the header, which shows more of the background image, on all pages the use the Home page template. I took a look at you website and it appears that the front page of your website is set to use the Default page template instead of the Home one, and this might explain why the background image is not as large as expected.

    You can check which template is used on your front page by opening up the Visual Editor for that page. Look for the Page Attributes section on the right side of editing interface, you should see a dropdown that allows you to select which template is used for that page. Select the Home template from that list and Update the page to see if that helps you get the image sized correctly.

    #31675
    Bob Starr
    Guest

    Many thanks, that was it!

    Bob

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Haven Landing Page Image Size altered’ is closed to new replies.