NooTheme Premium WordPress Theme › Forums › Timetable › Class display modification
- This topic has 3 replies, 2 voices, and was last updated 1 year, 9 months ago by Jackie.
-
AuthorPosts
-
1 year, 10 months ago #1219710
Hello,
the display of my schedule integrates 4 elements (the timetable, the name of the class, the coaches and the category). I do not want to communicate on the name of the coaches, because it changes regularly. And thus leave room to display the category correctly. Can you help me?
The url address is https://squatmooving.com/planning/
1 year, 10 months ago #1219727Hi.
Thank you for contacting us.
Please use the custom CSS below to hide the trainer info and style your schedule:
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-trainer { display: none; } .noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-category { margin-top: 0; } .noo-class-schedule-shortcode .fc-view .fc-axis { padding: 25px 45px; } .noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-time { margin-bottom: 3px; } .noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-title { margin-bottom: 3px; } .noo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event.time-short-2:hover .fc-content .fc-trainer { display: none; } .noo-class-schedule-shortcode.background-event .fc-view .fc-body .fc-time-grid .fc-event.time-short-2:hover .fc-content .fc-category { display: inline-block; }
Please recheck it.
Thanks.
1 year, 10 months ago #1219737Hello,
We have a problem with the display on mobile. Indeed, the name of the schedule that we specified on the shortcode is not displayed as you can see in the attachment.
1 year, 9 months ago #1219761Hi.
For the mobile, to hide the trainer name, you can use the custom CSS below:
.noo-responsive-schedule-wrap .item-day .class-trainer { display: none; }
To display the category on the mobile, you need to the source code.
Please give us your site admin account. We can help you do that.
Thanks.
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.