NooTheme Premium WordPress Theme › Forums › Timetable › Style of Trainer Profile Page
Tagged: customize trainer page
- This topic has 11 replies, 3 voices, and was last updated 6 years ago by
OliverS.
-
AuthorPosts
-
6 years, 1 month ago #1070015
Hi,
I bought your timetable plugin.
Some questions:
1. How can I search in forums an knowlege base for answers ONLY concerning the timetable plugin ( I do not want results from your themes)?
2. I want a style like this for trainer profile page: http://wp.nootheme.com/hermosa/trainers/hayden-elizabeth/
Thanks
Oliver
6 years, 1 month ago #1070116
AnonymousInactiveTopics: 0
Posts: 3295Hi,
Thanks for contacting us.
1- Knowledge bases are used for all our theme and plugins so there isn't a separate article for Timetable plugin.
2- We are so sorry but this is the layout of Hermosa plugin and we customed this layout from Timetable again.
We are so sorry for this inconvenience and thanks for your understanding.
Best Regards,
NooTheme
6 years, 1 month ago #1070129Hi,
do not understand.
Why you cannot give me some CSS Style Help just to accomplish this with timetable?
It must not be exactly the same style but kind of.
So what are the css codes?
Thanks
6 years, 1 month ago #1070138Hi,
You can view the document in here:
https://nootheme.com/documentation/noo-timetable/
Currently, the timetable doesn't support this layout. We will update in the next version.
Best regards,
tb.
6 years, 1 month ago #1070170Hi tb,
I read already the documentation. Unfortunately it is not very detailed.
Also you should update it because some items which are in the plugin are not mentioned in the documentation.
Ok, then please tell me how I do not show the featured image at the class page above the text.
Thanks
Cheers
6 years, 1 month ago #1070177Hi,
You can use the Child Theme and custom the archive-noo_class.php file or add these lines to the Custom CSS:
.noo-class-shortcode .loop-item-featured {
display: none;
}
Best regards,
tb.
6 years ago #1070255Hi, thank you.
If I change the archive-noo_class.php it will not be overridden with your next update?
I am working with a child theme.
The php file is here (as you know):
/Applications/MAMP/htdocs/wordpress/wp-content/plugins/noo-timetable/templates/
Thank you
6 years ago #1070258Hi again,
sorry, but the css code is not working
and
sorry, I meant the trainer's page (see screenshot)
So, how I suppress the featured image from showing on the trainer's detail page.
Thank you and sorry for the inconvenience.
Cheers
6 years ago #1070259Yes, that right.
6 years ago #1070260Here is the screenshot (was to big before)
6 years ago #1070398Hi,
If you still display trainer image, you can use these lines:
.single-noo_trainer .noo_trainer .post-thumbnail img {
max-width: 250px;
border-radius: 100%;
margin: 0 auto;
}
.single-noo_trainer .noo_trainer .loop-item-category,
.single-noo_trainer .noo_trainer .entry-title,
.single-noo_trainer .noo_trainer .trainer-social {
text-align: center;
}
If you want to remove the trainer image, you can use this line:
.single-noo_trainer .noo_trainer .post-thumbnail img{
display: none;
}
Best regards,
tb.
6 years ago #1070402Great support. Thank you very much. It' s working.
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.