Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #204667
    devciccarelli
    Member
    Post count: 24

    Hi There,
    When adding the shop to the site, I ran into a few issues. Can you assist?

    1. For some reason, the top header is filled with extra lines and pieces that I’d like to remove. I’ve attached a screenshot. I am trying to get rid of everything that has a red arrow pointing to it.

    2. I have selected the option of not showing a carousal of images on the product page, but the issue is still there. Can you help me remove the rotating images on the products featured on the products page?

    3. There are inconsistencies in the product images (some images are stretching while others are staying small) Here are the examples: http://www.balaboutiquefl.com/product/the-mamuye-tote/ and http://www.balaboutiquefl.com/product/perfume/. Can you tell me what size the product images are supposed to be? Is there a default size that will prevent the images from stretching or shrinking?

    Thanks for your help!

    Attachments:
    You must be logged in to view attached files.
    #205008
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    .post-type-archive-product .page-heading,
    .woocommerce-count-wrap,
    .woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select,
    .post-type-archive-product .divider-wrap {
    display: none;
    }

    .post-type-archive-product ul.products,
    .post-type-archive-product .woocommerce-page .products ul,
    .post-type-archive-product .woocommerce-page ul.products {
    border-top: none;
    }

    2) This is because the product is a variable product, this is default behaviour. You can modify this, with this example:

    ul.products li.product figure.product-transition:hover > a {
        -webkit-transform: none!important;
        -moz-transform: none!important;
        -ms-transform: none!important;
        -o-transform: none!important;
        transform: none!important;
    }

    3)

    We use 540 x 720 in our shop demo, your images look rather small and will not scale up very well at that size.

    Thanks,
    David.

    #206351
    devciccarelli
    Member
    Post count: 24

    Thanks David! All set.

    #206643
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! Thanks David

    – Kyle

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

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

License required for the following item
Login and Registration Log in · Register