test
Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • mwebdirect Friend
    #186699

    1. 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 Moderator
    #489741

    You can change background image to color

    Open templates/ja_mitius/css/custom.css file

    Add new this script

    body {
    background: blue;
    }

    mwebdirect Friend
    #490038

    Tried 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 Friend
    #490043

    I 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 Moderator
    #490181

    You 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


    1. Background
    mwebdirect Friend
    #490890

    1. 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 Moderator
    #490995

    1) 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 Friend
    #491023

    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.

    Ninja Lead Moderator
    #491130

    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 again

    2. I helped you fix the error background site. Can you check it and let me know the result

    mwebdirect Friend
    #491143

    Dear 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>

    mwebdirect Friend
    #491252

    Still waiting for answer

    Ninja Lead Moderator
    #491281

    You can see my solution with your problem here

    mwebdirect Friend
    #491530

    I 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 again

    2. I helped you fix the error background site. Can you check it and let me know the result</blockquote>

    mwebdirect Friend
    #491540

    Please 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 Moderator
    #491645

    From 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

Viewing 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