Shape 5

Joomla Templates => Game World - Club => : netstepinc January 18, 2016, 01:24:59 PM



: Tab Show - switch off template override for "normal" tabs?
: netstepinc January 18, 2016, 01:24:59 PM
Is there a "switch" to disable the Tab Show styling for Game World so I can have normal tabs like on the Tab Show demo page?

I was able to get normal tabs by commenting out the following in template.css
However, I might like to use the custom styling for some instances of the tab show.

Would you be willing to wrap these types of template module overrides in a module class suffix so they can be easily enabled/disabled?
...and document it.
I wasted an hour trying to figure out why the "tab show" wasn't showing any tabs.

height:8px !important;
width:8px !important;
-moz-border-radius:70px !important;
-webkit-border-radius:70px !important;
border-radius:70px !important;
padding:0px !important;
margin:0px !important;
margin-left:4px !important;
float:right !important;
}
.s5_tab_show_slide_button_inactive {
background:#B0AFAF !important;
}
.s5_tab_show_slides_buttons_top {
margin-top:-48px !important;
float:right;
}
.s5_tab_show_outer2 h3 {
font-size:1.2em;
margin-bottom:12px;
}


Ref
http://www.shape5.com/product_details/club_extensions/s5_tab_show.html
http://www.shape5.com/documentation/Joomla/Extensions/S5-Tab-Show

http://www.shape5.com/demo/game_world/index.php/extensions/s5-tab-show


: Re: Tab Show - switch off template override for "normal" tabs?
: mikek January 19, 2016, 08:30:10 AM
Hello,

Every template provides specific styling for the modules that are used with it. There isn't a switch to turn those on or off, as they are part of the template's aesthetics and are designed to look that way across the entire template. You can comment out the code used above, but that will have the tabs show the same way on all copies of the module, having two styles would require custom programming.