• Resolved mohammedmalleck

    (@mohammedmalleck)


    Hi , I am getting a straight forward issue.

    I want the auto-swiper to continue swipping some moment after the user interacts with the pagination. Unfortuantely even though I have set the correct settings the swiper appears not to auto swipe after interaction.

    Thanks in advance ??

    Username and password is Alsamawi

    • This topic was modified 1 month, 4 weeks ago by mohammedmalleck. Reason: missed some important info
    • This topic was modified 1 month, 4 weeks ago by mohammedmalleck. Reason: typo errors

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author digitalapps

    (@digitalapps)

    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.

    Thread Starter mohammedmalleck

    (@mohammedmalleck)

    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!

    Plugin Author digitalapps

    (@digitalapps)

    @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/

    Thread Starter mohammedmalleck

    (@mohammedmalleck)

    @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 ??

    Plugin Author digitalapps

    (@digitalapps)

    Great to hear! Thank you for the update!

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.