-
AuthorPosts
-
imurillo Friend
imurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
August 26, 2015 at 10:38 pm #672728Like I show, I want an image repeat in background of Ja_Magz template
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 27, 2015 at 3:35 pm #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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 27, 2015 at 3:35 pm #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 Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
August 27, 2015 at 4:46 pm #680334I 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.cssbody {
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 Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
August 27, 2015 at 4:46 pm #746820I 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.cssbody {
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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 27, 2015 at 5:05 pm #680335Hi
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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 27, 2015 at 5:05 pm #746821Hi
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 Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
August 27, 2015 at 7:50 pm #680343I 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 Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
August 27, 2015 at 7:50 pm #746829I 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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 28, 2015 at 1:08 am #680357Hi kindly share your working site url here ,
so i can check it on your site and give you exact changes .Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 28, 2015 at 1:08 am #746843Hi kindly share your working site url here ,
so i can check it on your site and give you exact changes . -
AuthorPosts
This topic contains 15 replies, has 3 voices, and was last updated by imurillo 9 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum