Title: Responsive Opt-Out
Author: Ulrich
Published: <strong>13 ژانویه 2013</strong>
Last modified: 28 آوریل 2013

---

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

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](https://s.w.org/plugins/geopattern-icon/responsive-opt-out.svg)

# Responsive Opt-Out

 توسط [Ulrich](https://profiles.wordpress.org/grapplerulrich/)

[دانلود](https://downloads.wordpress.org/plugin/responsive-opt-out.zip)

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

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

## توضیحات

This simple setup creates a body class called “responsive” and “fixed-width” both
are added to the body class of your Theme. These two classes are used to define 
whether or not the visitor wants a “responsive” environment.

## نصب

You can either install it automatically from the WordPress admin, or do it manually:

 1. Unzip the archive and put the `responsive-opt-out` folder into your plugins folder(/
    wp-content/plugins/).
 2. Activate the plugin from the Plugins menu.

#### Buttons

So that you have the buttons to switch you will need this html code. They can be
added anywhere.

    ```
    <a href="#" onclick="return FixedWidth();" class="fixed-width-link">Fixed Width</a>
    <a href="#" onclick="return Responsive()" class="responsive-link">Reponsive</a>
    ```

#### CSS/Styling

This plugin has no css. So that the buttons display in the correct view the following
css need to be added to your theme’s style.css file directly.

    ```
    .responsive .fixed-width-link {
        display: block!important;
    }
    .responsive .responsive-link {
        display: none!important;
    }
    .fixed-width .fixed-width-link {
        display: none!important;
    }
    .fixed-width .responsive-link {
        display: block!important;
    }
    ```

Add the class “.fixed-width” infront of any styles that you add for a fixed width
design and “.responsive” for the responsive design.

[Blog post on intregration with Responsive theme](http://themeid.com/responsive-opt-out-plugin/)

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

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

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

“Responsive Opt-Out” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

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

 *   [ Ulrich ](https://profiles.wordpress.org/grapplerulrich/)

[ترجمه “Responsive Opt-Out” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/responsive-opt-out)

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

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

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

#### 0.3

Fix setting cookie

#### 0.2

Fix cookie path

#### 0.1

Initial Release

## اطلاعات

 *  نگارش **0.3**
 *  آخرین به‌روزرسانی **13 سال پیش**
 *  نصب‌های فعال **10+**
 *  نگارش وردپرس ** 3.4 یا بالاتر **
 *  آزمایش‌شده تا **3.5.2**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/responsive-opt-out/)
 * برچسب
 * [opt-out](https://fa.wordpress.org/plugins/tags/opt-out/)[responsive](https://fa.wordpress.org/plugins/tags/responsive/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/responsive-opt-out/advanced/)

## امتیازها

 5 از 5 ستاره.

 *  [  امتیاز 3 5-ستاره     ](https://wordpress.org/support/plugin/responsive-opt-out/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/responsive-opt-out/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/responsive-opt-out/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/responsive-opt-out/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/responsive-opt-out/reviews/?filter=1)

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

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

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

 *   [ Ulrich ](https://profiles.wordpress.org/grapplerulrich/)

## پشتیبانی

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

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

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](http://ulrich.pogson.ch/)