- Posts: 76
- Thank you received: 0
Re: Top module and mod_hot_scroller
-
bobgen
Inactive member -
Topic Author
- Member
-
Less
More
14 years 1 month ago - 14 years 1 month ago #5760
by bobgen
Top module and mod_hot_scroller was created by bobgen
I have few questions:
1. Is it possible to put mod_hot_scroller (from Sportal template) in the top position instead of message, font resizer and top menu?
2. I have developer license for Sportal and for Architecture templates. Can I use the module mod_hot_scroller from the Sportal template in Architecture template?
Thank you.
1. Is it possible to put mod_hot_scroller (from Sportal template) in the top position instead of message, font resizer and top menu?
2. I have developer license for Sportal and for Architecture templates. Can I use the module mod_hot_scroller from the Sportal template in Architecture template?
Thank you.
Last edit: 14 years 1 month ago by bobgen.
Please Log in to join the conversation.
-
pirossi
Inactive member -
- Member
-
Less
More
- Posts: 146
- Thank you received: 11
14 years 1 month ago - 4 years 7 months ago #5762
by pirossi
Replied by pirossi on topic Re: Top module and mod_hot_scroller
1. Yes, it's possible, with some css manipulaion.
i tried and had succeeded at local server:
2. For this I need to ask our manager.
i tried and had succeeded at local server:
2. For this I need to ask our manager.
Last edit: 4 years 7 months ago by milos.
Please Log in to join the conversation.
-
bobgen
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 76
- Thank you received: 0
14 years 1 month ago #5763
by bobgen
Replied by bobgen on topic Re: Top module and mod_hot_scroller
OK, it will be nice.
Thank you.
Thank you.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
14 years 1 month ago #5765
by milos
Replied by milos on topic Re: Top module and mod_hot_scroller
Sure, you can use Hot Scroller module. Best regards.
Please Log in to join the conversation.
-
bobgen
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 76
- Thank you received: 0
14 years 1 month ago #5767
by bobgen
Replied by bobgen on topic Re: Top module and mod_hot_scroller
Do you have some suggestion about css file and manipulation with them?
Please Log in to join the conversation.
-
pirossi
Inactive member -
- Member
-
Less
More
- Posts: 146
- Thank you received: 11
14 years 1 month ago #5769
by pirossi
Replied by pirossi on topic Re: Top module and mod_hot_scroller
1) unpublish 'Top Menu 2' module at 'top' position;
2) disable 'Font Resize script' in the Architecture template settings;
3) edit layout.css of the Architecture template and make these changes (bold higlighted):
4) edit index.php of the template (or in the 'Template manager' click at 'Edit HTML' inside Arcitecture template) and make these changes:
explanation: I commented out display of $templateMessage variable to prevent its showing.
5) instal hot_scroller at position 'top' and adjust it's settings to display desired content.
2) disable 'Font Resize script' in the Architecture template settings;
3) edit layout.css of the Architecture template and make these changes (bold higlighted):
...
.topmenu {
height:45px;
margin:0 auto;
}
#topmenu_pad {
padding:0px 4px 0px 4px;
float:left;
}
...
.clr {
clear:both;
width:820px !important;
}
4) edit index.php of the template (or in the 'Template manager' click at 'Edit HTML' inside Arcitecture template) and make these changes:
Code:
...
// $templateMessage = $this->params->get("templateMessage", "Your Message Here");
...
<div id="header_link"><?php //echo $templateMessage; ?></div>
explanation: I commented out display of $templateMessage variable to prevent its showing.
5) instal hot_scroller at position 'top' and adjust it's settings to display desired content.
Please Log in to join the conversation.
Time to create page: 0.080 seconds