New Landing How can we help? Themeforest Theme Support Neighborhood Shop Page not in sync with wordpress changes

Viewing 9 posts - 1 through 9 (of 9 total)
  • #52980
    delica
    Member
    Post count: 37

    Hi developers,

    The main shop page of my website is not reflecting any changes I make through the wordpress page settings.

    My shop page “Shop” with the permalink “/shop” displays the products by itself without even setting it in the woo-commerce as the woo-commerce shop page, and all the changes that I make don’t show up when I update the site (hiding page title, removing breadcrumbs, etc)

    After setting the …/shop page as base page in the Woocommerce settings, I’m getting TWO carousels of product images.

    How can I fix this?
    Here’s the link to the shop page.
    http://delicamade.com/shop/

    Thanks.

    #52993
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    If you have the page set as the WooCommerce shop page, then the products will be shows on this page, therefore you do not need to add any product element in the page builder.

    Please provide a login details so that I can see the way you have set it up.

    Thanks

    Kyle

    #53020
    delica
    Member
    Post count: 37

    Thanks Kyle,

    That was a quick fix. I removed all product element in the page builder.
    However, the shop page edits from the WordPress is still not being reflected.

    Also, I removed the “show all 24/48 products” using the code below, but it left the blank padding(?) space.
    Is there a way to remove this blank space?
    .woocommerce-result-count {display:none !important;}

    I’ll leave the log in details on a separate post.
    Thank you!

    #53024
    delica
    Member
    Post count: 37
    This reply has been marked as private.
    #53366
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    What do you mean by:

    The shop page edits from the WordPress is still not being reflected.

    For the spacing add this custom css:

    .woocommerce-count-wrap {
    display: none;
    }

    – Kyle

    #55175
    delica
    Member
    Post count: 37

    Hi Kyle,

    What I mean by:
    The shop page edits from the WordPress is still not being reflected.

    is that the meta options I enter through the wordpress page are not showing up. Such as:
    -Show page title
    -Page title background

    I tried remaking the page, but didn’t solve the problem.
    Also how do I place the Swiftbuilder page items BELOW the default woo commerce product thumbnails?

    Thanks!

    #55284
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    The settings for the WooCommerce shop page are in Theme Options > WooCommerce

    To remove the page title and breadcrumbs you need to do it with css.

    – Kyle

    #55645
    sagurong
    Member
    Post count: 19

    Dear Kyle.

    if I need to put a word “You are here ” in front of Breadcrumbs. What should I do ? and What code to do that?

    Hope you can help us for this.

    Best regards,

    #55865
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hey, in sf-template-parts.php for example you could modify both instances of

    			$breadcrumb_output .= '<div id="breadcrumbs">'. "\n";
    

    to

    $breadcrumb_output .= '<div id="breadcrumbs">You are here: '. "\n";

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register