Title: Disable mobile sliding function
Last modified: February 14, 2017

---

# Disable mobile sliding function

 *  Resolved [cl5rism](https://wordpress.org/support/users/cl5rism/)
 * (@cl5rism)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/disable-mobile-sliding-function/)
 * Hi,
 * How to disable sliding function for the mobile version?

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [JoomUnited](https://wordpress.org/support/users/joomunited/)
 * (@joomunited)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/disable-mobile-sliding-function/#post-8804644)
 * Hi,
 * This option is not available in the plugin, I’m sorry.
    You can only disable 
   it on mobile using media queries.
 * Cheers,
 *  Thread Starter [cl5rism](https://wordpress.org/support/users/cl5rism/)
 * (@cl5rism)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/disable-mobile-sliding-function/#post-8805864)
 * Hi,
 * Thanks for the reply! Can show how to disable it by media queries?
 * Best Regards
 *  Plugin Author [JoomUnited](https://wordpress.org/support/users/joomunited/)
 * (@joomunited)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/disable-mobile-sliding-function/#post-8807643)
 * Hi,
 * I will need the URL where the WP Latest Post news block is loaded.
 * Cheers,
 *  Thread Starter [cl5rism](https://wordpress.org/support/users/cl5rism/)
 * (@cl5rism)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/disable-mobile-sliding-function/#post-8811260)
 * Hi,
 * Here is the link: [test site](http://wipstage.com/clients/speedcast/web/)
 * Cheers,
 *  Plugin Author [JoomUnited](https://wordpress.org/support/users/joomunited/)
 * (@joomunited)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/disable-mobile-sliding-function/#post-8814061)
 * Hi,
 * Could you add the following code on the custom css panel of the new block?
 *     ```
       @media only screen and (max-width: 1024px) {
       div.wpcufpn_outside.wpcufpn_widget_168 {
       display none !important;
       }
       }
       ```
   
 * Cheers,
 *  Thread Starter [cl5rism](https://wordpress.org/support/users/cl5rism/)
 * (@cl5rism)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/disable-mobile-sliding-function/#post-8815509)
 * Hi,
 * Thanks for the code, maybe I did not explain well. I still want to display the
   content, just when I scrolling my page on mobile, it will start sliding to left/
   right _(please see attached screenshot)_. So can I disable the sliding effect?
   Sorry for my poor English.
 * ![screenshot](https://i0.wp.com/wipstage.com/clients/speedcast/web/Untitled.jpg)
 * Cheers
 *  Plugin Author [JoomUnited](https://wordpress.org/support/users/joomunited/)
 * (@joomunited)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/disable-mobile-sliding-function/#post-8815665)
 * Hi,
 * This is not something currently possible. After implementing the new layout in
   the upcoming weeks, we’ll take a look if that would be possible.
 * Cheers,

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Disable mobile sliding function’ is closed to new replies.

 * ![](https://ps.w.org/wp-latest-posts/assets/icon-256x256.png?rev=1900564)
 * [WP Latest Posts](https://wordpress.org/plugins/wp-latest-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-latest-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-latest-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-latest-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-latest-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-latest-posts/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [JoomUnited](https://wordpress.org/support/users/joomunited/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/disable-mobile-sliding-function/#post-8815665)
 * Status: resolved