• Hello,

    Great plugin – thanks devs!!

    Currently I have only one issue: tab item custom classes don’t work. They’re not displayed in the DOM.

    Could you please take a look at this?

    Thanks!!

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

    (@nenad-obradovic)

    Hi lunule,

    Thanks ??

    Thanks for notice this, it’s a bug inside plugin and I will fix it in the next plugin release. At this moment just go to your plugin folder/shortcodes/tabs/templates/tabs-item.php open this file with some text editor and replace the whole code with this one

    <?php
    
    if ( ! defined( 'ABSPATH' ) ) {
    	exit; // Exit if accessed directly
    }
    
    ?>
    <div class="evc-tabs-item <?php echo esc_attr( $holder_classes ); ?>" id="tab-<?php echo sanitize_title( $tab_title ); ?>">
    	<?php echo do_shortcode( $content ); ?>
    </div>

    Best regards,
    Nenad

    Thread Starter Gabor Lippert

    (@lunule)

    Gotcha!! ??

    Thanks for the quick reply, the temporary fix works fine – I’ll look forward to the next plugin release to make it permanent.

    Cheers,
    Lunule

    Plugin Author Nenad Obradovic

    (@nenad-obradovic)

    Hi Lunule,

    You are welcome ??

    Best regards,
    Nenad

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tab item custom classes don’t work.’ is closed to new replies.