Adding sticky menu effect in Primary Navigation of Daily Dish Pro Theme. I did following things: Create a sticky-menu.js file and upload into js folder Enqueue the JS file. Add the PHP script in functions.php file Add CSS in style.css file Step 1 Create a new JS file “sticky-menu.js” and upload in js folder. Here… Keep Reading about Adding Sticky Menu Effect in Daily Dish Pro Theme
menu
Creating a sticky navigation bar after header with slick responsive menu effect
See the video for live demo. I used the Genesis Sample Theme. But you can add this effect in your child theme. Follow the steps at below: Uploading Mini Logo via Theme Customiser Before editing the files you will keep a backup of your file theme. Open the lib/customize.php file and go to end of… Keep Reading about Creating a sticky navigation bar after header with slick responsive menu effect
Remove After Header Menu on Specific Pages in Author Pro Theme
Someone asked this on SP’s forum. So I did it at this way: 1. Creating a metabox on Post, Page or CPT’s add/edit screen 2. Hiding the Menu if user checked the “Hide After Header Menu” checkbox. Step 1 Creating a meta box for every post types. Open the functions.php file and add the following… Keep Reading about Remove After Header Menu on Specific Pages in Author Pro Theme
Hide menu items on specific pages
Hiding the some menu items on specific pages by PHP scripts. Example: You have a donate link on nav bar. You are wanting to remove it on home, service, contact us etc pages. Just drop following small PHP scripts in your functions.php file and see the magic: Explaining: If you need any help then you… Keep Reading about Hide menu items on specific pages