이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Zen Menu Logic

설명

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.

설치

  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.

후기

2018년 1월 10일
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.
2017년 8월 1일 답글 1개
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.
2016년 9월 3일 답글 1개
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.
2016년 9월 3일
Easy to work with, because integrated perfectly 😉 Thank you ^^
모든 21 평가 읽기

기여자 & 개발자

“Zen Menu Logic”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Zen Menu Logic”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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