This topic has 6 replies, 3 voices, and was last updated 2 months ago ago by Jack Richardson
Hello, I hope you are well,
1- there is a problem with the gallery slide on the main page of the site, please see,
thank you
Hello, MAHDAR,
We kindly request that you assign the administrator role to the user account you recently created for us. This will enable us to manage our operations more effectively.
Try to activate the “Loop” option for the carousel and check the result.
Best Regards,
8Theme’s Team
Admin role was given.
Dear @MAHDAR,
I hope this message finds you well.
We have recently adjusted the settings in Elementor by setting the ‘Upgrade Swiper Library’ option to inactive, as it appeared to interfere with the functionality of the slider on your homepage. You can view the setting here: https://prnt.sc/2V6vEhUPpLaJ.
The result is next now -> https://gyazo.com/a852330e12febfed12fa17cfcfd8802e
Could you please take a moment to check if the slider is now functioning correctly? Your feedback is invaluable to us.
Thank you for your attention to this matter.
Best regards,
Jack Richardson
The 8Theme Team
Is it possible to disable theme swiper?
Or does it cause problems?
Dear @MAHDAR,
I hope this message finds you well.
We wish to inform you that following the recent update to version 3.23 of the Elementor plugin, we have been compelled to enforce the enqueuing of the Swiper JS library. This change is due to the removal of the ‘optimized_assets_loading’ option in the plugin, which has made it challenging for us to determine the appropriate conditions for its inclusion or exclusion. Consequently, we are required to load this library whenever sliders are present on a page.
However, should you wish to disable the theme’s Swiper JS, you may do so by inserting the following code into your child-theme/functions.php file or through custom snippets:
add_action('wp_enqueue_scripts', 'n2t_theme_denqueue_scripts', 1001);
function n2t_theme_denqueue_scripts() {
wp_dequeue_script('et_swiper-slider');
}
Please be aware that the responsibility for ensuring the functionality of this modification rests with you. We recommend testing your website thoroughly after applying this code to ascertain that it does not adversely affect your sliders. Should any issues arise, you may revert the changes.
Thank you for your understanding and cooperation.
Best regards,
Jack Richardson
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up