Hello,
In quickstart instalation it's ok. I compare modules and it's settings, all seems to be ok, but still image is over whole template width. I also use your images, nothing happened.
Screenshot:
http://i.imgur.com/jCXWFaf.png
AS Templates
POSTED: 2016-07-01
Hello GEOORGEE,
Sorry, without to preview your site source code we will not be able to help you.
Hi there
Can you confirm that is I purchase an extended licence, I have have the full versions of a couple of your free templates (2031/2048).
Thanks
Debbie
AS Templates
POSTED: 2016-07-13
Hello DEBSY72,
Yes, our premium versions come with all content like you can see on our demo preview page, the demo content you will get after installing quick-start installation package, the package is available for premium version only.
Yes I undersand that. My question is if I download the free versions of 2 of your templates (2031 & 2048) will the extended licence cover the full versions of both or do I have to buy a single licence for each one. Each template will be used on 1 different domain each.
Thanks
AS Templates
POSTED: 2016-07-15
Hello DEBSY72,
The extended license does not cover both templates, it cover one template only on multiple domains, the single license cover one template on one domain only.
If you would like to have all our templates you maybe will be interested in our clubs: http://www.astemplates.com/templates-club-1
Hello. After upgrading joomla to the latest version (3.6.0-Stable), there was a message "JLIB_APPLICATION_ERROR_COMPONENT_NOT_LOADING" I paid for "You've just paid $ ****** for the item: 002031" How to update my website? Sorry for my English. :)
Hi
I purchased the premium licence however I am having a lot of difficulty uploading the quickstart. I do not have access to Shell but I would like the full demo site.
Thanks
Buenas tardes, he descargado mi primera plantilla la 002031 y al empezar con la instalación rápida me sale el siguiente error: Fatal error: Cannot use Joomla\String\String as String because 'String' is a special class name in C:\xampp\htdocs\AYM_1\libraries\joomla\string\string.php on line 12
No sé que hacer
AS Templates
POSTED: 2016-10-24
Hello LUZMILA2016,
What PHP version do you have on your localhost?
Gracias, estoy trabajando en un servidor local bajo XAMPP, y esta es la configuración:
Apache/2.4.18 (Win32) OpenSSL/1.0.2e
PHP/7.0.8
Versión del cliente de base de datos: libmysql - mysqlnd 5.0.12-dev - 20150407 - $Id: 241ae00989d1995ffcbbf63d579943635faf9972 $
extensión PHP: mysqli Documentación
Versión de PHP: 7.0.8
AS Templates
POSTED: 2016-10-24
Hello LUZMILA2016,
Please downgrade your PHP version to 5.6
Gracias, pero yo utilizo todo el paquete XAMPP, donde viene incluido el PHP, no es posible bajarlo y he bajado otra plantilla y me sucede lo mismo... no hay otra solución..?
AS Templates
POSTED: 2016-10-26
Hello LUZMILA2016,
Just released the template update, please download the latest version from your AS account and try to install it on your localhost, please let us know if you will have any problems.
Dear AS Team,
I found and fixed a little bug on this template which I would like to share with you.
If some more items are added to AS menu, reaching in this way 9 to 12 columns of width, and these items are visible only to registred users, when the users login, the main logo image is moved down of 55px, so moving itself out of the correct position.
I fixed this by replacing the content of original row 144 of main index.php.
Before:
<div id="logo" style="float: right; margin-top: 55px !important;">
Boa noite, meu nome é Alex, fiz a compra do modelo 002031, porém quando vou criar um módulo "AS ArtSlider" o mesmo me direciona á pagina de compra de componentes. Paguei 20 dólares para ter que comprar cada componente por fora?
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
In quickstart instalation it's ok. I compare modules and it's settings, all seems to be ok, but still image is over whole template width. I also use your images, nothing happened.
Screenshot:
http://i.imgur.com/jCXWFaf.png
Sorry, without to preview your site source code we will not be able to help you.
Regards, AS Team.
View History
I resolve it... Problem was in Bootstrap Size, in my config it is 0, in your is 8.
Thank you...
View History
Can you confirm that is I purchase an extended licence, I have have the full versions of a couple of your free templates (2031/2048).
Thanks
Debbie
Yes, our premium versions come with all content like you can see on our demo preview page, the demo content you will get after installing quick-start installation package, the package is available for premium version only.
Regards, AS Team.
View History
Thanks
The extended license does not cover both templates, it cover one template only on multiple domains, the single license cover one template on one domain only.
If you would like to have all our templates you maybe will be interested in our clubs: http://www.astemplates.com/templates-club-1
Regards, AS Team.
View History
We are sorry, but this issue is not related to the template, please check the following pages, hope it will help you:
http://www.joomla-tips.org/joomla-troubleshooter/component-not-loading-error.html
http://forum.joomla.org/viewtopic.php?t=578754
Regards, AS Team.
View History
I purchased the premium licence however I am having a lot of difficulty uploading the quickstart. I do not have access to Shell but I would like the full demo site.
Thanks
You may ask for our installation services here:
http://www.astemplates.com/services
Do you have an access to your server via cPanel?
Regards, AS Team.
View History
No sé que hacer
What PHP version do you have on your localhost?
Regards, AS Team.
View History
Apache/2.4.18 (Win32) OpenSSL/1.0.2e
PHP/7.0.8
Versión del cliente de base de datos: libmysql - mysqlnd 5.0.12-dev - 20150407 - $Id: 241ae00989d1995ffcbbf63d579943635faf9972 $
extensión PHP: mysqli Documentación
Versión de PHP: 7.0.8
Please downgrade your PHP version to 5.6
Regards, AS Team.
View History
Just released the template update, please download the latest version from your AS account and try to install it on your localhost, please let us know if you will have any problems.
Regards, AS Team.
View History
I found and fixed a little bug on this template which I would like to share with you.
If some more items are added to AS menu, reaching in this way 9 to 12 columns of width, and these items are visible only to registred users, when the users login, the main logo image is moved down of 55px, so moving itself out of the correct position.
I fixed this by replacing the content of original row 144 of main index.php.
Before:
<div id="logo" style="float: right; margin-top: 55px !important;">
After:
<?php
$user =& JFactory::getUser();
if($user->get('guest') == 1) : ?>
<div id="logo" style="float: right; margin-top: 55px !important;">
<?php else: ?>
<div id="logo" style="float: right; margin-top: 0px !important;">
<?php endif; ?>
Thank You :)
Regards, AS Team.
View History