-
AuthorPosts
-
August 22, 2011 at 3:05 pm #167685
Forgive me if this is straightforward but I’m pretty new to JA/T3 but how to you get the User 17 skyline background to appear? It’s one of the main reasons I switched from another template. Thanks in advance!
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 22, 2011 at 4:21 pm #407680Hi,
Could you give me a snapshot with your annotation?jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 23, 2011 at 1:23 am #407780Hi
In our live demo: http://templates.joomlart.com/ja_ironis/User 17 is a nearly bottom place with this background: http://templates.joomlart.com/ja_ironis/templates/ja_ironis/core/themes/day/images/background-house.png
Do you mean wanna change this ?:
If yes, you can check at dir: <your_joomla_site>templates/ja_ironis/core/themes/day/images/background-house.png
and replace background-house.png by your own image.
Thank you
Viet VuAugust 23, 2011 at 11:11 am #407860Great, thanks!
I’m getting a space between the image in user 17 and the following user row. Is there a style/class that needs to be applied to it?
<em>@jooservices 261689 wrote:</em><blockquote>Hi
In our live demo: http://templates.joomlart.com/ja_ironis/User 17 is a nearly bottom place with this background: http://templates.joomlart.com/ja_ironis/templates/ja_ironis/core/themes/day/images/background-house.png
Do you mean wanna change this ?:
If yes, you can check at dir: <your_joomla_site>templates/ja_ironis/core/themes/day/images/background-house.png
and replace background-house.png by your own image.
Thank you
Viet Vu</blockquote>jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 23, 2011 at 11:53 am #407874Hi
Please try
#ja-botsl2 .main {
padding: 30px 15px 15px;
}
template.css (line 899 )
Change 30px to 0px 🙂
Please let’s me know if you still have troubles.
Thank you
Viet Vupritam Friendpritam
- Join date:
- April 2011
- Posts:
- 609
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 11
- Thanked:
- 125 times in 113 posts
August 23, 2011 at 12:21 pm #407878Hello lwhite718 ,
To getting a space between the image in user 17 and the following user row
Find this code at http://templates.joomlart.com/ja_ironis/templates/ja_ironis/css/template.css line no. 899
#ja-botsl2 .main {
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
padding-top: 30px;
}Change this code to :-
#ja-botsl2 .main {
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
padding-top: auto;
}Note :- padding-top: auto; It will adjust as per screen resolution .
August 23, 2011 at 4:19 pm #407943Okay now I’m a bit confused. My install of the template does not show the background image at all so my original questions was how to get it to appear the way it is on the demo. Now looking at template.css, I see it is included:
#ja-background .background-house {
background: url(../images/background-house.png) repeat-x center bottom;
display: block;
height: 118px;
position: relative;
width: 100%;
z-index: 3;
}For clarification purposes: Is it supposed to be part of the template or is there an added step to achieve the background as in the demo?
<em>@jooservices 261689 wrote:</em><blockquote>Hi
In our live demo: http://templates.joomlart.com/ja_ironis/User 17 is a nearly bottom place with this background: http://templates.joomlart.com/ja_ironis/templates/ja_ironis/core/themes/day/images/background-house.png
Do you mean wanna change this ?:
If yes, you can check at dir: <your_joomla_site>templates/ja_ironis/core/themes/day/images/background-house.png
and replace background-house.png by your own image.
Thank you
Viet Vu</blockquote>jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 24, 2011 at 12:26 am #408032Hi
Please give me your website url. I’ll try to help you
Thank you
Viet VuAugust 24, 2011 at 2:08 am #408038Thanks a lot but unfortunately this template does not work well with many of the extensions I’m using. I’m going to have to switch back to the previous one I was using.
<em>@jooservices 261989 wrote:</em><blockquote>Hi
Please give me your website url. I’ll try to help you
Thank you
Viet Vu</blockquote>August 25, 2011 at 1:57 am #408272I’m having the same issue. no background at all using “day” theme. just the blue color, not the clouds. no bottom house
in fact a few other issues..
module suffix does not display the colors as in demo.
top menu out of alignment
I installed from joomla extension manager, not quickstart. I can’t do the quickstart at this point.
my url
http://idoitlocal.com/- ntonline Friend
ntonline
- Join date:
- January 2009
- Posts:
- 164
- Downloads:
- 31
- Uploads:
- 42
- Thanks:
- 24
- Thanked:
- 12 times in 1 posts
August 26, 2011 at 11:41 pm #408852The missing background image is an easy fix.
Go to Extensions > Module Manager > New
Select Custom HTML then Next
Enter the following details:
Title: Background
Show Title: No
Enabled: Yes
Position: user17Select the Menu Assignment
Menus: All
Enter the Custom Output
Select HTML and enter the following HTML code:
<div class=”background-light”><span> </span></div>
<div class=”background-house”><span> </span></div>Clear the cache by pressing JAT3 Clean Cash then select Preview to view the front end of the website. The background images should appear as illustrated in the demo.
Note: If you enter the HTML code into the WYSIWYG JCE editor or any other editor, the background images will not appear. Be sure to enter the code into the HTML editor.
AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 6 voices, and was last updated by ntonline 13 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum