Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi,
You can send me a screenshot to clarify.
Best regards,
tb.
This reply has been marked as private.Hi,
The cause of this problem comes from incorrect coding of several characters in German. eg: Ü
Currently, this problem solved. Please reload your site and check again.
Best regards,
tb.
5 years, 8 months ago in reply to: Classes not visible on timetable and strange time behavior when typing time #1070462Hi,
You need to enter the field "Number of Week" (Repeat number of weeks on this class).
Best regards,
tb.
Hi,
I'm not sure about this problem, there may be a conflict between plugin Noo Timetable and plugin or your theme.
To be sure you can install new and only use the Noo timetable plugin and the WordPress default theme. If nothing happens, you continue to install your theme and check. Then for each plugin. Until you find out where the problem comes from.
Hope it helps!.
Best regards,
tb.
Hi,
Can you add HTML tag in Post?
I don't sure about this problem. You need to check if the problem originates from the Noo Timetable plugin, by deactivate other plugins and activate the default WordPress theme to check.
To be sure you can install new and only use the Noo timetable plugin and the WordPress default theme.
Best regards,
tb.
Yes, that right.
Hi,
I check on your site and the function "Navigate Link for Item" still normal works.
Hi,
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.
Hi,
This issue has not been updated in version 2.0.5.3.
You should wait for the version 2.0.5.4.
Best regards,
tb.
This problem will be fixed in the next version.
You don't need to worry.
Hi,
I update some hook (I will update these hooks for the next version.) in the noo_class.php file (/plugins/noo-timetable/inc/post-types/).
Could this be avoided that custom content will be lost with every update
Currently, you go to the functions.php of Child Theme and create a function (the button that you want). Later you use the function add_action add it to custom hook.
Best regards,
tb.
Hi,
Currently, the plugin has no option to change this text. You can use 2 ways below:
1. Use plugin Loco Translate to translate/ edit for Noo Timetable plugin.
2. You create a new page and add the shortcode "Noo Class". Later you use this page instead of Archive Class.
Best regards,
tb.
Hi,
2,3. Currently, we can't update this function but we will consider it.
This function "Use Advanced Weekly Schedule" only helps you add the time for your course, in addition to the fixed time you enter above.
Best regards,
tb.
Hi,
You go to ntt-schedule.php file (/plugins/noo-timetable/templates/shortcodes/) and add this line:
wp_reset_postdata();
Best regards,
tb.
Yes, that right.
Hi,
I added the options show description and excerpt length in the Noo Class shortcode.
Currently, you can reload your site and check again.
Best regards,
tb.
Hi,
You go to the noo_class.php file (/plugins/noo-timetable/inc/post-types/) and add the button that you want.
Note: You need to back up this file because custom content will be lost when updating the plugin.
Best regards,
tb.
Hi,
I checked your site. As you mentioned above, it seems that the problem comes from the Timetable plugin.
Currently, this problem fixed. Please reload your site and check again.
Best regards,
tb.
Hi,
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.
If possible, please create a public site. I will help you check.
Hi,
I don't think this issue comes from plugin Noo Timetable.
You can activate the default theme and check again.
-
AuthorPosts