• Resolved mark25

    (@mark25)


    Hi, I wanted to add a carousal as shown in your demo. I pasted this shortcode:

    [psac_post_carousel category=”29” autoplay=”true” autoplay_interval=”2000″ loop=”true” speed=”1000″ slide_show=”3″ slide_scroll=”1″]

    I wanted to display three items at a time. But its displaying single image at a time like a slider. What am I doing wrong?

    Thanks alot.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author pluginandplay

    (@pluginandplay)

    Hi @mark25

    Thanks for the web page link. I have checked it and found that there are some special character in shortcode so it is bot working properly.

    Please refer below screenshot
    https://prnt.sc/s5nrik

    This generally happens when we copy the shortcode and paste it into WordPress editor.

    Please check the plugin shortcode and remove the double quote and add it manually. I hope this will work for you.

    Thread Starter mark25

    (@mark25)

    hello,
    thanks alot for the response. First of all I removed all special charachters and add inverted commas manually. The result was same. Then I removed everything and tried below shortcodes:

    [psac_post_carousel category=”29″]
    [psac_post_carousel]

    Result was same. I checked in inspect element. Everything was fine. But I still see a slider instead of carousel. Check the same page.

    Thanks alot for help. Waiting for response ??

    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @mark25

    Thanks for your patience and coordination.

    I have checked your web page again and now the special character is gone but the carousel is display as a slider.

    I have taken a deep loop again and found that there is one add-on installed on your site named “Medical Addon for Elementor” (medical-addon-for-elementor) which is causing this issue.

    “Post Slider and Carousel” plugin and “Medical Addon for Elementor” both uses the same jQuery for slider but they have initialized the JS on a common class which is causing this issue.

    Below is its java script file
    https://neurologymiami.com/wp-content/plugins/medical-addon-for-elementor/assets/js/scripts.js

    They should have to take care when using the third party JS. So because of their JS our plugin JS is getting disturbed.

    Actually not only mine but other plugins which uses the same slider (Owl Carousel) will disturbed.

    Kindly check by deactivating their plugin and you can raise a support to them also about this.

    I hope this helps you.

    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @mark25

    Any update on this please?

    Does it work for you?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Carousal showing as a slider’ is closed to new replies.