Hi,
I'm using joomla 3.4.1, cb 2.09 and cbsubs 4.
Hi have 2 plans in cbsubs : A and B.
In cbsubs, in each plan I have hide some fields, so that's ok, it works: At the CB Registration Form some tabs are only for plan A and some tabs are only for plan B.
The probleme is : when I choose plan A, the tabs of the plan B are visible.
There is no fields inside but plan A can see title steps of plan B.
You can see attachmant : Plan A is not concerning by "I need an au pair granny".
I want to hide the tab, not just the fields.
Previously, when I used cb1.9, I had found a easy way with the css of cbtemplate (/www/components/com_comprofiler/plugin/templates/boostrap/template.css):
in line 3466
.cb_template_bootstrap #stepbystep > ul > .ui-state-disabled > a,
.cb_template_bootstrap #stepbystep > ul > .ui-state-disabled > a:hover {
I added in this function : display:none;
But actually, this code function doesn't exist anymore...
What'is the best and esay way today to hide empty tabs steps at the registration form ?
Someone speaks about CB Tabs Protection Plugin. But I have trying (with documentation support), it is very complicated to use and I don't want to hide tabs at profile view or edit profile view => this is all ready manage with cbconditional.
Thanks for your help