[SOLVED] Tabs Pagination in tabs missing

GK User
Thu Mar 31, 2011 10:32 pm
I've been playing around with this template for a few hours, and now I'm testing the tabs and module css. I'm not sure if the tabs have pagination arrows or the js, such as Coffee has to page individual nsp's in it's own tab.

here is the site i'm testing on http://www.umaballa.com/
User avatar
Platinum Boarder

GK User
Thu Mar 31, 2011 11:35 pm
Hi

Yes, it was on purpose.
But if you want it, you can have it by following this steps:

Open ../css/gk_stuff.css file and find this line:

Code: Select all
div.gk_tab_button_next-style1,
div.gk_tab_button_prev-style1 { display: none; }


comments this line, like this:
Code: Select all
/*div.gk_tab_button_next-style1,
div.gk_tab_button_prev-style1 { display: none; }*/


On same page, add this lines:
Code: Select all
/* Tabs buttons pagination */
div.gk_tab_button_next-style1,
div.gk_tab_button_prev-style1 {width: 10px;height: 10px;background-image: url('../images/style1/gk_nsp_interface.png'); cursor: pointer;   position: absolute;   top: 10px;right: 12px;text-indent: -999em!important;display:block;}
div.gk_tab_button_prev-style1:hover {background-position:left -11px;}
div.gk_tab_button_next-style1 {top: 10px;right: 0;background-position:right 0}
div.gk_tab_button_next-style1:hover {background-position:right -11px;}


Next, open style1.css file and add this line:
Code: Select all
div.gk_tab_button_next-style1,
div.gk_tab_button_prev-style1 {background-image: url('../images/style1/gk_nsp_interface.png')!important;}


On style2.css file add this line:
Code: Select all
div.gk_tab_button_next-style1,
div.gk_tab_button_prev-style1 {background-image: url('../images/style2/gk_nsp_interface.png')!important;}


Finally on style3.css file add this line:
Code: Select all
div.gk_tab_button_next-style1,
div.gk_tab_button_prev-style1 {background-image: url('../images/style3/gk_nsp_interface.png')!important;}


This should be the result:

screen_2011-04-01.png


Cheers
User avatar
Platinum Boarder

GK User
Thu Mar 31, 2011 11:46 pm
wow things have gotten 100000000000000% better around here. I'm loving it Thank you very much.
User avatar
Platinum Boarder

GK User
Thu May 05, 2011 12:20 am
Hello. I'm not a coder so is ti possible for you to provide the modified replacement files? I do not want to make any mistakes by trying to adjust it myself.
User avatar
Fresh Boarder


cron