Viewing 4 replies - 1 through 4 (of 4 total)
  • As a administrator of my site, I would like to see all the menu items that are officially blocked for me (because i am not in that country). I want to easily see what the effect is of my changes for that country.

    Is it possible to build in an option that administrators of other users can see the menu items that are country-wise blocked for them…

    or even better: that i can simulate that i am a visitor of country X, to exactly see what they see…

    Thank you!

    Plugin Author Ryan Stutzman

    (@ryan-stutzman)

    Hi Joshbunnik,

    Thanks for your input. The best way to do this–and one that ensures the plugin is definitely working based on a real IP address–is to use a free VPN (https://hide.me for example) that sets your IP address to a specific country.

    Ryan

    Hi Ryan,

    and thank you for this plugin.

    There was some changes in WordPress wp-admin/includes/class-walker-nav-menu-edit.php file (at least after version 4.7.) and I think that line 14 in your includes/walker-nav-menu.edit.php should be changed from

    $position = stripos( $tempOutput, ‘<p class=”field-move’ );

    to

    $position = stripos( $tempOutput, ‘<fieldset class=”field-move’ );

    Plugin Author Ryan Stutzman

    (@ryan-stutzman)

    Thanks liverock! Just updated it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Please report bugs and give suggestions’ is closed to new replies.