Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #30805
    hello
    Guest

    How do I change the Hero section for each page on my website so that it doesn’t change across all pages but only for the one I’m editing it on?  I love what is showing on the home page but when I try to edit it on my Contact Us page it also edits the way it looks on the homepage as well.  Here’s a video showing you the issue I’m having: https://www.dropbox.com/s/unm3htk4hcksjx3/how%20do%20I%20change%20the%20hero%20banner%20section%20per%20each%20page.mov?dl=0 

    #30806
    support
    Guest

    Thank you for contacting us and our team is happy to answer any questions you have about working with your website.

    In many of our themes that Hero section is associated with a widget area known as the Call to Action and this widget is only used on pages that are using the Home page template.  It is possible that you About Us and Contact Us pages are using that page template instead on the Default template, which could explain why that section is getting duplicated on them.  You can see which template is assigned to each page by selecting it from the All Pages list then looking at the Page Attributes section.  The Template dropdown will allow you to change which template is used for that particular page.

    change page template used

    I hope this helps you get your page content working as expected and please let us know if there is anything else that we can do to assist you!

    #30807
    hello
    Guest

    Thanks for the help but I checked and the templates for all pages other than the home page are set to default.  Home page is set to home template.  

    I tested to see if I could change the top part of my site after confirming that the templates were set to different templates and I’m still having the issue that if I change the very top part of the page (I’m calling the Hero Section… the part where you set the site title and logo/colors/background/fonts/menus/widgets)  on the Contact Us page then it changes it on the Home page as well.

    I’m wondering if BoldGrid isn’t programmed to allow for users to change the top section of their site?  Should I just use an Avada Theme which I know supports this function?  I’d rather stay with BoldGrid though…  

    Either way, I walk through the exact issue I’m having here in this video: https://www.dropbox.com/s/y5tz2l8ypmfhncb/boldgrid%20hero%20theme%20not%20customizable.mov?dl=0

    Thanks!

    #30808
    support
    Guest

    Thank you for providing that video, it really helped explain what is going on!

    The easiest way to get the design that you explained in that video is to use custom CSS to hide that Hero section for any page the uses the Default template, that way it only shows up on the Home page.  Here is a snippet that should help you get that design:

    .page-template-default .header .site-branding,
    .page-template-default .header .widget {
    display: none;
    }

    I hope that helps you achieve your design and please let us know if there is anything else that we can do to help.

    #30809
    hello
    Guest

    thanks for the help, it totally worked!  🙏🙏

    I do have something else I’m trying to figure out.  I’m not sure if it’s in your wheelhouse but since BoldGrid seems to provide the W3 Total Cache plugin I’m wondering if you have an answer or could point me in the right direction for this… 

    I used Gtmetrix to analyze my site and it’s telling me that I need to Leverage browser caching so I installed the W3 total cache plug in but it doesn’t appear to help at all.  Here’s a quick video showing what I’m experiencing: https://www.dropbox.com/s/4oo8wtlelnhoglq/gtmetrix%20browser%20caching.mov?dl=0

    #30810
    support
    Guest

    You’re welcome, I’m glad to hear that solution worked for you and I am more than happy to help you get W3 Total Cache configured on your website!

    Enabling Browser Caching in the General Settings for W3 is the first step, but there are a few more things that should be configured before everything starts working as expected.  Open up the Browser Cache settings to get the full list of available Browser Cache configurations provided by W3 Total Cache.

    Enable Browser Cache

    There are a lot of options and settings on that page, but don’t worry, we have a guide in our Support Center that should be able to make it easier for you to get the performance you are looking for.  Start by activating the Recommend items in that guide to see if that helps get your cache working as expected.

    I hope that helps you get your caching working and please let us know if there is anything else that we can do to assist you!

    #30811
    hello
    Guest

    thanks for the speedy advice!  I changed the settings but unfortunately it didn’t speed anything up at all.  I’m still getting the same message telling me I need to leverage browser caching 🙁

    Any recommendations?

    gtmetrix results page

    #30812
    support
    Guest

    Sorry to hear that your updates to the caching settings aren’t working correctly.  All of the caching rules set in W3 are added to the .htaccess file associated with your website on the server, but that file has to have to correct permissions set on it in order to be modified correctly.  A permissions error on that file, meaning that it is not writeable, is the only thing that I can think of that might be causing this to happen.  We have a dedicated W3 Total Cache support team that might be able to provide some additional insight and you can contact them directly using their public support forums.

    I also recommend checking with your hosting provider just to make sure that your files have the correct permissions assigned to them.  Hopefully one of those teams will be able to get this resolved for you and please let us know if there is anything else that we can do to help!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How do I change the section of my website where the Site title is found (Hero section) so that it changes only for the page I’m on and not all pages on my site??’ is closed to new replies.