I was working on a client’s site who is using Epik Theme. He requested for responsive menu and I did it by this way. First create a JS file “responsive-menu.js” and put in “epik/js” folder. Here is the JS code: jQuery(function(){ jQuery( “.nav-header .sub-menu” ).before( “<button class=’sub-menu-toggle’ role=’button’></button>” ); jQuery(“.responsive-menu”).on( “click”, function() { jQuery( “.header-widget-area… Continue Reading
genesis menu
Add Dashicon into Genesis Primary/Secondary Menu Bar
As an non-technical person it is very tough to add the icon into WordPress Menu. You need to add the unique css for every menu item and this is very time consuming process. For this reason I created a plugin and you can add Dashicon into your Genesis Primary/Secondary menu items by a single click.… Continue Reading