- Posts: 4
- Thank you received: 0
carousal images
-
wildroz
Inactive member - Topic Author
- New Member
Less
More
13 years 7 months ago #8428
by wildroz
carousal images was created by wildroz
how can i change the images and insert my own text on the right side? i would also like to insert more then 5 text items and links accordingly.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #8433
by ivan.milic
Replied by ivan.milic on topic Re: carousal images
Hi,
That is module (of type mod_hot_newsflash). It has 5 slots where you define images, links, information...
To make it have more slots you would have to edit 2 source files:
mod_hot_newsflash.xml
You will see at the end of file reputing sets of elements for slots, you need to copy that sequence and change copy number to next (first next now is 6,then 7 and so on...)
mod_hot_newsflash.php
replace 4 in
$tabNumber = $params->get('tabNumber','4');
with [number of your slots] - 1 , if you have 10 slots then you should put 9
replace 5 from
$loop <= 5;
with number of your slots if you have 10 slots then you put 10 instead of 5
That is module (of type mod_hot_newsflash). It has 5 slots where you define images, links, information...
To make it have more slots you would have to edit 2 source files:
mod_hot_newsflash.xml
You will see at the end of file reputing sets of elements for slots, you need to copy that sequence and change copy number to next (first next now is 6,then 7 and so on...)
mod_hot_newsflash.php
replace 4 in
$tabNumber = $params->get('tabNumber','4');
with [number of your slots] - 1 , if you have 10 slots then you should put 9
replace 5 from
$loop <= 5;
with number of your slots if you have 10 slots then you put 10 instead of 5
Please Log in to join the conversation.
-
wildroz
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
13 years 7 months ago #8661
by wildroz
Replied by wildroz on topic Re: carousal images
thank you... i can increase the images and the articles but the 8th and onwards items do not appear in the tabs menu. is there a way i can assign line spacing between words on the tabs menu.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #8670
by ivan.milic
Replied by ivan.milic on topic Re: carousal images
Hi,
style file for that component is in:
modules/mod_hot_newsflash/tmpl/style.css
that text has a css hit from:
#featured li.ui-tabs-nav-item a {...
style file for that component is in:
modules/mod_hot_newsflash/tmpl/style.css
that text has a css hit from:
#featured li.ui-tabs-nav-item a {...
Please Log in to join the conversation.
Time to create page: 0.139 seconds