This topic has 22 replies, 3 voices, and was last updated 1 years, 6 months ago ago by Rose Tyler
The alignment of the product slider appears to be inconsistent when a rating is given. Is there a way to fix the height of the product section to address this issue?
The screenshot of Kunjucatholicans
https://snipboard.io/kObI1R.jpg
And screenshot of demo section
https://snipboard.io/8uv7VT.jpg
Hello, @Catholicans,
We have identified that the alignment issue is due to the responsive content and the content underneath it. To resolve this, we suggest that you use Custom CSS. Please copy and paste the following code to XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache.
.custom-block03 .content-product {
height: 500px !important;
}
Note: You can adjust the value in the code as per your requirements.
Best Regards,
8Theme’s Team
Thankyou for your reply.
How can I add white space above the product image in this slider?
Screenshot given below
https://snipboard.io/v78odl.jpg
Hello, Catholicans,
We apologize for not being able to view the image stuck at the top of the container on your website’s home page.
Could you please provide us with a complete screenshot of the section containing the product image, as well as the page URL? This will allow us to investigate the issue and provide assistance accordingly.
Best Regards,
8Theme’s Team
Screenshot the section:
https://snipboard.io/c742jR.jpg
Page URL:
https://kunjucatholicans.com/
Greetings Catholicans,
We are pleased to inform you that your issue has been resolved. Please clear your browser cache and check your site again. We have added the Custom CSS for the padding on your home page, and you can adjust the padding values as per your requirements. Please refer to the screenshots listed below:
https://postimg.cc/bsYxLh8c
https://postimg.cc/94ywC8VY
Best Regards,
8Theme’s Team
I am experiencing alignment issues with product ratings on a specific category page. What steps can I take to address this problem?
Screenshot : https://snipboard.io/EVWdbB.jpg
Hello, Catholicans,
Please try to use code from this topic – https://www.8theme.com/topic/is-there-anything-that-can-solve-this-carousel-problem-just-because-the-number-of-reviews-appeared/#post-348728
Best Regards,
8Theme’s Team
When a product has only one line in its product name, the ‘add to cart’ button displays alignment issues when hovering over it. Specifically, the button moves upwards. Therefore, I would like to set the alignment of the ‘add to cart’ button to be static
Screenshot : https://snipboard.io/y2j1uA.jpg
Hello, Catholicans,
We have conducted a review of your site and the Add to Cart feature is properly aligned when hovering over the product. We have captured a video of your site in incognito mode and it is functioning correctly. Please watch it here: https://www.veed.io/view/ec6a7aff-899e-46a4-8940-211a4294214b?sharingWidget=true&panel=share
We suggest that you clear the cache of your site, plugin cache and browser and check back again.
Best Regards,
8Theme’s Team
This issue caused when I use
.content-product:hover {
–product-title-lines: ”;
}
the above code.
Hello Catholicans,
We are pleased to hear that you have identified the cause of the issue. If you do not require the CSS, then it can be removed as we have provided a video in our last reply which demonstrates that the feature is now working correctly on your site.
Best Regards,
8Theme’s Team
But I want this feature to display the product name in 2 line and full name on hovering.
Hello, Catholicans,
There is no other solution for you.
For this time we provided you few possible solutions but no one is perfect for you, unfortunately.
1/ With only next custom CSS
.content-product:not(:hover) .product-title a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
2/ With setting option of Product title limit type → lines and choosing the amount of lines you would like to see at once. And adding the next custom CSS then:
.content-product:hover {
–product-title-lines: ”;
}
As you know additional customization is out of our scope, according to our support policy → https://prnt.sc/_bGbLLhiz5iv . We really tried to help you but it seems you need to contact the company that provides additional customization service such as https://wpkraken.io/?ref=8theme
Thanks for understanding our position!
Best Regards,
8Theme’s Team
How can I Correct the alignment for the product slider as shown below:
Screenshot: https://snipboard.io/KpUtwF.jpg
This issue also in shop page.
Screenshot: https://snipboard.io/dqN2n8.jpg
How can we make static for whole site?
Hello, Catholicans,
We are pleased to inform you that your issue has been resolved. Please clear your browser cache and revisit your site to confirm the changes. We have added CSS code under XStore > Theme Option > Theme custom CSS > Global CSS.
For further reference, please refer to the images provided at the link below. https://postimg.cc/5YhSrRCZ and https://postimg.cc/TpCCdCMW
We thank you for your patience and understanding.
Best Regards,
8Theme’s Team
By checking it is not solved.
Screenshot https://snipboard.io/6nPW3t.jpg
https://snipboard.io/OxszRE.jpg
Hello, Catholicans,
Thank you for your response.
By checking it is solved – https://prnt.sc/-ySdUV9Y8lO6 https://gyazo.com/39980708a39f118f36b3415770c27d4d
Please clear the cache one more time and check, or test it from another browser/device.
Best Regards,
8Theme’s Team
As you’re fixing the alignment of the section mentioned earlier, another part is causing layout modifications. Can you please align it without impacting the layout of other sections on the page?
Screenshot:
Before – https://snipboard.io/xIUybj.jpg
After – https://snipboard.io/pV9neZ.jpg
Hello, Catholicans,
Thank you for your response.
Please describe your request in more detail. Right now, it is a bit unclear to us.
Best Regards,
8Theme’s Team
The modification of the alignment of the product slider has resulted in a change in the appearance of the section depicted in this image: https://snipboard.io/xIUybj.jpg. Specifically, the bullets in this section have become hidden. This issue can be attributed to the CSS code responsible for aligning the product slider. How can I solve this?
Hello, Catholicans,
Thank you for your response.
Please add the next custom CSS code:
.swiper-container .swiper-pagination {
flex-basis: 100%;
}
.swiper-container {
flex-wrap: wrap;
}
Kind Regards,
8theme team
Tagged: alignment, inconsistent, rating, slider, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up