• Thank you for this simple easy plugin with more features in free version itself. I recommend to all who wants responsive tabs in your website.
    Note to plugin developer:
    I have come across one issue while working on this.
    i.e the tabs content were not seen by clicking the tabs. Instead its just shown all the content.
    The solution is there is missing close div and i have fixed this by updating the following file
    tabs-responsive\template\content.php

     <div role="tabpanel" class="tab-pane <?php if($j==1){ ?> in active <?php } ?>" id="tabs_desc_<?php echo $post_id; ?>_<?php echo $j; ?>">
    <?php  echo do_shortcode($tabs_desc); ?>
     </div></div>

    Please fix this in next version.
    Thanks once again.

The topic ‘Nice plugin’ is closed to new replies.