WDES Responsive Mobile Menu is a developer friendly WordPress responsive mobile menu. Providing easy access within your website in mobile with mobile …
WDES Responsive Mobile Menu is a developer friendly WordPress responsive mobile menu. Providing easy access within your website in mobile with mobile friendly layout.
Give your mobile visitor a best experience using WDES Responsive Mobile Menu and not bored because they cannot access any pages on your site. This plugin has very flexible design in any mobile screen and no conflict CSS/JS to your theme.
You can manage styles, logo, etc. via admin options. This plugin is automatically running (if enabled in admin option) without doing any backend coding from several themes like WPCargo, Genesis, Outreach Pro, Executive Pro, Extended Pro, The7, Avada, Canvas, and Jupiter.
If your current themes is not mentioned above, you can still use WDES Responsive Mobile Menu by just adding the wdes_responsive_mobile_menu()
function after the body opening tags. Normally this can be found in header.php of your theme template.
<body> <?php wdes_responsive_mobile_menu(); ?>
Navigation Menus
created in menu dashboard. Default is the menu that is set as primary.Header Top
section where you can add your phone number
, email address
, and social networks
. This is displayed above your site logo and navigation menu.site logo
, Background Color
, Text Color
, Text Font Size
, border, etc in WDES Responsive Mobile Menu page options.Custom CSS
where you can add you custom CSS codes (if needed).Import/Export
options.anthonycarbon.com – WordPress Developer / Programmer
Happy coding everyone :D.
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly.If your themes is WPCargo, or Genesis, or Outreach Pro, or Executive Pro, or Extended Pro, or The7, or Avada, or Canvas, or Jupiter, then the plugin is automatically working, no need for coding (if enabled in admin options).
If your current themes is not mentioned above, Then add the wdes_responsive_mobile_menu()
function after the body opening tags. Normally this can be found in header.php of your theme template.
Example:
<body> <?php wdes_responsive_mobile_menu(); ?>
wdes_rmm_mobile_responsive_menu
function to wdes_responsive_mobile_menu
. Still you can use the old function.wdes_rmm_menu
filters where you can filter custom menu ID.wdes_rmm_menu_default
where you can change the default menu text.Fatal error: Uncaught Error: Call to undefined function add_filters()
.