my401kadvisor
Forum Replies Created
-
Yes it was, and then I tried network deactivating it and activating it on the individual sites and this is what message came up.
Notice: Undefined index: popup-maker in /nas/content/live/my401kbuddy/wp-content/plugins/popup-maker/includes/pum-sdk/freemius/includes/class-freemius.php on line 12982
Catchable fatal error: Argument 1 passed to Freemius::get_api_user_scope_by_user() must be an instance of FS_User, boolean given, called in /nas/content/live/my401kbuddy/wp-content/plugins/popup-maker/includes/pum-sdk/freemius/includes/class-freemius.php on line 18424 and defined in /nas/content/live/my401kbuddy/wp-content/plugins/popup-maker/includes/pum-sdk/freemius/includes/class-freemius.php on line 18438
Can you please confirm when this will be fixed? I need to flip my staging site to live and this is holding me up!
Yes mine is a subsite of a multisite too!
My current solution has been to use the plugin conditional menus, and it works but requires manually selecting every page I would I want, including child pages, and it will be pretty time consuming to select every page for every menu (as I’ll have so many). The plugin also isn’t organized well.
I found some code that will do an action for any parent, but don’t know php and don’t know where to go from here to apply a custom menu to a page.
global $post;
if ( is_page() && $post->post_parent == 4 ) { ); }
Forum: Fixing WordPress
In reply to: Child pages have same menu as parent page PHPHow do I take the code below, and return the parent page’s menu on the child page?
if ( is_page() && $post->post_parent == 4 ) { ; ); }