Veribo Plugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Current Menu Item for Custom Post Types] WPML support?What problems are you experiencing? You should be able to change the language from the admin bar and select pages for each language.
Forum: Plugins
In reply to: [WP Simple Booking Calendar] Calendar sizeHey,
You also have to change the widths of the days here:
#sbc-calendar table thead th,#sbc-calendar tr td {
Yes, this is a good idea. I will update the plugin to support taxonomies as well, but i can’t promise it will be anytime soon.
Hello,
Do you mean for custom taxonomies?
Forum: Plugins
In reply to: [WP Simple Booking Calendar] Editor Access?Hello,
In wp-simple-booking-calendar/library/WpSimpleBookingCalendar/Controller.php:56 and wp-simple-booking-calendar/views\controller/edit.phtml:46 change manage_options to edit_pages.
Forum: Plugins
In reply to: [WP Simple Booking Calendar] Same events every yearHello,
In wp-simple-booking-calendar/include/calendarAjax.php on lines :32 and :34 change + 1 month to + 1 year, and – 1 month to – 1 year.
I’m marking this as resolved.
And replace
update_site_optionwithupdate_option🙂Sorry, please replace in includes/filter.php as well.
Hello,
Open the main plugin file (current-menu-item-for-cpt.php) and replace
get_site_optionwithget_option.If i push this as an update it will remove everyone’s existing settings.
Forum: Plugins
In reply to: [Current Menu Item for Custom Post Types] Not highlighting current menu itemHello,
Have you assigned the page to the custom post type?
Can you check with Firebug if the plugin adds the class to the
- ? Maybe it’s not styled in CSS.
If you can’t get it to work i will email you so we can try and solve the problem.
Thanks.
Forum: Plugins
In reply to: [Current Menu Item for Custom Post Types] Multilanguage supportHello again,
It took a bit longer but the update is here. Please test it and let me know if it works. If it does, i would appreciate a review as well 🙂
Cheers!
Forum: Plugins
In reply to: [Current Menu Item for Custom Post Types] Multilanguage supportHello,
I will make an update this weekend and add multilanguage support.
Hello,
Sorry but i think this is a bit out of scope for the plugin. Besides, doesn’t wordpress assign classes to the body by default? Check if you have the
<?php body_class(); ?>in your theme’s header.php file.Thanks.
Forum: Plugins
In reply to: [Current Menu Item for Custom Post Types] Prevent editorYou’re welcome. Thank you too for reporting the error.
I will update the plugin later tonight so nobody else will have this problem.
Cheers!