This topic has 11 replies, 3 voices, and was last updated 4 hours, 47 minutes ago ago by Jack Richardson
Please Check the Private content area
Hello,
Thank you for reaching out to us.
We suggest disabling all third-party plugins (including cache plugins and disable CDN on your site) that do not come bundled with XStore (https://www.8theme.com/documentation/xstore/plugins/included-plugins/ ). After that, clear the cache of the browser, and then check the result. It is possible that one of the additional plugins is causing the issue.
Warm Regards,
The 8Theme Team
please check the private content area
Please check private content area
Hello,
Upon visiting your website, we noticed that dark colors were predominantly used, and some of the text were difficult to read. To address this, we have activated the dark mode feature through the Theme Options > Styling settings, and set the white color via Theme Options > Typography.
You can change the background color here – https://prnt.sc/5vEJ2KC2dyC3 , for example – https://prnt.sc/lV6aa3LmpbS6
Warm Regards,
The 8Theme Team
every thing is perfect
I am using following custom code for equal height for products it’s not working
.elementor-widget-etheme_product_carousel .swiper-slide {
display: flex;
flex-wrap: wrap;
height: 100%;
}
How can we fix it
Hello @Yasir Alam 8Theme
Please, try next custom CSS instead of the one you tested.
Custom CSS:
.elementor-widget-etheme_product_carousel .swiper-slide {
height: auto;
}
.elementor-widget-etheme_product_carousel .swiper-slide .etheme-product-grid-item {
height: 100%;
}
Kind regards, Jack Richardson
The 8theme’s team
I add it but still not equal
Hello @Yasir Alam 8Theme
Our CSS provided above does not work now because you still kept the old CSS and it makes such conflicts. You should remove the old one first and then keep only the one we suggested.
So, delete this code:
.elementor-widget-etheme_product_carousel .swiper-slide {
display: flex;
flex-wrap: wrap;
height: 100%;
}
And check then if it is as you expected.
Kind regards, Jack Richardson
The 8theme’s team
Still not working
mindtech.ae
Hello @Yasir Alam 8Theme
While we inspected the source of your home page the new code was still missing and the old one was not removed. Could you please, provide us the correct wp-admin access so we could add the snippet and ask you to check then ?
Use the private are for such details to make them safely sent.
Kind regards, Jack Richardson
The 8theme’s team
You must be logged in to reply to this topic.Log in/Sign up