Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author JoomUnited

    (@joomunited)

    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

    (@cl5rism)

    Hi,

    Thanks for the reply! Can show how to disable it by media queries?

    Best Regards

    Plugin Author JoomUnited

    (@joomunited)

    Hi,

    I will need the URL where the WP Latest Post news block is loaded.

    Cheers,

    Thread Starter cl5rism

    (@cl5rism)

    Hi,

    Here is the link: test site

    Cheers,

    Plugin Author JoomUnited

    (@joomunited)

    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

    (@cl5rism)

    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

    Cheers

    Plugin Author JoomUnited

    (@joomunited)

    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.