By Sasbrink on Monday, 04 April 2022
Replies 6
Likes 0
Views 578
Votes 0
Hello,

Is there a way to remove the slideshow buttons for a specific slideshow module in config?

Regards,
Omar
Hello Omar,

You should be able to hide them with a little CSS if you wish. add a module class suffice say:

hideButtons

and use


.hideButtons > a {display: none;}


In your JEvents Custom CSS which will hide the left and right arrows.

Many thanks
Tony
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Thx, not sure where and how to incorporate this CSS part.

This I currently have as CSS string

<div style="color:white" class="item ISACTIVE"><a href="${eventDetailLink}" target="_self">${JEV_SIZEDIMAGE_1;1200x900}</a><div class="carousel-caption">${title}<span class="jevcstart"><a href="${eventDetailLink}" target="_self">${eventDate(%A %B %e)}[!a:, ${eventDate(%H:%M)} - ${endDate(%H:%M)}][a: - All Day] </a></span></div></div>

How to add? Thx Tony
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
If you give us the URL we may be able to give you more specific advice
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

You would add it to:

JEvents -> Custom CSS

or your themes custom.css / settings for custom css

And in the class would be added to the module class suffix :-)

Many thanks
Tony
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I have multiple slideshow module and I only want to hide the buttons on one of them. Below the URL which has the module applied.

http://www.sportcircuithoogkarspel.nl/index.php/ct-menu1-item24/ct-menu1-item25
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·

.jevcarousel .carousel-control {
display:none;
}

Would hide these buttons only on the JEvents carousels
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post