WordPress 4.3
-
Any plans to keep this plug-in up to date to the latetst WP version?
Thanks,
Peter Luit
-
Ah, never mind. It’s not listed under screen options. I’m on the latest version of both WP and the plugin. Could it be conflicting with another plugin?
I believe I am also on the latest WP and MIVC. Something doesn’t like me…
BJuniper: depending on the number of plugins you have installed, please try to de-activate them all and re-activitate them one-by-one, starting with MIVC.
Same here: No “visibility”-field showing up, checked Screen Options but to no avail… Running the latest WP, will have to de-install for now.
It’s a shame this plugin seems to have been abandoned. I wrote a similar plugin (CSMI) and would be willing to take it over.
Please Ryan, that would be great. I tried to contact the developer, but no reactions so far!
Haha. Ok, I’ll try to fix it tomorrow post a link here.
@rayan, do you add the same functionallity in your plugin, or do you make a seperate one? I would not need anything ‘country specific’, just all standard WordPress conditionals would be great.
Mine doesn’t do what this one does. This plugin is very simple though and should be easy to fix.
Hi Ryan, is this a new version, modified by you and up to WP4.4? That would be great.
Yes sir. Please test it out and let me know if it works. (It works on my sites, but so does the old version).
Thanks, Ryan. I just installed your updated version of the plugin and it works, but I get the following error when I add a menu item to menu:
Notice: Undefined index: menu-item-visibility in /var/www/wordpress/wp-content/plugins/menu-item-visibility-control/init.php on line 79
Fixed it. https://docs.google.com/uc?authuser=0&id=0B4vaqDOBE4ZnYU5MZXpyanlING8&export=download
I had to change
$new_meta_value = stripcslashes( $_POST['menu-item-visibility'][$menu_item_db_id] );to
if ( isset( $_POST[ 'menu-item-visibility' ][ $menu_item_db_id ] ) ) { $new_meta_value = stripcslashes( $_POST['menu-item-visibility'][$menu_item_db_id] );So fast! Thanks! Would be great if you could take over this plugin.
Just to clarify, this worked for me when the closing bracket for that IF statement goes after the IF and ELSEIF statements that immediately follow it.
The topic ‘WordPress 4.3’ is closed to new replies.