RSEvents Dropdown Doesn't Work With My Joomshaper Shaper_aspasia Template. But Work With Cassiopeia Template. - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

RSEvents Dropdown Doesn't Work With My Joomshaper Shaper_aspasia Template. But Work With Cassiopeia Template.

F

FONGANG Raphaël Ledoux

Template 2 years ago
0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #124948

Hi,

In Template Options > Custom Code > Custom CSS

add that:

#rs_event_show .btn-group:hover .dropdown-menu,
#rs_event_show .btn-group:focus .dropdown-menu {
  display: block !important;}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #124949

Hi

Thanks for contacting us. You can use this custom CSS

#rs_event_show .btn-group:hover .dropdown-menu,
#rs_event_show .btn-group:focus .dropdown-menu {
  display: block !important;}

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

-Regards.

0
F
FONGANG Raphaël Ledoux
Accepted Answer
2 years ago #124950

Thanks, it's work for this page only on hover: https://diversitequebecofficiel.com/evenement/evenement/1-integration-socioprofessionnelle-et-diversite The dropdown work when I put mouse hover the dropdown button. I want to dropdown onclick not on hover. I also have the same problem on this page: https://diversitequebecofficiel.com/evenement The dropdown Nom and Est doesn't work. Can you give a global solution for onclick action ?

Thanks in advance.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #124964

Yes, we can give you only hover solution by now. Add also those lines:

.navbar-nav .dropdown-menu:hover,
#rsepro-filter-from:hover .dropdown-menu,
#rsepro-filter-condition:hover .dropdown-menu
{display: block !important;}

So I guess, you need extra help from component developer.

Our template uses Bootstrap v5.1 - that info may help RSJoomla find a fix. Joomla 4 in core there is also Bootstrap 5.x

0