Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • imurillo Friend
    #672728

    Like I show, I want an image repeat in background of Ja_Magz template

    Pankaj Sharma Moderator
    #672831

    <em>@imurillo 489279 wrote:</em><blockquote>Like I show, I want an image repeat in background of Ja_Magz template</blockquote>
    Hi
    You can search images on Google here with search query or ask your designer to make it .

    Pankaj Sharma Moderator
    #746724

    <em>@imurillo 489279 wrote:</em><blockquote>Like I show, I want an image repeat in background of Ja_Magz template</blockquote>
    Hi
    You can search images on Google here with search query or ask your designer to make it .

    TomC Moderator
    #680329

    <em>@imurillo 489279 wrote:</em><blockquote>Like I show, I want an image repeat in background of Ja_Magz template</blockquote>

    Can you, perhaps, be a bit more specific? The screenshot you provided isn’t altogether clear as to what you are envisioning for your final display.

    Also, while we’re trying to assist you, it would be very helpful if you could provide the url of the site you’re working on,as well as temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings.

    TomC Moderator
    #746815

    <em>@imurillo 489279 wrote:</em><blockquote>Like I show, I want an image repeat in background of Ja_Magz template</blockquote>

    Can you, perhaps, be a bit more specific? The screenshot you provided isn’t altogether clear as to what you are envisioning for your final display.

    Also, while we’re trying to assist you, it would be very helpful if you could provide the url of the site you’re working on,as well as temporarily set “Optimize CSS” to “Off” within your Template Manager–General settings.

    imurillo Friend
    #680334

    I want an Image Galery and a video Galeria, Ja_magz is the template I want.

    The image maiBack3.png is what I want in template Ja_magz background, is an image repeat

    Please could you give me the css to set the backgound and the name of css file

    Now I can?t give you the url, it could be later.

    The background I want is blue similar like this pages https://www.cancilleria.gob.ni/certificacion.html, the image gallery is going to be a part of this web site.
    ————————————————————
    The css file offline.css

    body {
    background: url(../../images/mainBack3.png) no-repeat center top fixed #000000
    /*background: url(../images/pattern.png) #fff*/
    color: #666
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
    height: 100%;
    line-height: 20px;
    margin: 0;
    padding: 0;
    }

    imurillo Friend
    #746820

    I want an Image Galery and a video Galeria, Ja_magz is the template I want.

    The image maiBack3.png is what I want in template Ja_magz background, is an image repeat

    Please could you give me the css to set the backgound and the name of css file

    Now I can?t give you the url, it could be later.

    The background I want is blue similar like this pages https://www.cancilleria.gob.ni/certificacion.html, the image gallery is going to be a part of this web site.
    ————————————————————
    The css file offline.css

    body {
    background: url(../../images/mainBack3.png) no-repeat center top fixed #000000
    /*background: url(../images/pattern.png) #fff*/
    color: #666
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
    height: 100%;
    line-height: 20px;
    margin: 0;
    padding: 0;
    }

    Pankaj Sharma Moderator
    #680335

    Hi
    You can add below css to put image as body background image .
    add this code in custom.css file , change image path with your image path as per needs .

    .video-page body {background-color:#fff;background-image: url(https://www.cancilleria.gob.ni/images/imgindex/mainBack3f.png);


    the code is work for video page .
    Here >> http://prntscr.com/89k34r
    If you want it for whole site remove .video-page from above code .
    Path for custom.css : /template/your JA Template /css/custom.css
    If file is not there then create it and add above code .
    Hope it help you.

    Pankaj Sharma Moderator
    #746821

    Hi
    You can add below css to put image as body background image .
    add this code in custom.css file , change image path with your image path as per needs .

    .video-page body {background-color:#fff;background-image: url(https://www.cancilleria.gob.ni/images/imgindex/mainBack3f.png);


    the code is work for video page .
    Here >> http://prntscr.com/89k34r
    If you want it for whole site remove .video-page from above code .
    Path for custom.css : /template/your JA Template /css/custom.css
    If file is not there then create it and add above code .
    Hope it help you.

    imurillo Friend
    #680343

    I created custom.css in template/ja_magz/css/custom.css

    With this code:
    .video-page body {background-color:#fff;background-image: url(https://www.cancilleria.gob.ni/images/imgindex/mainBack3f.png)};
    .image-page body {background-color:#fff;background-image: url(https://www.cancilleria.gob.ni/images/imgindex/mainBack3f.png)};

    .video-page body {background-color:#fff; background-image: url(../images/mainBack3f.png)};
    .image-page body {background-color:#fff; background-image: url(../images/mainBack3f.png)};

    Now the page is okey but the the background does not work

    you can see the page what I want

    The video-page and image-page background color is #fff, but the background outside the template is the blue image repeat

    imurillo Friend
    #746829

    I created custom.css in template/ja_magz/css/custom.css

    With this code:
    .video-page body {background-color:#fff;background-image: url(https://www.cancilleria.gob.ni/images/imgindex/mainBack3f.png)};
    .image-page body {background-color:#fff;background-image: url(https://www.cancilleria.gob.ni/images/imgindex/mainBack3f.png)};

    .video-page body {background-color:#fff; background-image: url(../images/mainBack3f.png)};
    .image-page body {background-color:#fff; background-image: url(../images/mainBack3f.png)};

    Now the page is okey but the the background does not work

    you can see the page what I want

    The video-page and image-page background color is #fff, but the background outside the template is the blue image repeat

    Pankaj Sharma Moderator
    #680357

    Hi kindly share your working site url here ,
    so i can check it on your site and give you exact changes .

    Pankaj Sharma Moderator
    #746843

    Hi kindly share your working site url here ,
    so i can check it on your site and give you exact changes .

    imurillo Friend
    #680992

    The background is okey . Thanks alot

    imurillo Friend
    #747133

    The background is okey . Thanks alot

Viewing 15 posts - 1 through 15 (of 15 total)

This topic contains 15 replies, has 3 voices, and was last updated by  imurillo 9 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum