[Resolved] Woocommerce Shop: Move Page title and breadcumbs on top

Home Forums Support [Resolved] Woocommerce Shop: Move Page title and breadcumbs on top

Home Forums Support Woocommerce Shop: Move Page title and breadcumbs on top

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1365595
    Daniele

    Hi,
    how can I Move Page title and breadcumbs on top of Woocommerce Shop template, using a left-sidebar layout? (p.s. I was searching for this template but I didn’t found it)

    I want to show title before the sidebar/content

    thanks

    #1365803
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can edit the original topic and use the private URL field.

    Let me know 🙂

    #1365901
    Daniele

    Hi Leo,
    I can link a WP access, but is not visible without logging it.

    Maybe this could help:

    fea

    if you want to access the website please share an email address
    thanks!

    #1366038
    Leo
    Staff
    Customer Support

    You would need to use the header element module:
    https://docs.generatepress.com/article/header-element-overview/

    You’d need to check with WooCommerce’ support to see how to output the breadcrumbs using a shortcode or function format.

    #1368594
    Daniele

    Thanks,

    pls can you tell me which is the php template used in the shop?

    p.s. I used this for Woocommerce breadcumb shortcode:
    function woocommerce_bcm() {
    woocommerce_breadcrumb();
    }
    add_shortcode( ‘woocommerce_bc’, ‘woocommerce_bcm’ );

    #1368777
    Leo
    Staff
    Customer Support
    #1368798
    Daniele

    can you tell me which is the php template used in the shop?

    #1368813
    Leo
    Staff
    Customer Support

    Have you tried the hook solution?

    It’s definitely the better and much easier way to go.

    Then you wouldn’t have to modify the template at all.

    #1368817
    Daniele

    Yes it’s working, but I need the template for another little modify

    thanks

    #1368850
    Leo
    Staff
    Customer Support

    Can you open a new topic for the new question and provide a little more details of what you’d like to achieve?

    The shop template should be in WooCommerce plugin folder as the theme doesn’t handle that.

    #1370708
    Daniele

    Ah ok ,
    so the template used is the Woocommerce standard one, not a custom developed by you, right?

    #1370736
    David
    Staff
    Customer Support

    Hi there,

    thats correct, GP leaves the Woocommerce plugin to provide the templates.

    #1370740
    Daniele

    thanks

    #1370746
    David
    Staff
    Customer Support

    You’re welcome

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