Hello VAKLINOV,
Breadcrumbs takes the names from menu items not from the category.
The Wind Turbine article is located under Special Services menu item in the Special Services Blog menu.
Hello AS TEMPLATES,
I'd like to change your pictures in the Welcome To Our Company module and in It's time to change (background images) and 3 green pictures for the articles at the top, near slider, but I can't understand where.
AS Templates
POSTED: 2015-05-03
Hello VIKABOO,
The background image you can change in the tmpl.default.css file in the following class:
Dear AS Team,
I'd like to stop the zooming effect (with Firefox) of images in homepage of articles such as Wind turbine, solar panels... (Special services category) and Professional Team-24/7 Support in your demo.
Best regards
Alberto
AS Templates
POSTED: 2015-05-18
Hello ALBERTOFF,
You can do it by editing tmpl.default.css file the following classes:
Hello, I got this template free, and I am working in joomla 3.x but I can see the characteristics that has this template, for example I can't see the principal menu like the demo in the right and green when is hover.
Hello, The premium version is the same that regular license? and also I have a question about as designing templates club, it means that i can use all the templates like premium version?
AS Templates
POSTED: 2015-05-30
Hello CAROHT15,
In case to have your site exact like our demo you have to install it using quick-start package which come with premium(regular or extended license) version only.
Yes, our clubs includes premium versions only.
Hello AS Templates!
I just get the premium version of this template and im trying to install it with the quick installation package but im having problems..Im getting stack on the sample data installation! Can u help me please? thank you
AS Templates
POSTED: 2015-05-30
Hello DBALLOS,
It seems you are trying to install the template on your localhost. You have to increase PHP memory limit and execution time. In the php.ini file please find and increase values for memory_limit and max_execution_time parameters.
Before a new installation please delete all files from the previous.
Problem solved AS Templates!!
Im facing another problem on Our Professionals Module getting this error

Notice: Undefined property: stdClass::$ID in modules\mod_news_pro_gk4\gk_classes\gk.source.joomla.php on line 176
Notice: Undefined property: stdClass::$access in modules\mod_news_pro_gk4\gk_classes\gk.source.joomla.php on line 177
I dont know why im getting this error, please help me if u can !
AS Templates
POSTED: 2015-05-31
Hello DBALLOS,
This is just a Joomla notice, you can disable it in your Joomla admin panel -> Global configurations -> Server Settings panel by changing the Error Reporting parameter to 'None'.
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
Breadcrumbs takes the names from menu items not from the category.
The Wind Turbine article is located under Special Services menu item in the Special Services Blog menu.
Regards, AS Team.
View History
Thank you again!
View History
I'd like to change your pictures in the Welcome To Our Company module and in It's time to change (background images) and 3 green pictures for the articles at the top, near slider, but I can't understand where.
The background image you can change in the tmpl.default.css file in the following class:
.background-palegreen .moduletable-wrapper
{
background-color: #f7f9f7;
background-image: url("../images/bg.panel.png");
background-position: right center;
background-repeat: no-repeat;
border: 1px solid #f7f9f7;
color: #6f9e2e;
margin-bottom: 50px;
overflow: hidden;
padding: 30px 35px 25px !important;
position: relative;
z-index: 10;
}
The images you can change by editing article image captions, the articles you can find under Slider Top Articles category.
Regards, AS Team.
View History
One more question. Is it possible to add some kind of a customer-html below main menu, like phone number? Where can I do it?
You can create a custom HTML module and put it in the position 3, the module position table you can preview here:
http://www.astemplates.com/joomla-template-documentation/59-211-template-module-positions
Regards, AS Team.
View History
http://oceanelements.org/index.php/contact
What do I do to fix this? Is the editor scrubbing code?
Yes, the editor can remove the html code, here is the original source code:
<div id="contact_map" class="contact_map">{google_map}</div>
Regards, AS Team.
View History
I'm looking for the way of stopping the animation of some of the images on template 002026 when the mouse is over.
Thank you
Alberto
Can you please be more specific? Which images and on which pages on your website we can see these images?
Regards, AS Team.
View History
I'd like to stop the zooming effect (with Firefox) of images in homepage of articles such as Wind turbine, solar panels... (Special services category) and Professional Team-24/7 Support in your demo.
Best regards
Alberto
You can do it by editing tmpl.default.css file the following classes:
.mod-newsflash-adv .img-intro img:hover
{
transform: scale(1.2, 1.2);
}
.img-intro img:hover {
transform: scale(1.3, 1.3);
transition: all 0.5s ease 0s;
}
Regards, AS Team.
View History
View History
In case to have your site exact like our demo you have to install it using quick-start package which come with premium(regular or extended license) version only.
Yes, our clubs includes premium versions only.
Regards, AS Team.
View History
I just get the premium version of this template and im trying to install it with the quick installation package but im having problems..Im getting stack on the sample data installation! Can u help me please? thank you
It seems you are trying to install the template on your localhost. You have to increase PHP memory limit and execution time. In the php.ini file please find and increase values for memory_limit and max_execution_time parameters.
Before a new installation please delete all files from the previous.
Regards, AS Team.
View History
Im facing another problem on Our Professionals Module getting this error

Notice: Undefined property: stdClass::$ID in modules\mod_news_pro_gk4\gk_classes\gk.source.joomla.php on line 176
Notice: Undefined property: stdClass::$access in modules\mod_news_pro_gk4\gk_classes\gk.source.joomla.php on line 177
Here is my code :
foreach($news as $item) {
$id = $item->ID;
if (!($access || in_array($item->access, $authorised))) { $id = 0; }
$content_iid[] = $item->IID; // news IDs
$content_title[] = $item->title; // news titles
$content_text[] = $item->text; // news text;
$content_date[] = $item->date; // news dates
$content_date_publish[] = $item->date_publish; // news dates
$content_hits[] = $item->hits; // news hits
$content_images[] = $item->images; // news images
$news_amount++; // news amount
I dont know why im getting this error, please help me if u can !
This is just a Joomla notice, you can disable it in your Joomla admin panel -> Global configurations -> Server Settings panel by changing the Error Reporting parameter to 'None'.
Regards, AS Team.
View History
I'd like to change the as-position-3 in the template. I want it right aligned. How can I do this?
Thanks.