Hi, I want this tamplate, I've donloaded the free version but I don't know how to do to see that as the example. Have the free opction any way to install content?
have the premium version an installation package, so it will looks exact like the demo preview?
Thanks!
AS Templates
POSTED: 2014-09-22
Hello ANDREXUX74,
The sample data and quick-start installation package are included in the premium version only, sorry, the free version doesn't have it.
Regards, AS Team.
andrexux74
POSTED: 2014-09-25
Hi, I can't locate the params.general.php file to edit.
In /as002033 just have
Hello ANDREXUX74,
The latest bootstrapped version doesn't have it anymore, what are you going to change?
Regards, AS Team.
andrexux74
POSTED: 2014-09-25
Thanks for answer, I want to change the background color and I can't find the params.
AS Templates
POSTED: 2014-09-26
Hello ANDREXUX74,
You can do it by editing tmpl.default.css file.
Regards, AS Team.
andrexux74
POSTED: 2014-10-08
Hello again! Please, how can I delete de borderline over de search icon, the png image with magnifying glass replace the word "search" in searching module, but is a lined frame over this. I can´t hidden it.
Thanks!
AS Templates
POSTED: 2014-10-08
Hello ANDREXUX74,
What is your site url please and on which page we can see this icon?
Regards, AS Team.
andrexux74
POSTED: 2014-10-08
Hi, my site url is http://www.laboratorioaiub.com.ar/ and you can see it in http://www.laboratorioaiub.com.ar/index.php/faq-s or any other except home.
In your demo site you can see the problem over de mag, glass too.
http://www.astemplates.com/itempreview/110
But in another users site with this template it is invisible.
Ex. http://deptulaspj.pl/
I think it is the border of the button text field.
Thansk
AS Templates
POSTED: 2014-10-08
Hello ANDREXUX74,
There is only border around the search box, we do not see any around the icon only, can you please provide us with a screenshot of this problem?
Regards, AS Team.
andrexux74
POSTED: 2014-10-08
It see in google chrome, as in your demo. How can I send toy you a screenshot?
AS Templates
POSTED: 2014-10-08
Hello ANDREXUX74,
In the templates/as002033/html/mod_search/default.php file, please find the following line (line 21):
Hello, Im here again. I have a problem with the Read More button.
In the hello module it appear all in uppercase letter "READ MORE" (or in spanish "LEER MAS"), but in the blog category it is all in lower case (and in english) I can't find where to translate it. In did, if I change the text from the back end, even it don´t change the text.
I've created a new category to replace blog, and then it appear in spanish, but all in lowercase.
In articles on the blog category, the text change color if mouse is over, but in the new category I've created it appear in black without chnange.
The same issue you can see in your demo site.
Where are the problem, and how can I do to change those?
Are the categories created by the template a different css or specify template of the new created on te back- end?
(sorry for my poor english, I hope you understand me)
Thanks!
AS Templates
POSTED: 2014-10-16
Hello ANDREXUX74,
You have 2 ways how t translate the constants:
1. If you installed Spanish language support in your Joomla admin panel, please fo to 'language/es-ES/es-ES.tpl_as002033.ini' file and translate the following constants:
TPL_COM_CONTENT_READ_MORE="Read More"
TPL_COM_CONTENT_MORE="More"
TPL_COM_CONTENT_READ_MORE_TITLE="Read More"
2. In your Joomla admin panel -> Extensions -> Language Manager -> Overrides panel you have to create an translate the above constants.
Regards, AS Team.
andrexux74
POSTED: 2014-11-01
Hello! I have a problem and I don´t know how to solve.
In the Hello module, when click in Read more to expand the content, it don´t go to a new page showing the article.
It expand in the home below.
I think it error is because yesterday I've deleted a few MENU.
When it was ok, the link of the Read more was domain.com\hello
Now the link is ../index.php/41-featured-articles/...
Where is the problem?
Can you help me please?
Thanks!
AS Templates
POSTED: 2014-11-01
Hello ANDREXUX74,
Yes, it is because you delete the menu item for this article, you have to create it again.
Regards, AS Team.
andrexux74
POSTED: 2014-11-01
What kind of Menu item should be?
Cause I've tryed a few diferents menu, but in the breadcrumbs now it show "You are here: > the menu name and then > Hello World". I can't hide the menu name...
AS Templates
POSTED: 2014-11-02
Hello ANDREXUX74,
You have to use Single Article menu item type.
Regards, AS Team.
andrexux74
POSTED: 2014-11-04
Thank you! It was simple, I don´t know when I´ve tryed it the first time, show with errors..
I´m trying to delete the li.style.png in each item of the menu (not AS-Menu)
I need just the name of the menu item without the image.
How can I do? Editing CSS it was impossible!
I think it is because the simple menu show like this
MENU
. Item1
. Item2
May be deleting the dot before, but, how can I do it?
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
have the premium version an installation package, so it will looks exact like the demo preview?
Thanks!
The sample data and quick-start installation package are included in the premium version only, sorry, the free version doesn't have it.
Regards, AS Team.
In /as002033 just have
componet.php
fonts.php
index.php
params.php
styles.php
template_thumbnail.png
templateDetails.xml
No more. Where is it?
Thanks!
The latest bootstrapped version doesn't have it anymore, what are you going to change?
Regards, AS Team.
You can do it by editing tmpl.default.css file.
Regards, AS Team.
Thanks!
What is your site url please and on which page we can see this icon?
Regards, AS Team.
In your demo site you can see the problem over de mag, glass too.
http://www.astemplates.com/itempreview/110
But in another users site with this template it is invisible.
Ex. http://deptulaspj.pl/
I think it is the border of the button text field.
Thansk
There is only border around the search box, we do not see any around the icon only, can you please provide us with a screenshot of this problem?
Regards, AS Team.
In the templates/as002033/html/mod_search/default.php file, please find the following line (line 21):
$btn_output = ' <input type="image" value="' . $button_text . '" class="button image" onclick="this.form.searchword.focus();"/>';
and change the type to submit, so it will look like the following:
$btn_output = ' <input type="submit" value="' . $button_text . '" class="button image" onclick="this.form.searchword.focus();"/>';
Regards, AS Team.
In the hello module it appear all in uppercase letter "READ MORE" (or in spanish "LEER MAS"), but in the blog category it is all in lower case (and in english) I can't find where to translate it. In did, if I change the text from the back end, even it don´t change the text.
I've created a new category to replace blog, and then it appear in spanish, but all in lowercase.
In articles on the blog category, the text change color if mouse is over, but in the new category I've created it appear in black without chnange.
The same issue you can see in your demo site.
Where are the problem, and how can I do to change those?
Are the categories created by the template a different css or specify template of the new created on te back- end?
(sorry for my poor english, I hope you understand me)
Thanks!
You have 2 ways how t translate the constants:
1. If you installed Spanish language support in your Joomla admin panel, please fo to 'language/es-ES/es-ES.tpl_as002033.ini' file and translate the following constants:
TPL_COM_CONTENT_READ_MORE="Read More"
TPL_COM_CONTENT_MORE="More"
TPL_COM_CONTENT_READ_MORE_TITLE="Read More"
2. In your Joomla admin panel -> Extensions -> Language Manager -> Overrides panel you have to create an translate the above constants.
Regards, AS Team.
In the Hello module, when click in Read more to expand the content, it don´t go to a new page showing the article.
It expand in the home below.
I think it error is because yesterday I've deleted a few MENU.
When it was ok, the link of the Read more was domain.com\hello
Now the link is ../index.php/41-featured-articles/...
Where is the problem?
Can you help me please?
Thanks!
Yes, it is because you delete the menu item for this article, you have to create it again.
Regards, AS Team.
Cause I've tryed a few diferents menu, but in the breadcrumbs now it show "You are here: > the menu name and then > Hello World". I can't hide the menu name...
You have to use Single Article menu item type.
Regards, AS Team.
I´m trying to delete the li.style.png in each item of the menu (not AS-Menu)
I need just the name of the menu item without the image.
How can I do? Editing CSS it was impossible!
I think it is because the simple menu show like this
MENU
. Item1
. Item2
May be deleting the dot before, but, how can I do it?
Thanks again!