Shaper Estate / Property Image Carousel - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Shaper Estate / Property Image Carousel

JW

Juha-Matti Wilska

Template 4 months ago

How do I turn off the autoplay on the image carousel in the property pages?

0
3 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 4 months ago #195612

Apology for the inconvenience.

Unfortunately, there is no built-in setting available to disable the autoplay on the image carousel within the property pages. However, this can be achieved by using a small piece of custom JavaScript. Please add the following JS code to your Template Options -> Custom Code -> Custom JS

$(document).ready(function() {
    // Stop autoplay for the carousel with id 'spproperty-slider-alt'
    $('#spproperty-slider-alt').trigger('stop.owl.autoplay');
});

Please let us know how you’d like to proceed.

Kind regards

0
JW
Juha-Matti Wilska
Accepted Answer
4 months ago #195633

Thank you. This worked like a charm.

One last thing. After updating to Joomla 4, there seems to be a problem with uploading images to a property. If I ad multiple images, only a few will get uploaded. Any clues on how to solve this?

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 4 months ago #195659

Could you please share a screen recording of the issue you're experiencing? This will help us better understand the problem and provide a more accurate solution. Thank you!

0