Title: LR Responsive Slide Menu
Author: LogicRays Technologies
Published: <strong>1 مارس 2018</strong>
Last modified: 6 آگوست 2026

---

جستجوی افزونه‌ها

![](https://ps.w.org/lr-responsive-slide-menu/assets/banner-772x250.jpg?rev=3547373)

![](https://ps.w.org/lr-responsive-slide-menu/assets/icon-256x256.jpg?rev=3547373)

# LR Responsive Slide Menu

 توسط [LogicRays Technologies](https://profiles.wordpress.org/logicrays/)

[دانلود](https://downloads.wordpress.org/plugin/lr-responsive-slide-menu.1.1.0.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/lr-responsive-slide-menu/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/lr-responsive-slide-menu/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/lr-responsive-slide-menu/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/lr-responsive-slide-menu/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/lr-responsive-slide-menu/)

## توضیحات

**LR Responsive Slide Menu** is a lightweight, responsive mobile navigation plugin
for WordPress. It replaces your site’s standard navigation with a modern, smooth
slide-out panel on mobile viewports.

### Key Features

 * **Multi-level Submenu Support:** Easily navigate through deep parent-child menu
   hierarchies.
 * **Customization Settings:** Configure background colors, hover states, text colors,
   and hover text colors directly from the settings page.
 * **Responsive Breakpoint:** Choose the exact screen pixel width (e.g., 767px) 
   at which the slide menu becomes active.
 * **Integrated Icon Support:** Uses clean local Font Awesome assets for navigation
   and toggle icons.
 * **Easy Integration:** Simply place a shortcode or PHP function in your theme’s`
   header.php`.

For more support and features, please contact us at [Logicrays](https://logicrays.com/contact-us.php).

## نصب

 1. Upload the entire `lr-responsive-slide-menu` directory to the `/wp-content/plugins/`
    directory.
 2. Activate the plugin through the **Plugins** menu in the WordPress Admin Dashboard.
 3. Open your active theme’s `header.php` file (or relevant template file) and place
    the following PHP code where you want the mobile menu toggle button to appear:
 4. Go to **Settings -> Responsive Slide Menu** in the WordPress Admin Dashboard to
    configure your menu location, mobile width breakpoint, and custom colors.

## سوالات متداول

### How do I display the slide menu on my website?

You can display the slide menu by placing the shortcode `[responsiveslidemenu]` 
anywhere on your site. For standard theme integration, paste the following PHP snippet
into your theme’s `header.php` file:

### How do I choose which WordPress menu is shown in the slide panel?

You can load a menu in either of these ways:

 1. **By WordPress menu name:** Set **Slide Menu Id** to your menu name (e.g. `top-
    menu`). If a menu with that name exists, it and all its submenus will be used automatically.
 2. **By theme location:** Go to **Appearance -> Menus**, assign your menu to a theme
    location (e.g. **Mobile Menu** or **Desktop Horizontal Menu** for Twenty Twenty),
    note the location slug (e.g. `mobile` or `primary`), and enter it in **Theme Location**
    under **Settings -> Responsive Slide Menu**.

If Theme Location is empty or invalid, the plugin falls back to `mobile`, then `
primary`, and other common locations.

### The hamburger button does not open the menu. What should I check?

 * Hard refresh the page (Ctrl+Shift+R) and test in mobile view (viewport width 
   at or below your configured breakpoint, e.g. 767px).
 * Ensure the shortcode is added in your theme’s `header.php`: `<?php echo do_shortcode('[
   responsiveslidemenu]' ); ?>`
 * For Twenty Twenty, use **Theme Location** `mobile` or set **Slide Menu Id** to
   your WordPress menu name (e.g. `top-menu`).
 * Confirm your menu is assigned under **Appearance -> Menus** and includes the 
   items you expect.

### Submenus are not showing. How do I fix it?

Submenus only appear when the correct WordPress menu is loaded. If your nested menu
is assigned to **Mobile Menu** but the plugin was loading **Primary**, submenus 
will not show. Set **Slide Menu Id** to your menu name (e.g. `top-menu`) or set **
Theme Location** to `mobile`. Parent items with children display a `>` indicator;
tap them to slide into the submenu.

### Can I customize the colors of the slide menu?

Yes! The plugin settings page includes built-in WordPress color pickers. You can
customize:
 * Slide Menu Background Color * Slide Menu Background Hover Color * 
Slide Menu Item Text Color * Slide Menu Item Text Hover Color

### Does this plugin support multi-level/dropdown menus?

Yes, it fully supports nested menus. When a parent item is clicked, the submenus
slide smoothly into view. The panel also displays “Back” and “Close” controls to
allow users to navigate back up the menu tree or close the menu entirely.

### How do I change the screen size at which the slide menu appears?

In the plugin settings page (**Settings -> Responsive Slide Menu**), update the 
value in the **Pixel Width to Switch to Slide Menu** field (e.g., `767` for standard
tablets/mobile). The mobile menu toggle will only show up when the user’s viewport
is equal to or narrower than this width.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“LR Responsive Slide Menu” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت
کرده‌اند.

مشارکت کنندگان

 *   [ LogicRays Technologies ](https://profiles.wordpress.org/logicrays/)
 *   [ Pritesh Modi ](https://profiles.wordpress.org/priteshm/)

[ترجمه “LR Responsive Slide Menu” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/lr-responsive-slide-menu)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/lr-responsive-slide-menu/)،
[مخزن SVN](https://plugins.svn.wordpress.org/lr-responsive-slide-menu/) را بررسی
کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/lr-responsive-slide-menu/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/lr-responsive-slide-menu/)
مشترک شوید.

## گزارش تغییرات

#### 1.1.0

 * Fixed “jQuery is not defined” error by loading menu initialization in the footer
   with proper script dependencies.
 * Fixed hamburger toggle not responding when overlapped by theme header buttons(
   e.g. Twenty Twenty search icon).
 * Fixed slide menu loading the wrong WordPress menu, which caused flat menus and
   missing submenus.
 * Added support for loading a menu by WordPress menu name via **Slide Menu Id**(
   e.g. `top-menu`).
 * Improved theme location fallback order (`mobile`, then `primary`) for mobile 
   slide menus.
 * Repositioned the mobile toggle button (fixed top-right) and moved the slide panel
   to `body` for reliable display.
 * Hide the theme’s mobile nav toggle when the slide menu is active on supported
   themes.
 * Enqueue frontend assets only when the shortcode is rendered.
 * General code quality and WordPress coding standards improvements.

#### 1.0

 * Initial release with local Font Awesome assets and WordPress coding standards
   fixes.

## اطلاعات

 *  نگارش **1.1.0**
 *  آخرین به‌روزرسانی **2 هفته پیش**
 *  نصب‌های فعال **کمتر از 10**
 *  نگارش وردپرس ** 5.0 یا بالاتر **
 *  آزمایش‌شده تا **7.0.4**
 *  نگارش PHP ** 7.4 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/lr-responsive-slide-menu/)
 * برچسب
 * [mobile menu](https://fa.wordpress.org/plugins/tags/mobile-menu/)[offcanvas menu](https://fa.wordpress.org/plugins/tags/offcanvas-menu/)
   [responsive menu](https://fa.wordpress.org/plugins/tags/responsive-menu/)[responsive navigation](https://fa.wordpress.org/plugins/tags/responsive-navigation/)
   [slide menu](https://fa.wordpress.org/plugins/tags/slide-menu/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/lr-responsive-slide-menu/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

[بررسی شما](https://wordpress.org/support/plugin/lr-responsive-slide-menu/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/lr-responsive-slide-menu/reviews/)

## مشارکت کنندگان

 *   [ LogicRays Technologies ](https://profiles.wordpress.org/logicrays/)
 *   [ Pritesh Modi ](https://profiles.wordpress.org/priteshm/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/lr-responsive-slide-menu/)