Uncategorized Creations
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Page Manager] how to page and subpage to menu and submenuHi, referencing pages and subpages in menus is not changed by the plugin.
Non answer since 8 weeks – close.
Forum: Plugins
In reply to: [Advanced Page Manager] Custom pages UI overlaps WP's admin submenu popopsHi, version 1.3 fixes the problem.
Forum: Reviews
In reply to: [Advanced Page Manager] Must have plugin if you use more than 10 pagesThank you for your kind review.
Forum: Reviews
In reply to: [Advanced Page Manager] Duplicate PostThank you for your review ??
- Regarding Duplicate Post buttons, it will need to hook in APM.
- Regarding slide-out menus, the bug has been identified and next update will fix that.
OK. It appears that patch has worked for both of you ?? We are going to release a plugin update as soon as possible.
@tgat Glad to hear that ?? Enjoy
Forum: Plugins
In reply to: [Advanced Page Manager] Bug with WPML Multilingual CMSHi,
We don’t provide WPML support for APM at the moment. From our experience, we prefer to use multi-site to address the multilingual problem.
However, we’ll try to investigate your problem as time allows it.
Thank you to use APM.
Regards.
Forum: Plugins
In reply to: [Advanced Page Manager] my_row_actions() errorHi,
To fix your problem, you should use
add_action('apm_tree_row_actions','my_row_actions',10,2); add_action('apm_list_row_actions','my_row_actions',10,2);
instead of
add_action('apm_tree_row_actions','my_row_actions'); add_action('apm_list_row_actions','my_row_actions');
Regards.
Forum: Plugins
In reply to: [Advanced Page Manager] Conflict with Visual composerHi, thank you to use APM.
Regarding your problem, you may try the following:
Open the file:
/plugins/advanced-page-manager/advanced_page_manager.phpGo to line 240 (admin_redirect() function / before the first if)
Insert the following code:
if( isset($_GET['vc_action']) ){ return; }
Please, note that as Visual Composer is not a free plugin and as we don’t use it, we won’t provide an extented support for it.
Regards.
Forum: Plugins
In reply to: [Advanced Page Manager] How to turn off "Page Attribute" enhancementsNo but we may add it as a plugin option. Also, we have first to check if using the regular metabox doesn’t cause any problem in the plugin.
Forum: Plugins
In reply to: [Advanced Page Manager] How to empty the trash?Again, thank you for these remarks. They’re very useful. They’re could also be a good candidates for our future releases.
Forum: Plugins
In reply to: [Advanced Page Manager] Adding new pages too complicatedYou may have a point here. Thank you. That’s something we might integrate in our future releases.
Forum: Plugins
In reply to: [Advanced Page Manager] Adding new pages too complicatedHi (again).
- First : adding a page if always related to a position in the tree. So we won’t display an Add New button in the header as we think it doesn’t fit the page management logic.
- Changing the Add New label to Add New Here is a really good idea – thx you ??
Thx for your feedback.