I installed the template, but missed the sample data. How do I install the sample data now.
MikeHamm
POSTED: 2018-08-29
How do I change the background photo in Position 24 from the supplied photo in the sample data?
MikeHamm
POSTED: 2018-08-29
Also when I click on the “read more “ links (sample data position 24) the page I am taken to shows stuff in positions 5, 6 and 7 above my page info. How do I make it so the links take me to a clean page (like the “read more links) from position 6?
AS Templates
POSTED: 2018-08-29
Hello MIKEHAMM,
What is your website url please?
Regards, AS Team.
MikeHamm
POSTED: 2018-08-29
http://mhlighthands.orionsbeltmetaphysics.com/
AS Templates
POSTED: 2018-08-29
Hello MIKEHAMM,
1. The background image in position 24 you can change by editing 'templates/as002060/css/tmpl.default.css' file the following class (line: 2569)
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
What is your website url please?
Regards, AS Team.
1. The background image in position 24 you can change by editing 'templates/as002060/css/tmpl.default.css' file the following class (line: 2569)
#content-row-5 .content-row-5-wrapper {
padding: 50px 0px;
background-image: url(../images/bg.row5.jpg);
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
2. You have to create menu items for your articles published in position 24 then you will be able to manage module assignment.
Regards, AS Team.
#content-row-5 .content-row-5-wrapper
{
padding: 50px 0px;
background-image: url(..images/home/Pos24_background_1720x500_rick-vos-18745-unsplash.jpg);
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
Does the picture have to be loaded into a css directory, mine is in the media/images?
I was uploading the image in with the admin media manager.
once I ftp'd the file to the CSS directory it worked.
thanks.