I know about css selector on a custom field fieldset. #gd_tab_1, etc.
I SEEM to be running into a sticky situation where I am trying to say a particular tab is only visible to a certain user.
I have several fieldsets (tabs in Detail page) that appear or disappear depending on user and price package.
Situation: In GeoDir>Place Settings, I added several custom fieldsets with custom fields within them. I cannot add class to fieldset, but CAN add class to custom fields. These fieldsets will appear as tabs on Detail page.
Say I have the following example fieldsets:
Coupon fieldset
Video fieldset
My Info fieldset.
The Coupon and Video fieldsets only appear if there’s something in them…and if they’re included in particular package.
The My Info fieldset only appears if I’m the user.
What I realized is…(I think) the gd_tab number may change depending on what tabs are allowed to be active. Therefore my rather critical css is not being applied properly.
So, I may use CSS and my numbered selector to do something to gd_tab_1 this time…and it’s a different tab number next time.
How can I add a tab class, so IF that tab is available, the tab CLASS will always be the same? And therefore I can reliably target with my css selector?
Any ideas?