Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Zen Menu Logic

Descripción

This plugin only works under the following conditions:
1. the theme has registered at least one menu location
2. user has created at least one custom menu with one or more
menu items.
3. user has selected which menu location the plugin should work on
in the Settings -> Zen Menu Logic options page
4. This plugin currently does not support a website that uses a plugin to
change the language of the site to something other than English. This might
change in the future.
5. Oftentimes themes have their own code that effects how menus work, specially
when it comes to mobile. Therefore, this plugin may not work with your theme.

If those 3 conditions are met, then the edit page for every page and post
and custom post type will contain a meta box listing the custom menus with
radio buttons. All you need do is select which custom menu should display
when that page is called.

Instalación

  1. Unzip the download package
  2. Upload zen-menu-logic to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Go to the Zen Menu Logic options page in the Setting’s menu
    and select which menu location is the one that the plugin will
    work on.

alternatively

  1. upload the zip file from the Admin plugins page
  2. then activate
  3. Go to the Zen Menu Logic options page in the Setting’s menu
    and select which menu location is the one that the plugin will
    work on.

FAQ

Installation Instructions
  1. Unzip the download package
  2. Upload zen-menu-logic to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Go to the Zen Menu Logic options page in the Setting’s menu
    and select which menu location is the one that the plugin will
    work on.

alternatively

  1. upload the zip file from the Admin plugins page
  2. then activate
  3. Go to the Zen Menu Logic options page in the Setting’s menu
    and select which menu location is the one that the plugin will
    work on.

Reseñas

10 de enero de 2018
Thank you! Works perfectly right out of the box. Conditional Menus plugin failed. And If Menu plugin has no options at all. Working with Beaver Builder plugin and Beaver Builder theme.
1 de agosto de 2017 1 respuesta
Zen Menu is not working after Enfold Theme's last update. Are you planning to fix this problem soon? I disabled Zen Menu for now but need to use asap.
3 de septiembre de 2016 1 respuesta
Incredible happy to have found this plugin. I have tried it, and it works perfect. My website is being translated in several languages and as soon as that is done i will active Greg's Plugin again and place individual menus. But please Greg, can you make this work on mobile phones also? It would be a huge improvement. I am willing to donate money for that, and i am sure others will to. Looking forward to a feedback on this from you.
3 de septiembre de 2016
Easy to work with, because integrated perfectly 😉 Thank you ^^
Leer todas las 21 reseñas

Colaboradores y desarrolladores

«Zen Menu Logic» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Zen Menu Logic» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.6

  • Fixed bug that was causing non object error when custom post types exist

1.5

  • Changed constructor to php 7 style

1.4

  • Fixed bug in saving logic. Tested in WP 3.6

1.3

  • Added uninstall functionality to delete option used by plugin

1.21

  • Changed the text in the options panel.

1.2

  • There is a design flaw in v1.1 where I assumed that the name of the primary menu location
  • was primary. That is the way it is in the 2011 theme. But not all themes are like that.
  • So this new version has an options page as a menu item of the Settings Menu that lists all
  • the menu locations by name. And you need to select which one is the primary, or, in other
  • words, which menu location the menu logic will work on. Please let me know if there are
  • any questions.

1.1

  • simplify code that tests is this plugin is supported by the theme
  • replace code that implemented the change in menu to use the wp_nav_menu_args filter

1.0

  • write menu logic code