G
by Nick the Geek
1 (1 reviews)
Genesis Nav Menu Amplified
Genesis Menu options with custom menu, categories, pages, and primary/secondary nav extras.
Tested up to WP 3.3.2 (Current: 6.9.4)
v1.0.1
Current Version v1.0.1
Updated 14 years ago
Last Update on 20 Mar, 2012
Refreshed 6 hours ago
Last Refreshed on
Rank
#20,635
—
No change
Active Installs
50+
—
No change
KW Avg Position
80.7
—
No change
Downloads
10.7K
+1 today
Support Resolved
0%
—
No change
Rating
20%
Review 1 out of 5
1
(1 reviews)
Next Milestone 60
50+
60+
1,657
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 4 more installs to reach 60+
Rank Changes
Current
#20,635
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
1.0
1 reviews
Overall
20%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
1
(100%)
Tracked Keywords
Showing 3 of 3| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| genesiswp | 28 | — | Tag | 18 hours ago |
| studiopress | 54 | — | Tag | 18 hours ago |
| genesis | 160 | — | Tag | 18 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.0.1
- Last Updated
- Mar 20, 2012
- Requires WP
- 3.0+
- Tested Up To
- 3.3.2
- PHP Version
- N/A
- Author
- Nick the Geek
Support & Rating
- Rating
- ★ ☆ ☆ ☆ ☆ 1
- Reviews
- 1
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,720
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#956
Qi Addons For Elementor
200K+ installs
#252
MW
MW WP Form
200K+ installs
#266
WPFront Scroll Top
200K+ installs
#272
Frequently Asked Questions
Common questions about Genesis Nav Menu Amplified
The Menu was probably moved using an uncommon menu hooks like remove_action( 'genesis_after_header', 'genesis_do_nav' ); add_action( 'genesis_sidebar', 'genesis_do_nav' ); You need to change it to remove_action( 'genesis_after_header', 'gnma_do_nav' ); add_action( 'genesis_sidebar', 'gnma_do_nav' );
See the code in the previous question. That is the same code for moving the menu. If you want to use a different hook, change the "genesis_before_header" part of the code, if you want to move the secondary menu change "gnma_do_nav" to "gnma_do_subnav." Alternately you can try the normal method for moving the menu, the plugin checks over a dozen of the most likely to be used hooks to see if a Genesis menu is there and then replaces it.