News Show Pro within Tabs

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Fri Apr 01, 2011 8:34 pm
Greetings,

I have a tabbed layout ... Each tab contain one News Show Pro module listing 2 pages, 5 columns and 2 rows.

It's working perfectly on the default tab ( the first one ).

The other tabs ( inactive by default ) shows the module only but the rotator doesn't work at all. This is probably because when the DOM is ready only the first tab is visible and the display of the remaining tabs has the CSS property display set to none.

Is there anyway I could get the modules inside the tabs to work?

Please advice. I am willing to pay for a fix

Best Regards
User avatar
Fresh Boarder

GK User
Sat Apr 02, 2011 6:19 am
maybe it's because the nsp don't have unique ids?
User avatar
Platinum Boarder

GK User
Sat Apr 02, 2011 6:33 am
Each module has its unique ID...
Problem is the inactive tabs display is set to none ...
When DOM is ready, JS calculate the height and width of the page and the element within to create its layout and the scrolling effect ... These are set to 0px because elements that are descendant from an elements with display none has width and height equal to 0px
I over come the width of the module by forcing the width using CSS .... But the animation doesn't work
Hope I made my self clear
Thanks a lot for attempt to help
User avatar
Fresh Boarder

GK User
Sat Apr 02, 2011 6:35 am
okay.. i must admit my skills in this area is far from good. so can't help you with this. gotta wait for some other mod to come along and take a look...
User avatar
Platinum Boarder

GK User
Sat Apr 02, 2011 4:03 pm
Thanks so much, Really appreciate your help
Best Regards
User avatar
Fresh Boarder


cron