Forum Replies Created
-
AuthorPosts
-
Hi,
There is a conflict between Ronneby theme you're using, so leading to errors mentioned above.
Please use the following code and place at the end of file in the themes functions.php (wp-content/themes/ronneby/functions.php)
if ( ! function_exists('noo_class_admin_scripts') ) { function noo_class_admin_scripts( $hook ) { global $typenow; if ( $typenow == 'noo_event' || $typenow == 'noo_class' ) { if($hook == "post.php" || $hook == "post-new.php"){ wp_dequeue_script( 'jquery.datetimep' ); } } } add_action('admin_enqueue_scripts', 'noo_class_admin_scripts', 99); }
Good luck
Henry.
This reply has been marked as private.This reply has been marked as private.Hi,
You can setting in here: http://take.ms/rrM64
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Steve,
Thank you for waiting, please check website again.
http://buprototypes.com/nessies/classes-calender/
Regards,
Henry.
Hi Steve,
Please check again on your website, I fixed for you 🙂
Thank so much
Henry.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Steve,
Do not worry too much about the plugin and our support can help you solve the problem. And it looks like you have 2 problems be solved by version 2.0 because I check your version is still 1.2. Please update to noo-timetable version 2.0 (It was my fault in the earlier version. I hope that in the last update can make you happy, thank so much)
Regards,
Henry.
This reply has been marked as private.Hi Businessuplif,
Please check my video https://youtu.be/Ir2i4czm8f8
Sorry for my screencast auto closed and thank for watching 🙂
Hi again 🙂
Henry.
Hi,
Thank you for choose our plugins, don't worry, please send me ftp account and admin account via private reply, and your screenshot maybe error and I can't see it 🙂
Have a nice day
Henry.
Hi Businessuplif,
Please check my video https://youtu.be/Ir2i4czm8f8
Sorry for my screencast auto closed and thank for watching 🙂
Henry.
Hi Businessuplif,
Thank you for submitting the problem and account for me, but this is the topic of another person, the account information that you set the Private reply mode and I and owner of topic have been seen.
I will remove your login details and I will check now.
Regards.
Hi,
Sorry for late response. For you issues:
1. You can use CSS code to make change everything
.md-content > div.div_content .fc-excerpt { color: black; font-size: 1em; }
2. You can setting on WordPress backend:
http://take.ms/qsEw43. You can update anytime, can download last version on codecanyon and current, I updated for you.
4. I'm fixed 🙂Now you can check again
Regards.
Hi Elementsofts,
How to fix can not select date in Datetimepicker with Plugin Noo Timetable:
Place to fix: plugins/noo-timetable/inc/functions/template-func.php (find function with name "noo_timetable_getJqueryUII18nLocale" and replace with function below:
https://gist.github.com/henryme27/17020933087f432205391eb9d3cd287e
Good luck, if you can not edit, please send me ftp account via new Topic, because this topic of other 🙂
Regards,
Henry.
Hi,
I do not know much about hosting, but from experience I can share with you, you should look for a rental unit hosting prestige, like HostGator or godaddy, it will ensure the security and speed of connect, and now I visit your website, it can not be accessed.
I'm glad to help you, thank you for using our plugin !!!!!
Henry.
This reply has been marked as private.Hello, very glad that we have access to your website, but very slowly, I can test your code added but maybe you have to take it off now. I have screen cast the inspection process. Also I have handled the display End Time in Month View (http://take.ms/y4YiV)
Thank so much 🙂
Hello,
I have seen data stored with text layer you created in Revolution Slider, which made this plugin can not read data and error appeared.
I'm not sure for cause of bugs but I have to add the code to handle it, current, your Slider worked normally, put the issue to the author of Revolution Slider if you have time.
Code which handle at the end of file wp-content/themes/noo-umbra/functions.php, and I copy it to file wp-content/themes/noo-umbra-child/functions.php. You should use Child-theme and you will not to worry about Update
Regards,
Henry.
-
AuthorPosts