Okay
  Public Ticket #167349
Tab Title Bug
Closed

Comments

  • Herve started the conversation

    Hello,

    If you create some tab with special character like ++ or #, generated ID are false.

    Example :

    [tab title="C" id="t1"]
    [bar_graph]
    [bar title="In C" percent="70" color="Accent-Color" id="b1"]
    [/bar_graph]
    [/tab]
    
    [tab title="C++" id="t2"]
    [bar_graph]
    [bar title="In C++" percent="80" color="Accent-Color" id="b1"]
    [/bar_graph]
    [/tab]
    
    [tab title="C#" id="t3"]
    [bar_graph]
    [bar title="In C#" percent="85" color="Accent-Color" id="b1"]
    [/bar_graph]
    [/tab]

    Will give you 3 tab but with same content. Html render :

    <div id="tab-c" class="wpb_tab ui-tabs-panel wpb_ui-tabs-hide clearfix" style="visibility: visible; position: relative; opacity: 1; left: 0px; display: block;"></div>
    <div id="tab-c" class="wpb_tab ui-tabs-panel wpb_ui-tabs-hide clearfix" style="visibility: visible; position: relative; opacity: 1; left: 0px; display: block;"></div>
    <div id="tab-c" class="wpb_tab ui-tabs-panel wpb_ui-tabs-hide clearfix" style="visibility: visible; position: relative; opacity: 1; left: 0px; display: block;"></div>

    This was working before update 3.X.

    Herve

  •  1,077
    ThemeNectar replied

    Hey Herve,

    this is a known bug of the current release - to solve it early, please download this themenectar.com/fixed-tabs.zip unzip the files and place them in the nectar/nectar-vc-addons/vc_templates directory, overwriting the current files there.

    Cheers :)