This topic has 10 replies, 3 voices, and was last updated 1 years, 2 months ago ago by Rose Tyler
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
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
Voilà les accès
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
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
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
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
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
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 ?
Hello, @Kevin,
We’ve recorded a video for you. Please the check private content area.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up