Thank you for reaching out. Could you please let me know which version of the plugin you are using?
I recently released version 1.2.0. After updating, can you confirm if the issue you were facing has been resolved?
I ran some tests on my end, but I wasn’t able to replicate the issue. Please let me know, and I’ll be happy to assist you further.
Hi,
Well I used this code in my functions.php file after posting my question earlier here and the issue was resolved
function enqueue_swiper_assets() {
// Swiper CSS
wp_enqueue_style('swiper-css', 'https://unpkg.com/swiper/swiper-bundle.min.css');
// Swiper JS
wp_enqueue_script('swiper-js', 'https://unpkg.com/swiper/swiper-bundle.min.js', array(), null, true);
}
add_action('wp_enqueue_scripts', 'enqueue_swiper_assets');
BUT – the new update seems to brake my swipers , when I tried to edit the swiper I saw this message above the block
“Your site doesn’t include support for the “da/wp-swiper-slides” block. You can leave this block intact, convert its content to a Custom HTML block, or remove it entirely.”
I am not sure what should I do since everything was working fine before the update. Currently I have switched back to the old version!
@mohammedmalleck please update to latest version 1.2.9 and let me know if you are still having issues.
Also have a read through this if you are trying to fix something that breaks after the upgrade: https://digitalapps.com/wp-swiper-plugin-update-exciting-new-features-and-improvements-v1-2-0/
@digitalapps Hi , sorry for the very late reply. I updated the plugin and just had to attempt recover one of the block in my slider’s(I am using gutenburg editor btw) and I even removed the code snippet shared earlier. Everything now works like a charm !
Keep up with the good work 👏
Great to hear! Thank you for the update!