New Landing How can we help? Themeforest Theme Support Neighborhood Shop breaking up & wide sidebar

Viewing 15 posts - 1 through 15 (of 16 total)
  • #65722
    carlotte
    Member
    Post count: 42

    Hi,

    My shop page is breaking up, and has a too wide sidebar. I’m using this shortcode with a left sidebar: [products orderby=”date” order=”desc”]
    I’ve found the same issue here: http://support.swiftideas.net/forums/topic/lost-shop-template-with-left-sidebar/
    But there wasn’t a solution I can use.

    The site is work in progress and in coming soon mode, but I can provide an inlog for you.

    Thanks in advance, Carlotte

    #65842
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I would need to see your site, so please provide a link and login so that I can check it out for you

    – Kyle

    #65944
    carlotte
    Member
    Post count: 42
    This reply has been marked as private.
    #66203
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    I need authentication to get to the login page

    – Kyle

    #66217
    carlotte
    Member
    Post count: 42
    This reply has been marked as private.
    #66220
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please see the screenshot attached

    – Kyle

    #66247
    carlotte
    Member
    Post count: 42
    This reply has been marked as private.
    #66248
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes it does, thanks.

    I do not see any products on your shop page? It’s only got a sidebar on it

    – Kyle

    #66266
    carlotte
    Member
    Post count: 42

    I know, I’ve added them now.
    I’ve updated the theme yesterday to the latest update (which I missed)
    But that changed somehow the shop page.

    So to go short:
    The shop page is now good qua dimensions (not a too wide sidebar anymore)
    BUT it still does show the page title & breadcrumbs even though I selected at the page to now show them both.

    And another question, WordPress is acting weird since yesterday, showing the menu on bottom of the page and not showing the topbar anymore, see attached screenprint, any idea what is happening?

    Thanks a lot.

    #66275
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Strange, I’m afraid that is a wordpress issue, not the theme.

    As for the shop page, it does not use the page meta settings, as it is a WooCommerce page, therefore you can’t remove the title or breadcrumbs, unless you use css

    – Kyle

    #66285
    carlotte
    Member
    Post count: 42

    Could you please help me with that?

    I’ve already removed the sorting option with:

    .woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
    display: none;}

    And would really want to remove the page title, breadcrumps and ‘Showing 1-24 of 61 products”

    I think I should search for it in the direction of

    .woocommerce-page // something // { display: none;}

    Thanks a lot!

    #66290
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this custom css

    .woocommerce-page .page-heading {
      display: none;
    }
    .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
      display: none;
    }

    – Kye

    #66298
    carlotte
    Member
    Post count: 42

    Yes works perfect,

    Excepts that it still show a line, how to remove that line, so the shop products are aligned (at the top) with the widget menu?

    Thank you!

    #66300
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    .woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products {
      border-top: none;
    }

    🙂

    – Kyle

    #66306
    carlotte
    Member
    Post count: 42

    Thank you that does the trick, works perfect.
    Thanks for the great service.

Viewing 15 posts - 1 through 15 (of 16 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