This topic has 4 replies, 3 voices, and was last updated 1 hours, 23 minutes ago ago by Luca Rossi
hey.
all my carousel navigtions get bugged after new update.
all over the website.
added photos in private contet area
Hello, @Tal,
Thank you for contacting us and for using XStore.
To address the issue you are experiencing, we kindly recommend following these steps:
1. Navigate to **XStore Patcher**.
2. Click on **Refresh Patches**.
3. Select **Apply All Patches**.
For further guidance, please refer to our documentation here: https://www.8theme.com/documentation/xstore/xstore-features/how-to-use-xstore-patcher/
If the issue persists after completing these steps, we kindly request that you provide us with access to your site’s WordPress admin panel via the private content area. This will allow us to review your settings in detail and assist you more effectively.
Thank you for your cooperation. Should you have any further questions, please do not hesitate to reach out.
Best regards,
The 8Theme Team
still not works.
added u the wp-admin details
Hi @Tal,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
body.rtl .swiper-button-prev.swiper-custom-left {
left: auto !important;
right: 0 !important;
}
body.rtl .swiper-button-next.swiper-custom-right {
left: 0 !important;
right: auto !important;
}
Kind regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up