Title: ATR advanced menu
Author: yehudaT
Published: <strong>8 rugsėjo, 2016</strong>
Last modified: 12 sausio, 2025

---

Ieškoti įskiepiuose

![](https://ps.w.org/atr-advanced-menu/assets/banner-772x250.jpg?rev=1492682)

Šis įskiepis **nebuvo išbandytas su 3 vėliausiomis WordPress versijomis**. Jis tikriausiai
nėra prižiūrimas ir palaikomas, todėl gali neveikti su naujausiomis WordPress versijomis.

![](https://ps.w.org/atr-advanced-menu/assets/icon-128x128.png?rev=1856545)

# ATR advanced menu

 Autorius [yehudaT](https://profiles.wordpress.org/yehudat/)

[Parsisiųsti](https://downloads.wordpress.org/plugin/atr-advanced-menu.1.0.4.zip)

 * [Informacija](https://lt.wordpress.org/plugins/atr-advanced-menu/#description)
 * [Atsiliepimai](https://lt.wordpress.org/plugins/atr-advanced-menu/#reviews)
 *  [Diegimas](https://lt.wordpress.org/plugins/atr-advanced-menu/#installation)
 * [Kūrimas](https://lt.wordpress.org/plugins/atr-advanced-menu/#developers)

 [Pagalba](https://wordpress.org/support/plugin/atr-advanced-menu/)

## Aprašymas

Easily create accessible mega/dropdown menu with images/icons/title/posts using 
standard WordPress menu editing page (supports keyboard interaction ).
 Add menu
item icons and images from media library, icon-font or featured image of the post(
automatically). Create menu items with none standart content, like videos, post 
content or anything that can be put in a post.

Note: This plugin requires a change of the header.php file of your theme (or another
file, if the menu is defined somewhere else).
 It also requires css editing in order
to style it. It will technically work out of the box but you nust style it.

See a demo here:

See the menu editing guide here:

#### Features

 1.  Save each item without reloading the page.
 2.  Each menu item is conrolled separately
 3.  Show images in menu items. Select between font icon, image from media library,
     Featured image of the post or none.
 4.  In addition to the image you can show in the menu: Title Attribute, Description
     and Subtitle.
 5.  Menu items can load full post (thus, enables you to inject html, video, image 
     etc. or even shortcode) or post excerpt directly into it.
 6.  Remove title (and link) from menu item (if you want the menu item with post not
     to show menu title).
 7.  Load web-font directly from the menu settings.
 8.  Let you define a unique class to each drop down panel. This way you can control
     each panel layout separately.
 9.  Uses class prefix to avoid css conflicts.

all the editing of the menu is done by the familiar menu editor of wordpress.

## Ekrano nuotraukos

[⌊Description of first screenshot named screenshot-1⌉⌊Description of first screenshot
named screenshot-1⌉[

Description of first screenshot named screenshot-1

[⌊Description of second screenshot named screenshot-2⌉⌊Description of second screenshot
named screenshot-2⌉[

Description of second screenshot named screenshot-2

## Diegimas

Note: You must define a valid menu in your WP before activating the plugin in order
for it to work correctly. If you see an error regarding this plugin, deactivate 
it and set a menu first.

Installation can be done either by searching for „ATR advanced menu” via the „Plugins
> Add New” screen in your WordPress dashboard, or by using the following steps:

 1. Download the plugin via WordPress.org
 2. Upload the zip file through the ‘Plugins > Add New > Upload’ screen in your WordPress
    dashboard
 3. Activate the plugin through the ‘Plugins’ menu in WordPress

#### After installation:

Important! You must edit the header.php file of your theme in order to use the menu.
Edit your theme header.php file and add ‘walker’ => new atr_advanced_menu_walker()
to wp_nav_menu. :

    ```
    add to this:

    <pre><?php wp_nav_menu( array( 
        'theme_location' => 'primary', 
        'menu_class' => 'nav-menu', 
        'menu_id' => 'primary-menu' 
        ) ); ?></pre>
    ```

See the last property:

    ```
     <pre><?php  
            wp_nav_menu( array(
            'theme_location'    => 'primary',
            'menu_class' => 'nav-menu',
            'menu_id' => 'primary-menu',
            'walker' => new atr_advanced_menu_walker()
            ) );  
            ?></pre>    
    ```

Note 1: If you use a theme that uses indirect call to the menu definition (mostly
in bought themes or themes that use a framework) you’ll have to find the correct
way to apply the plugin in that theme.

Note 2: Examine the class of the menu wrapper div in your theme (like ‘menu_class’
=> ‘nav-menu’ in above example ). Usually this theme class has properties that override
the plugin’s css definitions and can mess up your menu.

If that happens, simply specify the css rule like so: Find the rule that breaks 
the menu, for example: .main-navigation ul ul {} Duplicate it and add „.megamenu”(
the wrapper for the plugin’s generated menu ) as an explicit selector. .main-navigation.
megamenu ul ul {}

You’ll have also to set the other classes for the menu to display well.

#### Settings

Right after activating the plugin, go to Appearance – > ATR advanced menu Settings
Set your settings and save.

## DUK

### What is the ATR advanced menu for?

It is a replacement for the default menu provided by WordPress. It uses a feature
of WordPress, called Walker which let us customize the way the menu behaves.

### Why do I have to go to header.php I am not a programmer

The only way to replace the default menu is from the header file.
 If you do not
know how to do it please ask some one who knows.

### Is it accessible?

Yes. You can navigate between the items by your keyboard.

## Atsiliepimai

![](https://secure.gravatar.com/avatar/95d6b44a1cb93680675554e3389ef45e916d63ef2dc6bd6d03d516bfa0e30ad7?
s=60&d=retro&r=g)

### 󠀁[Great](https://wordpress.org/support/topic/great-12343/)󠁿

 [Francisco](https://profiles.wordpress.org/fmarconi/) 10 lapkričio, 2020 3 replies

Thank’s this is a hidden treasure. Although requires some work. I’ve implemented
it in Kadence Theme.

 [ Perskaityti visus atsiliepimus (1) ](https://wordpress.org/support/plugin/atr-advanced-menu/reviews/)

## Programuotojai ir komandos nariai

“ATR advanced menu” yra atviro kodo programa. Prie jos sukūrimo prisidėję žmonės
surašyti toliau.

Autoriai

 *   [ yehudaT ](https://profiles.wordpress.org/yehudat/)

[Išverskite “ATR advanced menu” į savo kalbą.](https://translate.wordpress.org/projects/wp-plugins/atr-advanced-menu)

### Domina programavimas?

[Peržiūrėkite kodą](https://plugins.trac.wordpress.org/browser/atr-advanced-menu/),
naršykite [SVN repozitorijoje](https://plugins.svn.wordpress.org/atr-advanced-menu/),
arba užsiprenumeruokite [kodo pakeitimų žurnalą](https://plugins.trac.wordpress.org/log/atr-advanced-menu/)
per [RSS](https://plugins.trac.wordpress.org/log/atr-advanced-menu/?limit=100&mode=stop_on_copy&format=rss).

## Pakeitimų istorija

#### 1.0.4

 * 2020-8-12
 * Tested for WP 5.5
 * Tested for Woocommerce 4.3.2
 * changed $(‘.atr-menu-save’).live(‘click’, function to $(‘.menu-item-settings’).
   on(‘click’, ‘.atr-menu-save’, function
    in admin\js\atr-am-admin.js

#### 1.0.3

 * 2019-6-15
 * Tested for WP 5.2.1
 * Tested for Woocommerce 3.6.4
 * Added condition to avoid get_woocommerce_term_meta throws a deprecated notice.
   Since WooCommerce no longer supports WP versions lower than 4.4, the wrappers
   are no longer necessary and native WordPress functions can be used instead. https://
   github.com/woocommerce/woocommerce/wiki/3.6.x-notes-FAQ

#### 1.0.2

 * 2016-9-09
 * Checked for WP 4.6.1
 * Made the settings more clear
 * Change settings behavior.
 * megamenu.css now loads only the mandatory classes

#### 1.0.1

 * 2016-9-08
 * Fixed undefined chooseimage var

#### 1.0

 * 2016-9-05
 * Initial release

## Metainformacija

 *  Version **1.0.4**
 *  Atnaujinta **prieš 2 metai**
 *  Aktyvių instaliacijų **10+**
 *  WordPress versija ** 3.9 ar naujesnė **
 *  Ištestuota iki **6.7.6**
 *  Kalba
 * [English (US)](https://wordpress.org/plugins/atr-advanced-menu/)
 * Žymos
 * [mega menu](https://lt.wordpress.org/plugins/tags/mega-menu/)[menu](https://lt.wordpress.org/plugins/tags/menu/)
 *  [Daugiau](https://lt.wordpress.org/plugins/atr-advanced-menu/advanced/)

## Įvertinimai

 4 out of 5 stars.

 *  [  0 5-star reviews     ](https://wordpress.org/support/plugin/atr-advanced-menu/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/atr-advanced-menu/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/atr-advanced-menu/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/atr-advanced-menu/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/atr-advanced-menu/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/atr-advanced-menu/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/atr-advanced-menu/reviews/)

## Autoriai

 *   [ yehudaT ](https://profiles.wordpress.org/yehudat/)

## Pagalba

Turite pastabų? Reikia pagalbos?

 [Peržiūrėti pagalbos forumą](https://wordpress.org/support/plugin/atr-advanced-menu/)

## Paremkite

Galbūt norite padėti plėtoti šį įskiepį?

 [ Paremti įskiepio kūrimą ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=T6VTA75GTS3YA)