Re: Top module and mod_hot_scroller

  • bobgen
    Inactive member
  • Topic Author
  • Member
  • Member
More
14 years 1 month ago - 14 years 1 month ago #5760 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.
Last edit: 14 years 1 month ago by bobgen.

Please Log in to join the conversation.

More
14 years 1 month ago - 4 years 7 months ago #5762 by pirossi
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.
Last edit: 4 years 7 months ago by milos.

Please Log in to join the conversation.

  • bobgen
    Inactive member
  • Topic Author
  • Member
  • Member
More
14 years 1 month ago #5763 by bobgen
OK, it will be nice.
Thank you.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
14 years 1 month ago #5765 by milos
Sure, you can use Hot Scroller module. Best regards.

Please Log in to join the conversation.

  • bobgen
    Inactive member
  • Topic Author
  • Member
  • Member
More
14 years 1 month ago #5767 by bobgen
Do you have some suggestion about css file and manipulation with them?

Please Log in to join the conversation.

More
14 years 1 month ago #5769 by pirossi
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):

...

.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
Powered by Kunena Forum