New Landing How can we help? Themeforest Theme Support Pinpoint Sidebar in product pages

Viewing 15 posts - 1 through 15 (of 27 total)
  • Posted in: Pinpoint
  • #84415
    sobrilliant
    Member
    Post count: 22

    Hello, in my product pages they are showing up with a sidebar, but i’ve tried several methods to change this…

    Under the theme options there is no woocommerce tab for me. so i cant set it their, and under the products meta data, there isnt an option for product sidebar…

    null

    null

    #84872
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Pinpoint doesn’t have the WooCommerce Options panel, where are you seeing that it has this?

    – Ed

    #85024
    sobrilliant
    Member
    Post count: 22

    Another user on here told me, i also followed another thread on this issue, so how do i remove the sidebar in product pages ๐Ÿ™‚ / shop pages ๐Ÿ™‚

    thank you

    #85045
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    This was likely with another of our themes, unfortunately this option isn’t possible in Pinpoint as of yet.

    – Ed

    #85047
    sobrilliant
    Member
    Post count: 22
    This reply has been marked as private.
    #85055
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Sure, try this custom css:

    .single-product .type-woocommerce {
    width: 100%;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    }
    .single-product .sidebar {
    display: none;
    }

    – Ed

    #85123
    sobrilliant
    Member
    Post count: 22

    Hello, this did work yes ๐Ÿ™‚ but… the products meta, image and content did not stretch to full width ๐Ÿ™‚

    Really appreciate your help! this support is fantastic

    #85207
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Can you provide a link to a product on your site? I’ll check it for you.

    – Ed

    #85234
    sobrilliant
    Member
    Post count: 22
    This reply has been marked as private.
    #85237
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Ahh, change the css above to:

    .single-product .type-woocommerce {
    width: 100%!important;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    }
    .single-product .sidebar {
    display: none;
    }

    – Ed

    #85246
    sobrilliant
    Member
    Post count: 22

    Thank you, your support is incredible!! ๐Ÿ™‚

    finally, (sorry) is it possible to make the picture sit next to the product info at say 200x200px width? or something similar :D?

    #85400
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Are you talking about the Zebra image?
    If it is that you can change it in Woocomerce-> settings-> Products-> Product image sizes

    p.s- Thanks, we do our best to support our clients ๐Ÿ™‚

    Best Regards,
    Rui

    #85403
    sobrilliant
    Member
    Post count: 22

    yes that image ๐Ÿ™‚

    Seee if i do that it still doesnt place it floating left of the product data?

    Keep it up!:)

    #85407
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Something like this should do:

    .woocommerce div.product div.images {
    width: 200px;
    float: left;
    margin-right: 30px;
    }

    – Ed

    #97827
    sobrilliant
    Member
    Post count: 22
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 27 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