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 #5773 by bobgen
I made all changes from you last post. But I get next situation on screen:





Help me!
Thnx.
Attachments:
Last edit: 14 years 1 month ago by bobgen.

Please Log in to join the conversation.

More
14 years 1 month ago #5774 by pirossi
do you change 'float' properties:

#topmenu_pad {
padding:0px 4px 0px 4px;
float:left;

}


please, don't hesitate to post url

Please Log in to join the conversation.

  • bobgen
    Inactive member
  • Topic Author
  • Member
  • Member
More
14 years 1 month ago #5775 by bobgen
Sorry, my mistake. I think problem was with cache. Now working. But, two question:

1. How I can set bigger default size of screen font ?
2. How I can remove from module NEWS and HIGHLIGTHS ?
Attachments:

Please Log in to join the conversation.

More
14 years 1 month ago - 14 years 1 month ago #5778 by pirossi
1)The font size of hot_scroller you can change from module settings,
to change the font size on site I suggest to enable 'Font Resize script' in template settings and, if you don't like the position of font resize tools, you could find this piece of code inside template's index.php (or through 'Edit HTML' in template settings):

Code:
<?php if($fontResizeLoad) { ?> <div id="font_resize"> <a href="#" class="decreaseFont" title="Font Decrease"> A- </a> | <a href="#" class="resetFont" title="Font Reset"> Reset </a> | <a href="#" class="increaseFont" title="Font Increase"> A+ </a> </div> <?php } ?>
and put it where you find it convinient.

2) First coment out or delete backround properties inside this class:
Code:
.highlights_intro { /*background:url(../images/scroll_bg.png) no-repeat;*/ ... }

Second, in modules\mod_hot_scroller\tmpl\default.php
find & delete these lines:
Code:
<div class="highlights_intro"> <div class="highlights_intro_pad"> <b>News</b> Highlights </div> </div>
Last edit: 14 years 1 month ago by pirossi.

Please Log in to join the conversation.

  • bobgen
    Inactive member
  • Topic Author
  • Member
  • Member
More
14 years 1 month ago - 14 years 1 month ago #5784 by bobgen
Now working fine. But, one small problem: top is to high. I have set Height of the Module to 14px, but there is about 60px. Illustration is on picture:




I checked setting and your answers, and I think all is same. Do you have some idea what can be problem?
Attachments:
Last edit: 14 years 1 month ago by bobgen.

Please Log in to join the conversation.

More
14 years 1 month ago #5785 by pirossi
druže, daj link pa da vidim live.
ovako mogu samo da pipam u mraku :)

Please Log in to join the conversation.

Time to create page: 0.083 seconds
Powered by Kunena Forum