• For this site I’m developing using the Pinnacle theme. https://themes.kadencethemes.com/pinnacle/

    My issue is not knowing how to get Woocommerce’s store page to come below the header.

    Is there any way I can adjust the CSS or fiddle with the Woocommerce options to make the product page to go below the header the same amount as regular pages?

    Thanks!

Viewing 13 replies - 1 through 13 (of 13 total)
  • Hey,

    In order to change this, go to Pages> Your Shop Page edit screen, and then navigate to the “Page and Subtitle” area.

    Find “Page Title background behind Header,” and be sure that you’re setting that to “Don’t place behind header.”

    This should fix the issue for you. let me know if that works!

    -Kevin

    Thread Starter Paul

    (@solfizz)

    Thanks for the suggestions. So far nothing has worked. I was hesitant to put the link up because it’s a site that’s unfinished and for a client, so please bear that in mind as I share.

    https://www.diannetylski.com/shop/

    hannah

    (@hannahritner)

    Hey solfizz,
    How are you creating your shop page? Are you adding any css that might be conflicting? I would suggest deacitvating your plugins to test if any are causing this. Let me know if there’s no change.

    Hannah

    Thread Starter Paul

    (@solfizz)

    Hi Hannah, thanks for your assistance. I tried deactivating all plugins except the woocommerce ones, but it still yields the same appearance.

    hannah

    (@hannahritner)

    Which woocommerce plugins are you using? Also, what version of the theme are you on?

    Hannah

    Thread Starter Paul

    (@solfizz)

    The plugins are WooCommerce ver. 2.6.14 and WooCommerc Paypal Powered by Braintree Gateway ver. 1.2.7.

    Thread Starter Paul

    (@solfizz)

    The plugins are WooCommerce ver. 2.6.14 and WooCommerc Paypal Powered by Braintree Gateway ver. 1.2.7. Also, the Pinnacle Premium Theme version is 1.8.6.

    hannah

    (@hannahritner)

    So it seems like the paypal plugin you’re using doesn’t have great reviews. Try temporarily deactivating that. Does it bring about any change?
    If you’re using the premium theme you can use our premium forums- https://www.kadencethemes.com/support-forums/forum/pinnacle-theme/

    Hannah

    Thread Starter Paul

    (@solfizz)

    That doesn’t change it either. Does Pinnacle have it’s own ecommerce setup where it naturally conforms to the header? I’ll try the forums at the link you provided as well. Thanks again.

    It looks to me as though you still have the settings within your shop page set to “display behind header” under “page title and subtitle” settings within your shop page. Please confirm that you’re settings reflect “Don’t place behind header” for this.

    Try also turning on the page title for that page by setting “Hide Page title” to SHOW to see if that makes a difference.

    Let me know if what you find. Also, since you’re using the pinnacle premium, you should post all future support questions pertaining to the theme here:
    https://www.kadencethemes.com/support-forums/forum/pinnacle-theme/

    -Kevin

    Thread Starter Paul

    (@solfizz)

    Hi Kevin, sorry I should have specified that I did try your tip earlier but that didn’t do it.

    …However, I just tried showing the Page title, and that did it! Thanks a lot!

    Ideally I would like to have it where I don’t have “Store” show. Do you know what I should do there?

    Again, thanks!

    Paul

    You should be able to set it to hide the title as well as have the rest of the content display below the header. The settings I’ve been discussing should do this, so I’m confused as to why this isn’t happening.

    You should be able to hide it on that page with this CSS though:

    .woocommerce-page .titleclass h1 {
        display: none;
    }

    Add that to Theme Options> Custom CSS and let me know how it works.

    -Kevin

    Thread Starter Paul

    (@solfizz)

    Yeah, it’s very strange why hide title seems to override the “hide behind header” option.

    But I tried the code and that works beautifully. So thank you for all your help!

    Paul

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘How to lower my woocommerce product page below header?’ is closed to new replies.