Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1417848

    Opmerkers
    Participant

    Hello,

    I’m setting up a shop for the website I’m building but I’m encountering some issues. First of all, the page title of the shop is not showing eventhough it should (I believe all settings are correct). Second we’d like to have the same sidebar next to the single products as we set up for the shop page. I though by default it would show on the single product pages but no such luck. Any idea what’s wrong there?

    I’d appreciate your help!

    Delana

    #1417855

    Opmerkers
    Participant
    This reply has been marked as private.
    #1418261

    Nabeel A
    Moderator

    Hi there,

    Thanks for writing around!

    1. To set the title of the shop, please navigate to Appearance > Customize > Integrity > Shop Options > Shop Title

    2. To show sidebar on single product page, please follow this thread: https://theme.co/x/member/forums/topic/sidebar-on-single-product-page-4/#post-170005

    Hope this helps!

    #1418751

    Opmerkers
    Participant

    Hi Nabeel,

    Unfortunately I already knew and checked the suggestion you gave to my first question. Under Appearance > Customizer > Integrity > Shop Options > Shop Title my settings are the following:

    Shop Header: On
    Shop Title: Onderhoudsproducten
    Shop Subtitle:

    So that bit is set but it’s not appearing at the front end. Any clue as to what might cause that?

    As to part 2: I’ll look into the thread you sent me.

    Thanks in advance!

    #1418858

    Paul R
    Moderator

    Hi,

    In that case, can you provide us your wordpress and ftp logins in private reply.

    The one you provided is no longer working.

    Thanks

    #1418973

    Opmerkers
    Participant
    This reply has been marked as private.
    #1419616

    Rad
    Moderator

    Hi there,

    You have custom template wp-header.php under your child theme’s /framework/views/integrity/

    And this line of code was removed from that template

    <?php x_get_view( 'integrity', '_landmark-header' ); ?>

    Please delete that custom template or add that line under slider-below code.

    Thanks!

    #1425084

    Opmerkers
    Participant

    Works fine, thanks!

    #1425180

    Christian
    Moderator

    You’re welcome.