Comments Herve started the conversationFebruary 21, 2014 at 3:18pmHello,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,077ThemeNectar repliedFebruary 24, 2014 at 11:34amHey 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 :) Sign in to reply ...
Hello,
If you create some tab with special character like ++ or #, generated ID are false.
Example :
Will give you 3 tab but with same content. Html render :
This was working before update 3.X.
Herve
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 :)