Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author cubecolour

    (@numeeja)

    if you are using a child theme or a custom theme created specifically for your site, this can be achieved by following the instructions in the plugin’s documentation to replace the tabby stylesheet with custom styles in your (child) theme.

    to do this, prevent the plugin’s stylesheet from loading by adding to your active theme’s functions.php:

    <?php
    remove_action('wp_print_styles', 'cc_tabby_css', 30);
    ?>

    Then copy the styles from the plugin’ stylesheet into your child theme but remove the media query or change the breakpoint defined so the rules don’t take effect.

    This can also be achieved without needing to editi any code if you use the tabby responsive tabs customiser add-on

    localsearchoptimizing

    (@localsearchoptimizing)

    Does this mean that it get’s rid of the Accordian.

    The tabby responsive tabs customizer add-on page does not seem to show any images or demos of how responsive can be achieved without accordian.

    Plugin Author cubecolour

    (@numeeja)

    The ‘responsive’ in Tabby Responsive Tabs refers to the tabgroup showing as an the accordion on mobile devices so all of the content can be viewed. If the accordion is removed by changing the breakpoint of the media query to a very low value (equivalent to putting a low value such as ‘1’ into the breakpoint setting of the customiser add on), the tabs will no longer be responsive.

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

The topic ‘desactivate mobile style’ is closed to new replies.