Shape 5

Joomla Templates => City Portal - January - Club => : somany February 19, 2009, 03:56:05 AM



: "Read More" plugin for S5_Tab modules
: somany February 19, 2009, 03:56:05 AM
Hello

  • I would like to make use of the "Read More' plugin for the content associated with S5_Tabs. Is there a way to do this? I noticed that the Read More and Page Break plugins which are available while creating an article are not available in the custom modules for S5_Tab. In the demo version, the "Read More" option seems to be an image.
  • How can I decrease the space between tabs in the S5_tabs?
  • Is it possible to change the font of the Tab title and also if I have a long title to make it appear in 2 lines?

 


Thanks so much for your help!



: Re: "Read More" plugin for S5_Tab modules
: jonahh February 20, 2009, 12:37:49 PM
To answer your questions:

1.)  Yes this is just a static input box we used for demo purposes only.  You would need some sort of content module in order to do this.  Then just assign it to one of the module positions in the s5 tab show

2.) Open up the styles.css (line 84) file which is loacted in the module s5 tab show folder then edit the padding right below:

:
#s5_button_frame ul li {
cursor:pointer;
float:left;
font-size:13px;
font-weight:bold;
margin-right:0;
padding-left:0;
padding-right:11px; }

3.) Same file as above, styles.css (line 156)

:
ul li span.s5_tabmiddle {
background:transparent url(../s5_tabshow/s5_tab_show_mb.png) repeat-x scroll 0 0;
display:block;
float:left;
font-size:11px;
height:25px;
line-height:23px;
padding-left:8px;
padding-right:8px;
}

Regards,
}