- Posts: 14
- Thank you received: 0
Re: Problem Top Menu and Newsflash Hot Modul
-
autokey
Inactive member - Topic Author
- New Member
Less
More
12 years 11 months ago #14545
by autokey
Replied by autokey on topic Re: Problem Top Menu and Newsflash Hot Modul
Yes, these files are not in the directory of my site. I downloaded this module together with template. Could you give me a link to this module. I'll try to reinstall it.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #14560
by ivan.milic
Replied by ivan.milic on topic Re: Problem Top Menu and Newsflash Hot Modul
Please Log in to join the conversation.
-
autokey
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
12 years 11 months ago #14570
by autokey
Replied by autokey on topic Re: Problem Top Menu and Newsflash Hot Modul
I reinstalled the Newsflash Hot Modul and now I see the tabs but only on the main page ...
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #14580
by ivan.milic
Replied by ivan.milic on topic Re: Problem Top Menu and Newsflash Hot Modul
open :
\modules\mod_hot_newsflash\tmpl\default.php
You will see:
replace it with:
\modules\mod_hot_newsflash\tmpl\default.php
You will see:
Code:
#featured ul.ui-tabs-nav li {
background: url('.$mosConfig_live_site.'/modules/mod_hot_newsflash/images/tab_bg_active.png) no-repeat;
color:'.$tabFontColor.';
font-weight:bold;
}
...
#featured li.ui-tabs-nav-item a {
background: url('.$mosConfig_live_site.'/modules/mod_hot_newsflash/images/tab_bg.png) no-repeat;
color:'.$tabFontColor.';
font-weight:bold;
}
#featured li.ui-tabs-nav-item a:hover {
background: url('.$mosConfig_live_site.'/modules/mod_hot_newsflash/images/tab_bg.png) no-repeat;
color:'.$tabFontColorHover.';
padding-left:10px;
}
...
replace it with:
Code:
#featured ul.ui-tabs-nav li {
background: url('.JURI::base().'modules/mod_hot_newsflash/images/tab_bg_active.png) no-repeat;
color:'.$tabFontColor.';
font-weight:bold;
}
...
#featured li.ui-tabs-nav-item a {
background: url('.JURI::base().'modules/mod_hot_newsflash/images/tab_bg.png) no-repeat;
color:'.$tabFontColor.';
font-weight:bold;
}
#featured li.ui-tabs-nav-item a:hover {
background: url('.JURI::base().'modules/mod_hot_newsflash/images/tab_bg.png) no-repeat;
color:'.$tabFontColorHover.';
padding-left:10px;
}
...
Please Log in to join the conversation.
-
autokey
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
12 years 11 months ago #14637
by autokey
Replied by autokey on topic Re: Problem Top Menu and Newsflash Hot Modul
I installed the Newflash Hot Module from your site instead of the previous version which I had with template. And it's all right. Thank you for your help!
Please Log in to join the conversation.
Time to create page: 0.094 seconds