Support » Plugin: Wordpress Tabs » [Plugin: GT Tabs (formerly postTabs)] CSS Issue in Style.php

  • Texiwill

    (@texiwill)


    Hello,

    The line in Style.php that reads:
    border-<?php if ($GTTabs_options["layout"]=="horizontal") echo "bottom:"; else echo "right:"; ?>: 1px solid <?php echo $GTTabs_options["active_bg"] ?> !important;

    Should be:
    border-<?php if ($GTTabs_options["layout"]=="horizontal") echo "bottom:"; else echo "right:"; ?> 1px solid <?php echo $GTTabs_options["active_bg"] ?> !important;

    Note the remocal of the : after the first ?>

    Best regards,
    Edward

    http://wordpress.org/extend/plugins/gt-tabs/

  • The topic ‘[Plugin: GT Tabs (formerly postTabs)] CSS Issue in Style.php’ is closed to new replies.