Wrong class name for horizontal styling?

Tabs module is the easiest and convenient way to create tabs in Joomla website with powerful features like JSON or XML support.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Jan 08, 2014 12:32 am
Hi,

can you please check http://gorast.com/HOSTmaster/puppet-com-mk/
and confirm that these are horizontal tabs but when you inspect it says <div class="gkTabsWrap vertical">

Also, in the Animation options of Tabs GK5 I set Animation type to Slider (horizontal) but all I get is Opacity animation. Its the same for Slider (vertical).

Thanks,
Gorast
User avatar
Platinum Boarder

teitbite
Wed Jan 08, 2014 4:51 pm
Hi

Please send me an access to joomla panel. I'll check what can be wrong.
User avatar
Moderator

teitbite
Fri Jan 10, 2014 4:04 am
Hi

I do not know why slide from side is not working. There is no problem on a clean copy, but please add this code to css to make it look like it:

Code: Select all
.gkTabsItem {
    transition: left 0.5s linear 0.5s;
    -webkit-transition: left 0.5s linear 0.5s;
    -moz-transition: left 0.5s linear 0.5s;
    -ms-transition: left 0.5s linear 0.5s;
    -o-transition: left 0.5s linear 0.5s;
    opacity: 1 !important;
}
User avatar
Moderator

GK User
Fri Jan 10, 2014 5:28 pm
Yup. That fixed the thing.

Thanks,
G
User avatar
Platinum Boarder

teitbite
Tue Jan 14, 2014 4:17 am
Hi

It's not a fix, It's a part of the code which will make it slide, but if it's working than I'm more than happy :)
User avatar
Moderator

GK User
Tue Jan 14, 2014 4:25 am
Yup :D Its working and good :D
Thanks again.
G
User avatar
Platinum Boarder

teitbite
Thu Jan 16, 2014 4:10 am
Hi

I'm glad I could help :)
User avatar
Moderator


cron