us we suggested the best way is to install the template using quick-start installation package, the package should be installed like regular joomla installation, it will save you a lot of time.
hello, I would to change the fonts for all the headings from Cinzel Decorative to Mr Bedfort (which is a google font also listed in the fonts.php file)
However I modified the tmpl.default.css in the following manner however no change in font...
h1
{
font-size: 38px;
line-height: 40px;
letter-spacing: 0px;
font-weight: normal;
font-family: 'Mr Bedfort', Arial, serif;
margin-bottom: 20px;
padding: 0px;
text-transform: uppercase;
I am using the quick start package, so please advise which css file needs to modified to change the fonts for headings.
url is thechefpantry.ca
AS Templates
POSTED: 2016-03-24
Hello OPENTECHDIVA,
It should be done using the template General Configuration parameters, see Heading Font Family parameter.
Hello again ;) Is it possible to remove this picture:
http://www.astemplates.com/images/articles/002079/screen-slider.gif
Out of the slider ? I can´t find it in the articles which i make for the slider.
AS Templates
POSTED: 2016-06-07
Hello MARCELVB,
You can delete/edit the slider logo in the 'templates/as002079/css/ext.artslider.css' file in the following class (line 214):
I have purchased and used your quick start package, however I want to ask about customizing AS forms. I don't mind to pay for the module if it is possible to add my own custom fields for the contact form...(need 2 additional fields)
AS Templates
POSTED: 2016-06-07
Hello OPENTECHDIVA,
Sorry, the default Joomla contact form does not have such option.
these pictures i already found. But i mean the pictures on the side. (inside the red frame of this picture: http://www.bilder-upload.eu/show.php?file=e640d9-1465984689.jpg)
AS Templates
POSTED: 2016-06-15
Hello MARCELVB,
The images you can find in the tmpl.default.css file in the following classes (lines 3433 - 3457):
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
View History
I need to know the positions of the modules to be viewed on my site , they are enabled in joomla but not seen
The template module positions you can preview here:
http://www.astemplates.com/joomla-template-documentation/394-233-template-module-positions
Regards, AS Team.
View History
appear an error 404
as art slider
It does not work
really this does not work , so my website is
http://www.secretosdelpais.cl/
It seems you missed some settings, all the slider settings you can preview here: http://www.astemplates.com/joomla-template-documentation/394-243-modules-configuration#artslider
More detailed documentation you can preview here: http://www.astemplates.com/joomla-extension-documentation/165-as-artslider
us we suggested the best way is to install the template using quick-start installation package, the package should be installed like regular joomla installation, it will save you a lot of time.
Regards, AS Team.
View History
Not Found
The requested URL /installation/index.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
View History
View History
However I modified the tmpl.default.css in the following manner however no change in font...
h1
{
font-size: 38px;
line-height: 40px;
letter-spacing: 0px;
font-weight: normal;
font-family: 'Mr Bedfort', Arial, serif;
margin-bottom: 20px;
padding: 0px;
text-transform: uppercase;
I am using the quick start package, so please advise which css file needs to modified to change the fonts for headings.
url is thechefpantry.ca
It should be done using the template General Configuration parameters, see Heading Font Family parameter.
Regards, AS Team.
View History
For instagram: 'icon-instagram' and for pinterest: 'icon-pinterest'.
Yes, you can find a lot in the as002079/css/bootstrap.css file, just make search for: 'icon-'
Regards, AS Team.
View History
http://www.astemplates.com/images/articles/002079/screen-slider.gif
Out of the slider ? I can´t find it in the articles which i make for the slider.
You can delete/edit the slider logo in the 'templates/as002079/css/ext.artslider.css' file in the following class (line 214):
.camera_caption {
background: rgba(0, 0, 0, 0.5) url("../images/slider.logo.png") no-repeat scroll 50% 15%;
display: none;
height: 100%;
padding-top: 50px;
position: absolute;
right: 0;
text-align: center !important;
width: 100%;
}
Regards, AS Team.
View History
Sorry, the default Joomla contact form does not have such option.
Regards, AS Team.
View History
it is the module included in the quick start.....otherwise I should create my own form.
AS Form does not have an option to add custom fields. Yes it is included in the quick-start package.
Regards, AS Team.
View History
Where can i change the side pictures (salad, drinks) etc. on the left and on the right side from the Menu and Drinks category ?
The background images you can find on your server in "templates\as002079\images\home\" folder.
Regards, AS Team.
View History
these pictures i already found. But i mean the pictures on the side. (inside the red frame of this picture: http://www.bilder-upload.eu/show.php?file=e640d9-1465984689.jpg)
The images you can find in the tmpl.default.css file in the following classes (lines 3433 - 3457):
.body__home .page-blog .bg-row-0::after
{
background: rgba(0, 0, 0, 0) url("../images/home/image.1.bg.png") no-repeat scroll 0 0;
content: "";
height: 600px;
position: absolute;
width:2050px;
left: -1%;
margin-top: -140px;
z-index: -1;
}
.body__home .page-blog .bg-row-1::after
{
background: rgba(0, 0, 0, 0) url("../images/home/image.2.bg.png") no-repeat scroll 0 0;
content: "";
height: 600px;
position: absolute;
width:2050px;
left: 70%;
margin-top: -170px;
z-index: -1;
}
.body__home .page-blog .bg-row-2::after
{
background: rgba(0, 0, 0, 0) url("../images/home/image.3.bg.png") no-repeat scroll 0 0;
content: "";
height: 600px;
position: absolute;
width:2050px;
left: 0%;
margin-top: -120px;
z-index: -1;
}
Regards, AS Team.