开发者 | Anthony Carbon |
---|---|
更新时间 | 2021年6月1日 23:28 |
捐献地址: | 去捐款 |
PHP版本: | 4.4 及以上 |
WordPress版本: | 5.3.2 |
版权: | GPLv3 |
版权网址: | 版权信息 |
wdes_responsive_mobile_menu()
function after the body opening tags. Normally this can be found in header.php of your theme template.
Example:
`
`
WDES Responsive Mobile Menu Demo Site
Responsive Tool.
Features
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./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:
`
`
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()
.