-
AuthorPosts
-
April 2, 2014 at 2:49 pm #196376
How do I add my own images to the portfolio.
Here’s the code that’s in the module.
<div class=”col col1 col-md-1 col-sm-1 col-xs-1 “> </div>
<div class=”col col2 col-md-1 col-sm-1 col-xs-1 “> </div>
<div class=”col col3 col-md-1 col-sm-1 col-xs-1 “> </div>
<div class=”col col4 col-md-1 col-sm-1 col-xs-1″> </div>
<div class=”col col5 col-md-1 col-sm-1 col-xs-1″> </div>
<div class=”col col6 col-md-1 col-sm-1 col-xs-1″> </div>
<div class=”col col7 col-md-1 col-sm-1 col-xs-1″> </div>
<div class=”col col8 col-md-1 col-sm-1 col-xs-1 “> </div>
<div class=”col col9 col-md-1 col-sm-1 col-xs-1″> </div>
<div class=”col col10 col-md-1 col-sm-1 col-xs-1″> </div>
<div class=”col col11 col-md-1 col-sm-1 col-xs-1″> </div>
<div class=”col col12 col-md-1 col-sm-1 col-xs-1″> </div>
</div>
</div>newsun11026 Friendnewsun11026
- Join date:
- May 2012
- Posts:
- 62
- Downloads:
- 14
- Uploads:
- 7
- Thanks:
- 6
- Thanked:
- 19 times in 13 posts
April 2, 2014 at 3:20 pm #529214Hi,
You can download & edit there images
http://lukeithermd.com/templates/ja_appolio/images/background-col1.jpg
http://lukeithermd.com/templates/ja_appolio/images/background-col2.jpg
…………………………
http://lukeithermd.com/templates/ja_appolio/images/background-col12.jpg
Then reupload it to your website.
I hope it will helpful for you.April 2, 2014 at 3:30 pm #529216I see the 2 links, do I download the images from the link you shared? I can’t see the 3rd one, it is broken. I’m still not clear about which folder they go into.
I think I know what the problem is. I don’t see my /images folder in the media manager.
Thank you so much.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 2, 2014 at 3:32 pm #529217Hi lukeither
The module use a css style to give a background to the div col
In this file /templates/ja_appolio/css/template.css find this part of code
.col {
-webkit-animation: background-move 10s linear 0s infinite alternate;
animation: background-move 10s linear 0s infinite alternate;
float: left;
height: 700px;
transform: translateZ(0px);
}
.col1 {
background: url("../images/background-col1.jpg") no-repeat 0 50%;
}
.col2 {
background: url("../images/background-col7.jpg") no-repeat 0 50%;
}
.col3 {
background: url("../images/background-col5.jpg") no-repeat 0 50%;
}
.col4 {
background: url("../images/background-col4.jpg") no-repeat 0 50%;
}
.col5 {
background: url("../images/background-col3.jpg") no-repeat 0 50%;
}
.col6 {
background: url("../images/background-col7.jpg") no-repeat 0 50%;
}
.col7 {
background: url("../images/background-col2.jpg") no-repeat 0 50%;
}
.col8 {
background: url("../images/background-col1.jpg") no-repeat 0 50%;
}
.col9 {
background: url("../images/background-col2.jpg") no-repeat 0 50%;
}
.col10 {
background: url("../images/background-col3.jpg") no-repeat 0 50%;
}
.col11 {
background: url("../images/background-col4.jpg") no-repeat 0 50%;
}
.col12 {
background: url("../images/background-col5.jpg") no-repeat 0 50%;
}You can change image for every column with your custom image
1 user says Thank You to pavit for this useful post
April 2, 2014 at 3:43 pm #529219Got it!! Thank U!!!!
daveburstein Frienddaveburstein
- Join date:
- December 2013
- Posts:
- 125
- Downloads:
- 227
- Uploads:
- 22
- Thanks:
- 43
- Thanked:
- 12 times in 2 posts
October 12, 2014 at 8:21 pm #552643Thank you. This was really bugging me. 🙂
-
AuthorPosts
This topic contains 6 replies, has 4 voices, and was last updated by daveburstein 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum