• Resolved mclimie

    (@mclimie)


    Hi, and thanks for the plugin!

    Here is a page of before/after comparisons and the behavior I’m trying to maintain:

    https://rtchy.com/cosmetics/

    I did a test page using the Slide Anything shortcode – nav is fine, looks great, but breaks the behavior for the before/after by I assume using the mouse input as another form of navigation. See here:

    https://rtchy.com/test-slider/

    Is there any way to disable just the click/drag nav in slide anything (use right/left or bottom breadcrumbs only) so this TwentyTwenty plugin will still work? I can’t see anything on the page that would allow me to disable it. Thanks for reading!

    https://www.ads-software.com/plugins/slide-anything/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author simonpedge

    (@simonpedge)

    Hi. Yes ‘Mouse Drag’ and ‘Touch Drag’ navigation is enabled by default.

    There is not currently an option to disable these settings within the slider settings page, but if you edit the following plugin file:
    /wp-content/plugins/slide-anything/php/slide-anything-frontend.php
    And if you edit lines 173 and 174:
    $output .= “mouseDrag : true,\n”;
    $output .= “touchDrag : true\n”;
    Change these to ‘false’

    I’ll include options to alter this setting within the slider settings page within a future release of the plugin.

    Thread Starter mclimie

    (@mclimie)

    That worked! Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slide Anything Twenty Twenty Drag’ is closed to new replies.