NooTheme Premium WordPress Theme › Forums › Timetable › Some issues with timetable
Tagged: class category, class level
- This topic has 5 replies, 3 voices, and was last updated 5 years, 3 months ago by tinhbeng.
-
AuthorPosts
-
5 years, 5 months ago #1075860
Hi TB,
I have still some issues with the timetable plugin1. Automatic update is not working although I put my purchase key in the required field under settings (I updated via FTP instead). The automatic update will be fixed in the future?2. Unfortunately I do not get automatic notice when you replied to one or more of my threats3. I am using the "class-coming-shortcode" on this page: http://staging.isi-ev.de/kurse-selbstaendige/When I click i.e. on the category link of the class details page then I will land on this page http://staging.isi-ev.de/class-category/kernmodul/But under this page are listed ALL the classes we offer, including the ones which are not running right know.I want that the user only sees the classes on the page: http://staging.isi-ev.de/kurse-selbstaendige/ filtered by category. Is this possible?Same goes for Level.If this is not possible, I rather would like to deactivate the links of the category and level where they appear. The text should be still visible (i.e Kernmodul or Unternehmerisch)4. There is a similar issue with events.When I am on an events page, and click on Events in the breadcrumb then the link takes me to the events archive page, which is empty.But I want that it take me to this page http://staging.isi-ev.de/veranstaltungen where I have put the event shortcode.Is this possible?(I tried to play with the configuration in timetable settings but get always the same results)I attach to screenshots.Thank your for your precious help and workCheersOliverAttachments:
You must be logged in to view attached files.5 years, 4 months ago #1076412
AnonymousInactiveTopics: 0
Posts: 3295Hi,
Thanks for contacting us.
1- We still are available the automatic update. However, there are some servers which are a conflict with our server so that's the reason why you didn't update our plugin automatically.
2- We are so sorry but we don't sure about this issue because other clients still received the reply post normally. Maybe the issue is from the transmission.
3- It seems that you want to disable category slug on the single class link, don't you?
If yes, we are so sorry because we don't support to change it.
4- Similarly, we cannot change the event link because this is the default of Timetable so it will change most logic of this plugin.
We are so sorry for this inconvenience and thanks for your understanding.
Best Regards,
NooTheme
5 years, 4 months ago #1076439Hi thank you for your support.
Regarding my questions I need some clarifications:
3) I do not want necessarily delete category nor level links on that page. It would be great if they are linked to isi-ev.de/kurs-selbstaendige. Best would be that this page then is filtered by category or level.
If this is NOT possible how I can hide this links to be visible on the page?
4) As I understood you it is NOT possible to link Events in the breadcrumb to https://isi-ev.de/veranstaltungen? Is this correct?
Thanks for support
Regards
Oliver
5 years, 4 months ago #1076564Hi,
3. You can add these lines to the Custom CSS:
.loop-item-level a,.loop-item-category a{
pointer-events: none;
cursor: default;
text-decoration: none;
}
4. You will need to find the place where breadcrumb is displayed to correct the code.
Best regards,
tb.
5 years, 3 months ago #1077492Hi tb,
unfortunately the css code of #3 is not working. Could you check again, please. Thank you
best regards
Oliver
5 years, 3 months ago #1077630Ok, the above code only work for Class List Page.
With class single page, you can use these lines:
.noo-timetable-main .entry-header a{
pointer-events: none;
cursor: default;
text-decoration: none;
}
Best regards,
tb.
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.