-
AuthorPosts
-
mwebdirect Friend
mwebdirect
- Join date:
- December 2010
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
April 12, 2013 at 12:50 pm #1866991. I am using JA mitius templates for a professional community portal . I would like to change the template background from image to colour matching with template. Please suggest how can I do it. I am not a developer, but if you tell me the steps i can do the same.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 13, 2013 at 9:03 am #489741You can change background image to color
Open templates/ja_mitius/css/custom.css file
Add new this script
body {
background: blue;
}mwebdirect Friendmwebdirect
- Join date:
- December 2010
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
April 16, 2013 at 1:48 pm #490038Tried to do the same but not worked, If anything else also needs to be done apart form mentioning the code please let me know.
mwebdirect Friendmwebdirect
- Join date:
- December 2010
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
April 16, 2013 at 2:04 pm #490043I have removed the image from server and complete background was black. Just tell me the way to remove the image change the black colour to colour of mychoice.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 17, 2013 at 12:03 pm #490181You can find css for the background of your site, see the screenshot
+ Css file
<blockquote>templates/ja_mitius/css/template.css</blockquote>+ Script css
body {
background: url(../images/body_bg.jpg) no-repeat center top #000
color: #444
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
margin: 0;
padding-top: 30px;
}
+ Background path
<blockquote>templates/ja_mitius/images/body_bg.jpg</blockquote>If it still doesn’t work, you can send the URL of your site. I shall check it directly on your site
mwebdirect Friendmwebdirect
- Join date:
- December 2010
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
April 24, 2013 at 7:45 am #4908901. I have tried to change the colour as mentioned above but unable to run Compile Less to CSS . When I click on Compile Less to CSS, It says Unexpected error. Please refresh the page try again later.. I have talked to my host, he has tried to increase the memory limit upto 128 mb but that also didn’t work. Whether this is hosting resources error or something else. If it is related to server, Can you please guide what Hosting resource is restricting Less compiling.
2. Further, I have change the background image also but image is shown in only half upper part of the site. Once these issues will be sorted out, I will setup the homepage and layout for other pages.
Site URL is http://www.cajunction.org
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 25, 2013 at 6:42 am #4909951) Compile LESS to CSS option in JA T3 framework is compatible with hostings and we have not received any bug / issue related to hosting. The problem on your site is from something else and I would need to take a closer look at your site. Please pm me admin access and ftp account of your site. I shall check it for you.
2) About the background image problem, you can fix it by
from
body {
background-image: url(../../../templates/ja_mitius/images/themes/blue/body_bg.jpg);
}change to
body {
background url(../../../templates/ja_mitius/images/themes/blue/body_bg.jpg);
}The background of your site will repeat and show on full site
mwebdirect Friendmwebdirect
- Join date:
- December 2010
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
April 25, 2013 at 9:39 am #4910231. I have sent PM to you with admin and ftp access details of my site. Please check
2. As you have mentioned the solution for repeating the image so that it will show on complete background full page. But when I have uploaded the image with same dimensions as that of provided by you. Why we need to do such customisation. Complete image one time should fill up the complete background area, as that in demo site.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 26, 2013 at 9:41 am #4911301. When i clicked Compile LESS to CSS need to memory run with it, please contact to System Administrator of your hosting expand memory_limit from 64M to 128M and try to compile it again
2. I helped you fix the error background site. Can you check it and let me know the result
1 user says Thank You to Ninja Lead for this useful post
mwebdirect Friendmwebdirect
- Join date:
- December 2010
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
April 26, 2013 at 11:45 am #491143Dear Sir,
Please check my site with admin details sent to you by PM<em>@mwebdirect 370436 wrote:</em><blockquote>1. I have sent PM to you with admin and ftp access details of my site. Please check
2. As you have mentioned the solution for repeating the image so that it will show on complete background full page. But when I have uploaded the image with same dimensions as that of provided by you. Why we need to do such customisation. Complete image one time should fill up the complete background area, as that in demo site.</blockquote>
1 user says Thank You to mwebdirect for this useful post
mwebdirect Friendmwebdirect
- Join date:
- December 2010
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
April 28, 2013 at 5:10 pm #491252Still waiting for answer
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
mwebdirect Friendmwebdirect
- Join date:
- December 2010
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
May 1, 2013 at 8:25 am #491530I have got the memory limit increased to 128 MB and then tried to compile it again, But nothing changed, it is showing the same error.
<em>@Ninja Lead 370562 wrote:</em><blockquote>1. When i clicked Compile LESS to CSS need to memory run with it, please contact to System Administrator of your hosting expand memory_limit from 64M to 128M and try to compile it again2. I helped you fix the error background site. Can you check it and let me know the result</blockquote>
mwebdirect Friendmwebdirect
- Join date:
- December 2010
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
May 1, 2013 at 9:23 am #491540Please see the following updates in the problem:
1. I have increased the memory limit to 128 MB but no result.
2. I have installed JA mitius on localhost, its is showing same error. ” Unexpected error, Please refresh the page and try again
3. I have logged in on the demo site at t3-framework.org and tried to compile less to css on t3 blank . But there also it is showing the same error. Hosting of t3-framework.org must be compatible at least with with joomlart t3 framework. If compile LESS to CSS is not even working on t3-framework.org admin demo joomla 2.5 , then how we can expect it to process on our servers.
Please look into it urgently.
<em>@mwebdirect 370578 wrote:</em><blockquote>Dear Sir,Please check my site with admin details sent to you by PM</blockquote>
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 2, 2013 at 9:03 am #491645From your screenshot, I see the problem – you are editing template and compile LESS to CSS and thats the reason you got the problem
If you want to compile LESS to CSS go to link: /administrator/index.php?option=com_templates&view=style&layout=edit&id=115#overview
+ If you don’t know much about LESS and structure of css on JA Mitius Template, you can easily customize it in the custom.css file and not care about less
Open templates/ja_mitius/css/custom.css file and customize it
Custom.css file will not be overridden when you click compile LESS to CSS
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Change background image to background colour
Viewing 15 posts - 1 through 15 (of 15 total)