By default, ShortPoint Slideshows Design Element has a built-in functionality to stop the looping feature when a mouse is hovered on to its images. But with the help of this article and by applying some simple Custom CSS, you will be able to remove that functionality so that the images will still continue to loop even when the moused is hovered on.
Before:
After:
If you would like to apply this solution, please follow the steps in this support article.
TABLE OF CONTENTS
- Before we begin
- Step 1. Open the settings of the Slideshows Design Element
- Step 2. Copy the custom CSS code
- Step 3. Update the Slideshows Design Element with the code
- Result
Before we begin
ShortPoint CSS customizations are available since the ShortPoint version 5.2.2.28 or higher. We recommend you to always have the latest version installed. Visit our Download ShortPoint page and get the latest version of ShortPoint.
Step 1. Open the settings of the Slideshows Design Element
Edit the page. Open the settings of the Slideshows Design Element:
- In Live Mode:
Locate the Design Element you would like to add the custom CSS and enter the EasyPass Active Mode. Then click the cog wheel icon to open the settings:
The Design tab will open.
- In Grid Mode:
Click the cog wheel icon to open the settings of the Slideshows Design Element:
- In Legacy Page Builder:
The Settings tab will open.
Note: To know more about ShortPoint Live Mode and Grid Mode, please visit Introducing ShortPoint Page Builder Live Mode.
Step 2. Copy the custom CSS code
Here is the custom CSS code you will need to use to have a continuous loop in the Slideshows Design Element:
.slick-list {
pointer-events: none;
}
Please copy the code to the clipboard.
Step 3. Update the Slideshows Design Element with the code
3.1. Switch to the Custom CSS tab
- In Live Mode:
- In Grid Mode and Legacy Page Builder:
3.2. Paste the copied code
Paste the code from the Step 2 to the Custom CSS field
- In Live Mode:
You will see the changes applied to your Design Element in real time.
- In Grid Mode and Legacy Page Builder:
You may check how it will look like on your page by clicking the Preview button:
3.3. Confirm your changes
- In Live Mode:
Click the checkmark button:
- In Grid Mode and Legacy Page Builder:
Click Update:
Finally, save and/or republish the page.
Result
That's it. This is how it may look like on your page:
Related articles:
- How to Make Rounded Corners for the ShortPoint Slideshows Design Element
- Custom CSS Tab for ShortPoint Design Elements
- How to Add Play/Pause Functionality to the Slideshows Design Element
- ShortPoint Page Builder Live Mode Feature: Preview Web Part
- What is New With ShortPoint Page Builder Grid Mode Experience