aurepons
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Custom Post Order] Editor can’t order posts anymoreWe have the same problem. In function update_menu_order() you ask for “manage_options” capability so not admin users can’t edit. A big problem for us, thank you for your help.
Yes!! Problem is solved thank you very much.
Thank you and congratulations for your plugin, is the best one ??
Forum: Plugins
In reply to: [Wicked Folders] User rolesYes, it’s solved thank you.
Forum: Plugins
In reply to: [Easy Appointments] Bootstrap form Javascript errorAlso the same problem, it works with [ea_standard] but fails with [ea_bootstrap]
Forum: Plugins
In reply to: [Lana Downloads Manager] Download Headers ProblemThank you very much, I have solved it as you indicate
- This reply was modified 4 years, 5 months ago by aurepons.
Forum: Plugins
In reply to: [Wicked Folders] Does not work with Polylang or WPMLIt works perfectly.
Thank you for such an efficient support.
It’s a great plugin ??
Forum: Plugins
In reply to: [Wicked Folders] Does not work with Polylang or WPMLOk, I’m working with free polylang.
To translate the wf_page_folders taxonomy I use the ‘register_taxonomy_args’ filter and change ‘show_ui’ and ‘show_in_menu’ param to true, so I can see wf_folders_taxonomy in wordpress admin menu and also use it to create menus.
Then I activate the translation of this taxonomy in polylang settings and have the same utilities as other taxonomies like categories or post tags. It works ok.
The only problem is in pagelist view, when language is changed from admin bar the interface is broken, as tree view is looking for a term that is hidden by polylang filters.
Thabk you very much
Forum: Plugins
In reply to: [Wicked Folders] Use folder taxonomies in menusIt works, thank you!
Great!! It’s perfect. Thank you very much again ??
Forum: Plugins
In reply to: [WP-Members Membership Plugin] [Plugin: WP-Members] Language doesn't workHello, the solution is:
remove line 71 of wp-members.php:
load_plugin_textdomain($wpmem_textdomain);an add:
load_plugin_textdomain( ‘wp-members’, ”, dirname( plugin_basename( __FILE__ ) ) . ‘/lang’ );I’m interested to help in translation, have spanish .po file and have detected some non translated words in the beta version to correct. Please Chad, write me, I dont know how to send you .po file. Thank you