Displaying Social Icons and Tabs

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Tue May 01, 2012 8:37 pm
I install the League News from scratch but I have a couple of issues.

How I can install/display the social icons.

How I assigned the Tabs colors/style like the one in the demo site. I use all styles but none of them are the sames as the DEMO (Orange style).

Regards,
Jose
Site: http://ibanca.dev.edukgroup.net/
User avatar
Fresh Boarder

GK User
Tue May 01, 2012 11:06 pm
Hi

Social Icons is published on custom XHTML module type published on "banner2" module position.
The structure used on demo is this one:

Code: Select all
<p><a class="gkFacebook" href="#">Facebook</a> <a class="gkStumbleUpon" href="#">Stumble Upon</a> <a class="gkVimeo" href="#">Vimeo</a> <a class="gkMobyPicture" href="#">Moby Picture</a> <a class="gkTwitter" href="#">Twitter</a> <a class="gkYouTube" href="#">YouTube</a> <a class="gkIchat" href="#">iChat</a> <a class="gkDigg" href="#">Digg</a> <a class="gkDribbble" href="#">Dribbble</a></p>


So use editor on toggle mode and make your changes.

About the issue of Tabs GK4 template style, please open this module and go to "Advanced Settings" and select "Force disable" on "Use CSS" parameter. This will set source of style classes from template files and not from module.

Next step is to add the following module suffix: "[space]tab2"

You can also use default style as "[space]tab" or the dark style using "[space]tab1" suffix.

Cheers ;)
User avatar
Platinum Boarder

GK User
Wed May 02, 2012 1:08 am
Thanks!

It is working now.

But I have two questions.

1. Social icons: it looks like is placing a space in the top and I beleive is because the the<p> tag. I tried to remove it but the editor always add it. If this is the problem how I can do it. If not what I need to do.

2. Tabs: I want tomopen the tab 100%, how I can do it? It looks that I need to edit the css for that tab or i can override it.

Thanks again.

Jose
User avatar
Fresh Boarder


cron