Comment faire pour aligner les produits ?

This topic has 10 replies, 3 voices, and was last updated 8 months, 1 weeks ago ago by Rose Tyler

  • Avatar: Kevin
    Kevin
    Participant
    August 30, 2023 at 14:01

    Bonjour,

    Je souhaite aligner tous les produits sur la grille de produit même si l’image est plus grande.

    Comment faire ?

    J’ai ça aujourd’hui :
    https://image.noelshack.com/fichiers/2023/35/3/1693400456-capture-d-ecran-2023-08-30-a-14-59-17.png

    9 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 30, 2023 at 14:54

    Hello, Kevin,

    Thank you for contacting us and for using XStore.

    Please provide URL of your site and temporary wp-admin access, so we can take a closer look.

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Kevin
    Kevin
    Participant
    August 30, 2023 at 15:14

    Voilà les accès

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 30, 2023 at 15:43

    Hello, Kevin,

    We appreciate your prompt response.

    Please try the next:
    Theme Options > WooCommerce > Shop > Shop page layout > Products Masonry > Off.
    Add the next code in Theme Options > Theme custom CSS:

    .main-products-loop .product, .products-loop .product, .carousel-area .product-slide .product {
        display: flex;
        justify-content: center;
    }
    .products-loop .ajax-content, .products-loop {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
    }
    .content-product {
        flex-direction: column;
        justify-content: space-between;
        display: flex;
        flex: 1;
    }
    .content-product .quantity-wrapper {
        margin-right: auto;
        margin-left: auto;
    }
    .swiper-container {
        display: flex;
        align-items: stretch;
    }
    .product-slide .product {
        display: flex;
        height: 100%;
    }
    .swiper-wrapper {
        height: auto;
    }

    Kind Regards,
    8theme team

    Avatar: Kevin
    Kevin
    Participant
    August 31, 2023 at 07:41

    J’ai un autre soucis que je n’avais pas avant.

    Mon Header en mobile ne se réduit pas comme il le devrait. J’ai pourtant rien changé.

    https://image.noelshack.com/fichiers/2023/35/4/1693464068-img-2621.jpg

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    August 31, 2023 at 08:01

    Hello, @Kevin,

    We are pleased to inform you that the issue you reported has been successfully resolved. We kindly request you to revisit your site after clearing your browser cache.

    For your information, we have deactivated the Mobile Optimization option. This can be found under the General/Layout section in Xstore > Theme Options.

    For further clarification, we have attached an image for your reference. https://postimg.cc/Mn9jDG3C

    Best Regards,
    8Theme’s Team

    Avatar: Kevin
    Kevin
    Participant
    September 1, 2023 at 15:00

    Pourquoi quand je fait un back depuis la pack des produits, ca change pas la page ?

    Voici video ici https://www.cityline.fr/enregistrement.mov

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 2, 2023 at 14:04

    Hello, @Kevin,

    We appreciate your prompt response.

    We’ve checked the Categories filter on your Shop page and we do not see the problem on your site, right now. Have you solved the problem? Please clear cache and check one more time.

    Best Regards,
    8Theme’s Team

    Avatar: Kevin
    Kevin
    Participant
    September 2, 2023 at 14:06

    Oui, j’ai réussi à trouver d’où venait le problème.

    Si les filtres sont ouverts le back fonctionne.
    Si les filtres sont fermés le back ne fonctionne pas.

    Savez-vous pourquoi ?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 2, 2023 at 14:12

    Hello, @Kevin,

    We’ve recorded a video for you. Please the check private content area.

    Best Regards,
    8Theme’s Team

    Please contact administrator
    for this information.
  • Viewing 10 results - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.