• Resolved sarahwolt

    (@sarahwolt)


    Every time I click on a new tab, it automatically soft scrolls to hide the rest of the tabs in order to show the tab content. How do I make it so it stays stagnant?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Praveen

    (@praveenmalav09)

    Hi @sarahwolt,

    Please follow these steps go to plugin file editor > Tabs Responsive > template > content.php line no. 85

    Replace this code

    <a href="#tabs_desc_<?php echo esc_attr($post_id); ?>_<?php echo esc_attr($i); ?>" aria-controls="tabs_desc_<?php echo esc_attr($post_id); ?>_<?php echo esc_attr($i); ?>" role="tab" data-toggle="tab">

    To

    <a href="JavaScript:void(0)" data-target="#tabs_desc_<?php echo esc_attr($post_id); ?>_<?php echo esc_attr($i); ?>" aria-controls="tabs_desc_<?php echo esc_attr($post_id); ?>_<?php echo esc_attr($i); ?>" role="tab" data-toggle="tab">

    Thanks

    Thread Starter sarahwolt

    (@sarahwolt)

    Thank you! This worked

    Praveen

    (@praveenmalav09)

    Hi @sarahwolt,

    Glad to hear that your issue has been resolved if you like our plugin then please rate it.

    Thanks

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

The topic ‘Soft scroll’ is closed to new replies.