Shape 5

Joomla Templates => Pantheon - Club => : joeymark June 08, 2011, 10:46:45 AM



: Tabshow Won't Go Over Six Tabs
: joeymark June 08, 2011, 10:46:45 AM
Hey Guys:

I'm having problems with the TabShow not wanting to display more than six tabs at one time. With six tabs everything works fine, all six buttons show up, on mouseover the tab changes to display the proper copy etc.

The problem is with the seventh tab. When I add the seventh tab, the seventh button does not show but the TabShow acts like there are only six tabs when there are really seven tabs.

When I add the eighth tab a seventh button shows up but the TabShow locks up and copy does not change when mousing over the buttons. The buttons change state on mouseover but the related copy does not change.

When I add the ninth tab eight buttons show up but again the TabShow is locked up although the buttons change state on mouseover.

When I add the tenth tab nine buttons show up but again the TabShow is locked up although the buttons change state on mouseover. 

I have been through this forum and did not come up with any possible answers although someone was having problems with the spacing of the buttons and they were told to go to the css file and change the s5_button_content width from 13440px to 134400. I went ahead and did this but the problem I am having still persists.

You can look at my site at www.MadManVideo.com to see what I am talking about. I have added all ten tab positions with related copy in the TabShow just in case you need all tabs for troubleshooting. Thank you for your help.

I really like this Pantheon Template and am looking forward to getting my site up and running with it.
-------------------------------------------


: Re: Tabshow Won't Go Over Six Tabs
: mikek June 08, 2011, 11:38:50 AM
Hello,

In the following file:

http://www.madmanvideo.com//modules/mod_s5_tabshow/s5_tabshow/styles.css

Find this:

#s5_button_content {
      width: 134400px;
   }

And change it to:

#s5_button_content {
      width: 1344000px;
   }


: Re: Tabshow Won't Go Over Six Tabs
: joeymark June 08, 2011, 12:34:22 PM
Mikek:

I went ahead and did what you suggested and added a zero to the button content width but no changes occured with the TabShow. I then went and added a second zero just to see what would happen and again no change.

Here is a clue for you though. When I change the TabShow wipe from the fade effect to the slide effect the TabShow kind of works but it seems to skip over tab seven and then it goes back to tab one when the last button is moused over. There are still only nine buttons displayed instead of ten...I think the button for tab seven is not being displayed.

I have changed the fade effect to the slide effect on the site www.MadManVideo.com for you to look at. Again, I have all ten tabs activated and filled with copy. Take a look and let me know what you think.

P.S.   I have also re-uploaded all of the files related to the TabShow just in case there were any corrupted files. This was just a thought I had but doing that did not help matters any. Thanks again.

--------------------------------


: Re: Tabshow Won't Go Over Six Tabs
: mikek June 08, 2011, 02:12:50 PM
Hello,

It's currently set to fade and all seem to be loading correctly. If you can private message me super admin access I can look into the slide effect for you.


: Re: Tabshow Won't Go Over Six Tabs
: joeymark June 08, 2011, 02:13:40 PM
OK...I found the problem with the TabShow in the Pantheon template not going over more that six tabs.
There is a problem with the code at:   /modules/mod_s5_tabshow/mod_s5_tabshow.php on line 60.
It reads: $text17line = "published";
It should read:  $tab_7_published = "published";

When I made this change the TabShow started working perfectly in both the Fade mode and the Slide mode.

-----------------------------------