Home › Forums › Arnold WordPress Theme › disable the loop function and slide effects
- This topic has 6 replies, 2 voices, and was last updated 7 months, 3 weeks ago by
meringue.
-
AuthorPosts
-
October 10, 2025 at 2:44 pm #31810
I would like to disable the loop function and slide effects for certain slideshows. Where can I modify the settings?
Thanks in advance for the support.
Best regards.October 11, 2025 at 1:04 am #31812Hi,
Sorry, this option is not available at present. We will consider adding this option in the future.
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookOctober 11, 2025 at 1:58 am #31813I need to disable the specified default settings. Please provide me with the information required for this control, for example via js.
Thanks in advanceOctober 11, 2025 at 2:57 am #31814If you want to disable loop on all sliders, it is possible.
If you want to disable loop only on specific sliders, it is not possible through simple code modifications.
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookOctober 11, 2025 at 8:23 am #31815In this case, I would like to know the solution no loop for all slides. In addition, I would be thankful for a solution to disable the transition effects of the slideshows (individually if possible, otherwise globally).
greetingsOctober 12, 2025 at 3:50 am #31816HI,
1.
Go to Plugins>Plugin file editor on the leftbar of WP admin, select “BM Content builder”from the plugins selector at right,
choose the file from the file list: include/templates/modules/module-slider.php
finddata-loop="true"in line 264Updae to:
data-loop="false"2. Edit a slider module, Set 0s for “Slide Transition Speed”, the transition will be disabled.
There should also be an almost imperceptible transition. If you don’t want this either, add CSS codes(Appearance > Customize: Additional CSS):
.slider-style1 .active .item { transition: none; }
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookOctober 13, 2025 at 2:30 pm #31818Many thanks. Best regards.
-
AuthorPosts
- You must be logged in to reply to this topic.
