Joomla! Template 002063 - Item Support

Hello SUSANNA,
It is OK, but unfortunately it is password protected, the access info you can put in the Special info area under your purchased items section of your As account.

Regards, AS Team.
Hi,
as we discussed earlier
I've bee trying to change the color of the Read more -button, but it didn't work in the template default css: how can it be done? And where can I change the text of the read more -button according yo my language?

The page addressa and the access info are in the special info area in the purchased items.

Susanna
Hello SUSANNA,
The color you can change by editing tmpl.default.css file the following classes (lines 611 and 639), you have to change background color and image properties:

a.btn,
a.readmore,
.btn_info,
.btn-info,
.btn-group button.btn,
.mod-newsflash a.readmore,
.btn-primary,
.btn_primary,
.contentpane .button
{
margin-top: 0px;
font-size: 11px;
line-height: 20px;
border: none !important;
border-radius: 3px;
float: right;
color: #ffffff;
text-transform: uppercase;
padding: 6px 20px;
background-color: #B80B08;
background-image: -webkit-gradient(linear, left top, left bottom, from(#B80B08), to(#9D0503)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #B80B08, #9D0503); /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(top, #B80B08, #9D0503); /* FF3.6+ */
background-image: -ms-linear-gradient(top, #B80B08, #9D0503); /* IE10 */
background-image: -o-linear-gradient(top, #B80B08, #9D0503); /* Opera 11.10+ */
background-image: linear-gradient(top, #B80B08, #9D0503); /* W3C */
}

a.btn:hover,
a.readmore:hover,
.btn_info:hover,
.btn-info:hover,
.btn_info:active,
.btn-info:active,
.btn_info.active,
.btn-info.active,
.btn_info.disabled,
.btn-info.disabled,
.btn_info[disabled],
.btn-info[disabled],
.btn-primary:hover,
.btn_primary:hover,
.btn-primary:active,
.btn_primary:active,
.btn-primary.active,
.btn_primary.active,
.btn-primary.disabled,
.btn_primary.disabled,
.btn-primary[disabled],
.btn_primary[disabled],
.contentpane .button:hover
{
color: #ffffff;
background-color: #666;
background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#222)) !important; /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #666, #222) !important; /* Chrome 10+, Saf5.1+ */
background-image: -moz-linear-gradient(top, #666, #222) !important; /* FF3.6+ */
background-image: -ms-linear-gradient(top, #666, #222) !important; /* IE10 */
background-image: -o-linear-gradient(top, #666, #222) !important; /* Opera 11.10+ */
background-image: linear-gradient(top, #666, #222) !important; /* W3C */
}

Regards, AS Team.
Hello SUSANNA,
The text you can change by editing
'language/en-GB/en-GB.tpl_as002063.ini' file the following constants:

TPL_COM_CONTENT_READ_MORE="Read More"
TPL_COM_CONTENT_MORE="More"
TPL_COM_CONTENT_READ_MORE_TITLE="Read More"

If you installed any other language support you have to edit appropriate language files, or you can override these constants in your Joomla admin panel -> Extensions -> Language Manager -> Overrides page, for more info please see the Joomla documentation:
https://help.joomla.org/proxy/index.php?option=com_help&keyref=Help33:Extensions_Language_Manager_Overrides

Regards, AS Team.
Thank you for your support in changing the Read more -text! i noticed that there has been an update to this template. How can I download it to my pages?
- Susanna
Hello SUSANNA,
The latest version you can download from your AS account and replace updated files accordingly to release log:
http://www.astemplates.com/joomla-template-news/228-002063

Regards, AS Team.
Hello again :) I have somehow lost the social icons of the template: how do I manage those?
- Susanna
Hello SUSANNA,
Probably you deleted the menu, here you can see all modules used in this template: http://www.astemplates.com/joomla-template-documentation/228-151-modules-configuration#followus

Regards, AS Team.
Hello,
I seem to be missing the Follow-us module and the module or component that makes it possible to send e-mail to administrator - where do I download those?
- Susanna
Hello SUSANNA,
Regarding how to create Follow Us module please see the following page:
http://www.astemplates.com/joomla-template-documentation/228-151-modules-configuration#followus
Sorry, not quite understand regarding the component which sends emails, where do you have it? Our suggestion is to install the quick-start package on some demo server or demo folder and use it as documentation, the quick-start package is actually the template documentation. Or you can ask for our installation services: http://www.astemplates.com/installationservices

Regards, AS Team.
Hi, I have completely forgotten how to change the background color of the as-menu - could you refresh my memory? I easily found the place to change the color of the menu buttons, but not the background.
Hello again! Problem solved - found the advanced options of menu module. I find it difficult to understand how some options are available in css files and others in the module options - but I guess one just has to learn to check the module options, when Firebug doesn't give a file.
Have a nice day!
- Susanna
Hello, team!
I fail to understand where to put the slider photos. I tried to create an article in a slider category and place a photo there but it didn't work - so what is the proper place for the slider photos?
- Susanna
ps. I'm building a new site for a next few days so I will be asking stupid questions for a while, but it shouldn't take more than a week :)
Hello SUSANNA,
Our suggestion is to build your site using quick-start installation package.
The documentation for the slider you can find here:
http://www.astemplates.com/joomla-extension-documentation/165-as-artslider

Regards, AS Team.
Hello, AS Team!
I know: "Our suggestion is to build your site using quick-start installation package", but since I have not done that and still want to have the call-us-plugin/module and the social-plugins on my page: which files should I upload from the quick-start-folder to get those?
Sorry about the trouble, but uploading the template only is so much easier than transferring all the files in the quick-start-package - although I'm not getting all that I want that way.
Hello SUSANNA,
There is no any files, all the data stored in database, that is a reason why we are asking to install it using quick-start package, the installation is very easy, it is like regular Joomla installation and it will save a lot of your time.

Regards, AS Team.
Hello, AS Templates!
I would like to know, is it possible to create an outside URL to intro modules in the as-position-6? So that when you click on the intro box/picture you would end up to an outsider page?
- Susanna
Hello SUSANNA,
In your case you have to create a custom html module with external url, probably you will need to add some css for your module.

Regards, AS Team.
Hello, AS Team!

I'm hoping to add a background picture to header top row (logo's background) - how can I do that?
I added:
background-image: url(../images/background_main.jpg);
to the line 1680 in template css, but the template doesn't seem to find the photo since it's not in the template images folder.

What can I do?

- Susanna
Hello SUSANNA,
You have to upload the image in the template 'images' folder.

Regards, AS Team.
Item Name:
002063
Author:
Downloads:
9497
Sales:
1491
Created:
2014-02-05
Updated:
2019-10-15
Item Version:
2.6.0
Supported Joomla:
Joomla 3 Product
$29.00
Regular License
This item may be used for a single domain only.
$39.00
Extended License

AS Designing Templates Club

Templates Club
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