- Posts: 31
- Thank you received: 1
Hide buttons in timeline view
- Thomas Hartmann
- Topic Author
- Offline
- Junior Member
-
Less
More
2 years 4 months ago #159516
by Thomas Hartmann
Hide buttons in timeline view was created by Thomas Hartmann
Hi Tuan,
I need a litte hint how to hide all buttons (register, event details) in timeline view (upcoming events).
But the buttons should show up in the detail view of the event.
Thanks, regards,
Martin
I need a litte hint how to hide all buttons (register, event details) in timeline view (upcoming events).
But the buttons should show up in the detail view of the event.
Thanks, regards,
Martin
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
2 years 4 months ago #159517
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Hide buttons in timeline view
Hi Martin
Please send us link to the page and tell us the buttons you want to hide so that we can guide you. The right way would be modify code to remove button, but the workaround could be using css to hide it
Tuan
Please send us link to the page and tell us the buttons you want to hide so that we can guide you. The right way would be modify code to remove button, but the workaround could be using css to hide it
Tuan
Please Log in or Create an account to join the conversation.
- Thomas Hartmann
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 31
- Thank you received: 1
2 years 4 months ago - 2 years 4 months ago #159518
by Thomas Hartmann
Replied by Thomas Hartmann on topic Hide buttons in timeline view
I am working on a Joomla 4 recreation of a website, you find the actual development-site under:
xxx
On the startpage I show some events with Icons and date. I would like to hide the green register buttons and the details button. But only in this view.
I can hide them with this ccs-code but it also hides the buttons in the detail view:
.eb-register-buttons-bottom { display:none; }
Thanks, Martin
xxx
On the startpage I show some events with Icons and date. I would like to hide the green register buttons and the details button. But only in this view.
I can hide them with this ccs-code but it also hides the buttons in the detail view:
.eb-register-buttons-bottom { display:none; }
Thanks, Martin
Last edit: 2 years 4 months ago by Thomas Hartmann.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
2 years 4 months ago #159519
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Hide buttons in timeline view
Use a more specific selector like below would help:
Regards,
Tuan
Code:
#eb-upcoming-events-page-timeline .eb-register-buttons-bottom { display:none; }
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Thomas Hartmann
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 31
- Thank you received: 1
2 years 4 months ago #159520
by Thomas Hartmann
Replied by Thomas Hartmann on topic Hide buttons in timeline view
Perfect, that was the solutions I was looking for 
Thanks!
Regards, Martin
Thanks!
Regards, Martin
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
2 years 4 months ago #159521
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Hide buttons in timeline view
You're welcome !
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.