- Posts: 21
- Thank you received: 0
What HTML Tags work with this module...
-
rkmani
Inactive member -
Topic Author
- Member
-
Less
More
13 years 8 months ago - 13 years 8 months ago #9370
by rkmani
What HTML Tags work with this module... was created by rkmani
I want to increase the spacing between the Header and the contents. How do I do it?
Does <br />, <p> or <div> tags work here? For me it does not seem to function.
I the CSS file, hot_designation.css, there is a mention of content_bg.png on line 177 [background:url(../images/content_bg.png) repeat-x;]? This image does not exist in the images folder
The module does not load at all when the internet connection is slow. In fact you won't even know there exists a module when the page loads. Why is it?
The arrow does not load always. Sometimes it is one slot lower. Any reason why?
www.scholarius.com
Does <br />, <p> or <div> tags work here? For me it does not seem to function.
I the CSS file, hot_designation.css, there is a mention of content_bg.png on line 177 [background:url(../images/content_bg.png) repeat-x;]? This image does not exist in the images folder
The module does not load at all when the internet connection is slow. In fact you won't even know there exists a module when the page loads. Why is it?
The arrow does not load always. Sometimes it is one slot lower. Any reason why?
www.scholarius.com
Last edit: 13 years 8 months ago by rkmani. Reason: Forgot to add the URL
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #9388
by ivan.milic
Replied by ivan.milic on topic Re: What HTML Tags work with this module...
Hi,
add this to bottom of template_css.css:
.wrapper_top{
margin-top:40px;
}
(you should change 40)
note that white top part will expand because that is background of body.
That is "images" folder in template folder.
Put this eather in index.php of template just after <body> or in custom HTML module that is page top part (it must be before designation module) :
You do that to pre-load images.
when page loads normally (regardless of speed) everything will work fine.
What browser do you use?
add this to bottom of template_css.css:
.wrapper_top{
margin-top:40px;
}
(you should change 40)
note that white top part will expand because that is background of body.
That is "images" folder in template folder.
Put this eather in index.php of template just after <body> or in custom HTML module that is page top part (it must be before designation module) :
Code:
<img alt="" src="http://www.scholarius.com/modules/mod_hot_designation/images/arrow.png" style="display:none;" />
<img alt="" src="http://www.scholarius.com/modules/mod_hot_designation/images/green_roll.png" style="display:none;" />
You do that to pre-load images.
when page loads normally (regardless of speed) everything will work fine.
What browser do you use?
Please Log in to join the conversation.
-
rkmani
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 21
- Thank you received: 0
13 years 8 months ago #9396
by rkmani
Replied by rkmani on topic Re: What HTML Tags work with this module...
1. "add this to bottom of template_css.css:
.wrapper_top{
margin-top:40px;
}
(you should change 40)
note that white top part will expand because that is background of body."
NOT THIS
What I am talking about is the spacing between the module's (HOT Designation) Header and the Text. For eg: on my site www.scholarius.com the first Content Slot has a header"Climate of Fear" followed by the text "Conventional wisdom says that global warming is a serious problem. Why We Shouldn't Worry About Global Warming, Moore argues ..."
Spacing between these 2; 5 to 10 px space.
2. [background:url(../images/content_bg.png) repeat-x;] You have written "That is "images" folder in template folder." The image is not there nor is it in the m0d-designations folder.
3. "Put this eather in index.php of template just after <body> or in custom HTML module that is page top part (it must be before designation module) :"
This did not do the magic. The module on my site does not load; but loads in the HOT Destinations template Demo.
I use FF 5, but also use IE 9.0.1, Opera 11.50 , Chrome 13.0.782.55 beta-m and Safari 5.0.5 for checking compatibility issues
.wrapper_top{
margin-top:40px;
}
(you should change 40)
note that white top part will expand because that is background of body."
NOT THIS
What I am talking about is the spacing between the module's (HOT Designation) Header and the Text. For eg: on my site www.scholarius.com the first Content Slot has a header"Climate of Fear" followed by the text "Conventional wisdom says that global warming is a serious problem. Why We Shouldn't Worry About Global Warming, Moore argues ..."
Spacing between these 2; 5 to 10 px space.
2. [background:url(../images/content_bg.png) repeat-x;] You have written "That is "images" folder in template folder." The image is not there nor is it in the m0d-designations folder.
3. "Put this eather in index.php of template just after <body> or in custom HTML module that is page top part (it must be before designation module) :"
This did not do the magic. The module on my site does not load; but loads in the HOT Destinations template Demo.
I use FF 5, but also use IE 9.0.1, Opera 11.50 , Chrome 13.0.782.55 beta-m and Safari 5.0.5 for checking compatibility issues
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #9419
by ivan.milic
Replied by ivan.milic on topic Re: What HTML Tags work with this module...
To make space between header and text in designation add this to bottom of template_css.css:
.hjt-gallery-list-item-content h3{
margin-bottom:4px;
}
.hjt-gallery-list-item-content h3{
margin-bottom:4px;
}
The following user(s) said Thank You: rkmani
Please Log in to join the conversation.
Time to create page: 0.399 seconds