NooTheme Premium WordPress Theme › Forums › Timetable › How to hide info on the Weekly Schedule ?
- This topic has 11 replies, 3 voices, and was last updated 5 years, 7 months ago by tinhbeng.
-
AuthorPosts
-
5 years, 7 months ago #1071884
Hello Nootheme,
I just installed the plugin and everything seems to work properly except for one detail the items are too big for the grid, please see the screenshots: https://imgur.com/a/MuJ7th2
I'd like to display only the title if the duration of the class is short or the title + the time if their is the room for it
like in this screenshot: https://i.imgur.com/QoXQ9dB.png
Can you help me with that please ?
Thank you
David
5 years, 7 months ago #1071897Hi,
Currently, the noo timetable plugin does not have these options available. You can use CSS to hide it.
.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-trainer {
display: none!important;
}
5 years, 7 months ago #1071969Hello,
Thank you for your answer but it is not what I'm looking for. What I'm looking to do is to have the content of the box fit the box like in those exemples (see attached files):
Did you hardcode the css in the demo too ?
At the moment the result is ugly on my website
Thank you
David
Attachments:
You must be logged in to view attached files.5 years, 7 months ago #1072014Hi,
You can give me the link your site.
I will help you check.
5 years, 7 months ago #1072061This reply has been marked as private.5 years, 7 months ago #1072136Hi,
You can add these line to Custom CSS:
.fc-time-grid .fc-slats td {
height: 3.5em!important;
}
.noo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-title{
font-weight: bold;
text-transform: uppercase;
}
Hope it helps!.
Best regards,
tb.
5 years, 7 months ago #1072145Hello,
Thank you yes it help a bit but it's still not close to the result I want to achieve, I tried to create exactly what you have on your website: a one hour classe named "Pure Strong Yoga" with a trainer named "Hayden Elizabeth"
The info I have on the boxe (no mouse hover event) are:
- "17 h 00 - 18 h 00 min" Why "min" ? 18h00 minute ? I would like to get ride of the "min" like in your demo
- "Pure strong Yoga" Ok perfect
- "Hayden Elizabeth" This information isn't displayed in your demo, this is what I want to hide
But I want to display it on "mouse hover" event like in your demo see screenshots 1 and 2
To add more clarity, the information a properly displayed on "mouse hover" event and I don't need the "core strengh category displayed"
How to achieve the same result than the demo ?
David
Attachments:
You must be logged in to view attached files.5 years, 7 months ago #1072230This reply has been marked as private.5 years, 7 months ago #1072325This reply has been marked as private.5 years, 7 months ago #1072380I have the same questión
5 years, 7 months ago #1072461I have the same questión
Hi Aitorudo, sorry to see you have the same problem, 5 days ago the support team asked me the credential for my website since then I don't have any answer and then didn't even used those credentials...
5 years, 7 months ago #1072508Hi,
You can remove these lines (lines added from the post prev):
.fc-time-grid .fc-slats td {
height: 3.5em!important;
}
Later you add these lines:
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-2 .fc-content .fc-category, .noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-2 .fc-content .fc-trainer{
display: none;
}
.noo-class-schedule-shortcode .fc-agenda-view:not(.fc-agendaDay-view) .fc-body .fc-time-grid .fc-event.time-short-2:hover .fc-content .fc-title{
white-space: normal;
}
- You can custom Time Format here:
Best regards,
tb.
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.