Title: Responsive Opt-Out
Author: Ulrich
Published: <strong>ಜನವರಿ 13, 2013</strong>
Last modified: ಏಪ್ರಿಲ್ 28, 2013

---

ಪ್ಲಗಿನ್‌ಗಳನ್ನು ಹುಡುಕಿ

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](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://kn.wordpress.org/plugins/responsive-opt-out/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/responsive-opt-out/#reviews)
 *  [ಸ್ಥಾಪನೆ](https://kn.wordpress.org/plugins/responsive-opt-out/#installation)
 * [ಅಭಿವೃದ್ಧಿ](https://kn.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/) ಪರಿಶೀಲಿಸಿ,
ಅಥವಾ [ಅಭಿವೃದ್ಧಿ ಲಾಗ್](https://plugins.trac.wordpress.org/log/responsive-opt-out/)
ಗೆ [RSS](https://plugins.trac.wordpress.org/log/responsive-opt-out/?limit=100&mode=stop_on_copy&format=rss)
ಚಂದಾದಾರರಾಗಿ.

## Changelog

#### 0.3

Fix setting cookie

#### 0.2

Fix cookie path

#### 0.1

Initial Release

## ಮೆಟಾ

 *  Version **0.3**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **13 ವರ್ಷಗಳು ರ ಮುನ್ನ**
 *  ಸಕ್ರಿಯ ಸ್ಥಾಪನೆಗಳು **20+**
 *  ವರ್ಡ್ಪ್ರೆಸ್ ಆವೃತ್ತಿ ** 3.4 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  **3.5.2** ವರೆಗೆ ಪರೀಕ್ಷಿಸಲಾಗಿದೆ
 *  Language
 * [English (US)](https://wordpress.org/plugins/responsive-opt-out/)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [opt-out](https://kn.wordpress.org/plugins/tags/opt-out/)[responsive](https://kn.wordpress.org/plugins/tags/responsive/)
 *  [ಸುಧಾರಿತ ನೋಟ](https://kn.wordpress.org/plugins/responsive-opt-out/advanced/)

## ರೇಟಿಂಗ್‌ಗಳು

 5 out of 5 stars.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/responsive-opt-out/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/responsive-opt-out/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/responsive-opt-out/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/responsive-opt-out/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/responsive-opt-out/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/responsive-opt-out/reviews/#new-post)

[See all reviews](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/)