NooTheme Premium WordPress Theme › Forums › Timetable › Spacing On Classes On Schedule
- This topic has 16 replies, 2 voices, and was last updated 5 years, 7 months ago by iwantclarity.
-
AuthorPosts
-
5 years, 8 months ago #1071731
We are having an issue where the spacing on the classes are really small. Example image shown and it cuts off the title and time. How can I expand this for days that have smaller timeframe.
Attachments:
You must be logged in to view attached files.5 years, 8 months ago #1071776Hi,
You can add these lines to Custom CSS or the style.css of Child Theme:
.noo-class-schedule-shortcode .fc-agenda-view.fc-agendaDay-view .fc-body .fc-time-grid .fc-event:focus, .noo-class-schedule-shortcode .fc-agenda-view.fc-agendaDay-view .fc-body .fc-time-grid .fc-event:hover {
outline: none;
text-decoration: none;
left: 0 !important;
right: 0 !important;
z-index: 10 !important;
}
It will create an enlarged effect when you hover on the item.
Hope it helps!.
Best regards,
tb.
5 years, 8 months ago #1072002I added the code and those sections are still showing cut off before I hover over them. Is there a way to make the time sections a bit larger so the class section fills it in?
Thanks again for your help.
5 years, 8 months ago #1072039Hi,
You can try with these lines:
.fc-time-grid .fc-slats td {
height: 3em!important;
}
5 years, 8 months ago #1072066Thanks that worked for that. I also had one other issue, hope it doesn't hurt to just update this ticket. But I updated the plugin from the past version to the most recent and now the classes don't show up. I did that since I noticed it was not displaying on mobile.
5 years, 7 months ago #1072134Hi,
Please send me link your site and admin account info.
I will help you check!.
Best regards,
tb.
5 years, 7 months ago #1072153This reply has been marked as private.5 years, 7 months ago #1072154This reply has been marked as private.5 years, 7 months ago #1072225This reply has been marked as private.5 years, 7 months ago #1072241This reply has been marked as private.5 years, 7 months ago #1072283Hi,
I increased the height for the time period, you can reload your site and check again.
the dates are now light blue
This is the default color. If you select the color for each class category then the color will get from here.
5 years, 7 months ago #1072377This reply has been marked as private.5 years, 7 months ago #1072494Hi,
You can resend a screenshot to clarify.
Best regards,
tb.
5 years, 7 months ago #1072540This reply has been marked as private.5 years, 7 months ago #1072644Hi,
Currently, seem the option "Hide Time Ranges" only select 3 timelines.
js will incorrect operation when selecting more than 3. I still have not found the cause of this problem, it is also happening with Timetable plugin.
I will check the next time.
Best regards,
tb.
5 years, 7 months ago #1072789This reply has been marked as private.5 years, 7 months ago #1072792This reply has been marked as private. -
AuthorPosts
You must be logged in and have valid license to reply to this topic.