विवरण
T&P Navigation Menu is a smart simple plugin that stick your default wordpress nav menu to the top of the page when you scroll down.
- T&P Navigation Menu works only with wordpress twentythirteen theme!
- for use in a diffrent theme you need to add
<div id="navbar" class="navbar"></div>
and put your menu inside it.
स्क्रिनसटहरू
स्थापना
- Upload
T&P Navigation Menu
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- For a different theme put
<div id="navbar" class="navbar"><?php wp_nav_menu(); ?></div>
in your header.
प्रश्नोत्तर
- The T&P Navigation Menu does not work
-
Make sure that there is a
wp_footer()
func in your footer.php andwp_header()
in your header.php. - I have `wp_footer()` func in footer.php and `wp_header()` in header.php but still does not work
-
Make sure that your menu inside
<div id="navbar" class="navbar"><?php wp_nav_menu(); ?></div>
. - How do I change the design
-
You can use CSS to change the look and feel of the layout.
योगदानकर्ता र डेभलपरहरू
“T&P Navigation Menu” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“T&P Navigation Menu” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
1.0
- First release August 2013