[Resolved] WooComerce Shop site: Page header not displayed

Home Forums Support [Resolved] WooComerce Shop site: Page header not displayed

Home Forums Support WooComerce Shop site: Page header not displayed

  • This topic has 2 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1228124
    Thomas

    Hi,

    I’ve spent a couple of days solving this issue: I have a Custom Page header for all post-types (also products). For every content on https://www.bambuetta.com this setup works except the WooComerce – Shop site (https://www.bambuetta.com/shop).

    Long story shop: How can I setup a Page Header to work with WooComerce Shop – Site:

    Things I have already done:
    -Setup meta – settings in shop page
    -Setup Page header in global locations (products…)
    -delete all custom filters and hooks

    Thanks a lot for any hints

    #1228211
    Thomas

    Found the solution:

    function bambuetta_pageheader_id($id) {
    if ( is_shop() ) {
    return 2132;
    }
    }
    add_filter( ‘generate_page_header_id’,’bambuetta_pageheader_id’);

    #1228234
    David
    Staff
    Customer Support

    Glad you found the solution 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.