This topic has 5 replies, 4 voices, and was last updated 6 months ago ago by Andrew Mitchell
Hi there
on the loop carousel at the home page, the buttons for the posts, ( 2nd adn 3rd) are not working. You cannot click on it.
Please advice
Hello, @Cr3atorf1lm,
Thank you for contacting us and for using XStore.
We are writing to request further details regarding your recent inquiry, as we found it somewhat unclear. To assist you more effectively, could you please provide a detailed description of the issue you are encountering or specify your exact requirements and objectives?
Additionally, for a better understanding and prompt resolution of your concern, kindly provide the URL of the page where you are experiencing difficulties, along with screenshots clearly marked to highlight the specific areas of concern.
We appreciate your cooperation and look forward to your response so that we may proceed to assist you promptly.
Thank you for choosing 8Theme.
Best Regards,
8Theme’s Team
Hi there please check the private content
Hi @Cr3atorf1lm,
This is a known bug from Elementor plugin, you can check here: https://github.com/elementor/elementor/issues/23705
To fix it, please add the following code under functions.php file locates in your child theme:
function n2t_custom_js() {
?>
<script>
jQuery(document).ready(function($){
function removeInert() {
$(".e-loop-item").removeAttr("inert");
}
setTimeout(removeInert, 1500);
});
</script>
<?php
}
add_action( 'wp_footer', 'n2t_custom_js', 999 );
Best Regards,
8Theme’s Team
Dear Cr3atorf1lm,
Choosing our theme reflects your commitment to quality, and for that, we’re genuinely grateful. As we constantly strive to elevate your experience, your feedback is an invaluable gift. Could you kindly take a moment to rate our product with 5 stars on ThemeForest?
Click here to share your insights: https://themeforest.net/downloads
Your support fuels our journey, and we appreciate it more than words can express.
Best Regards,
The 8Theme Team
Tagged: themes, woocommerce, wordpress
The issue related to '‘issue with post carousel, buttons not clicking’' has been successfully resolved, and the topic is now closed for further responses