When the user decided to not display Search button - the variable $button was equal to "0".
The script adds "0" to variable $output - and the "zero" was visible on the portal.
Changes in the mod_search/default.php:
if ($button!=0) : // Maybe change in this line is not necessary
if ($imagebutton) :
$button = '<input type="image" value="'.$button_text.'" class="button'.$moduleclass_sfx.'" src="'.$img.'" onclick="this.form.searchword.focus();"/>';
else :
$button = '<input type="submit" value="'.$button_text.'" class="button'.$moduleclass_sfx.'" onclick="this.form.searchword.focus();"/>';
endif;
else : $button=""; // we must make $button to be NULL
// in real $button was equal to "0" not NULL - so we must make it NULL
endif;
Hello,
I have a question to this template:
How do I change the background position 12, 16,17 etc from one color to the color gradient (as in position-1).
Please answer the previous question:
I have a question to this template:
How do I change the background position 12, 16,17 etc from one color to the color gradient (as in position-1).
Best regards
AS Templates
POSTED: 2014-03-25
Hello SLAWEK1114,
We are sorry, the template doesn't have such parameters, you have to create your own css and put it in the 'as002034a/css/template.css' file.
I understand that you don't support third-party extensions.
I use Vitabook with 3 other templates and I have with these templates and Vitabook not any problem: perfect installation and a perfect layout.
So.......
Hello,
I am using Joomla 3.3 and install your template as free version.
If I open the site I get the following errors:
Strict standards: Non-static method JApplicationSite::getMenu() should not be called statically, assuming $this from incompatible context in C:\wamp\www\****\templates\as002034free\params.php on line 11
Call Stack
# Time Memory Function Location
1 0.0030 137104 {main}( ) ..\index.php:0
2 0.2240 2066224 JApplicationCms->execute( ) ..\index.php:40
3 0.5590 5206600 JApplicationSite->render( ) ..\cms.php:257
4 0.5610 5206992 JApplicationCms->render( ) ..\site.php:731
5 0.5610 5207360 JDocumentHTML->parse( ) ..\cms.php:974
6 0.5610 5207480 JDocumentHTML->_fetchTemplate( ) ..\html.php:452
7 0.5620 5207688 JDocumentHTML->_loadTemplate( ) ..\html.php:634
8 0.5640 5279536 require( 'C:\wamp\www\****\templates\as002034free\index.php' ) ..\html.php:576
9 0.5770 5299864 include( 'C:\wamp\www\****\templates\as002034free\params.php' )
Strict standards: Non-static method JApplicationCms::getMenu() should not be called statically, assuming $this from incompatible context in C:\wamp\www\****\libraries\cms\application\site.php on line 279
Strict standards: Non-static method JApplicationSite::getMenu() should not be called statically, assuming $this from incompatible context in C:\wamp\www\****\templates\as002034free\params.php on line 27
Strict standards: Non-static method JApplicationCms::getMenu() should not be called statically, assuming $this from incompatible context in C:\wamp\www\****\libraries\cms\application\site.php on line 279
Is this possible to fix this issue?
Best regards
AS Templates
POSTED: 2014-10-19
Hello MISCHAM,
In your Joomla admin panel -> Global configurations -> Server you have to set Error Reporting parameter to 'None'.
Hello,
I have installed this template (Joomla! 2.5 - 3) on my site Joomla 2.5. But I receive the error message: 500 - JHtml: :bootstrap not supported. File not found.
Thanks for your solving the issue, if any.
Regards
AS Templates
POSTED: 2015-01-07
Hello MANUSHA,
Joomla 2.5 doesn't support bootstrap, our suggestion is to install this template using quick-start installation package, after installing the package your site will look exact like our demo preview page and it will be easy for you to make changes in the content, preview all parameters and settings. The quick-start package is actually the template documentation. If by some reason you can't install it on your live server you can install on some demo server or demo folder and then preview all settings.
The package should be installed like regular Joomla installation, here you can find some more info: http://www.astemplates.com/joomla-template-documentation/114-002034
Hello,
Having installed your template I get error messages at the top of my web page as follows. Can you shed any light on this please? See www.t5e.org.uk.
Thanks
Phil Gregg
Strict Standards: Non-static method JApplicationSite::getMenu() should not be called statically, assuming $this from incompatible context in /var/sites/t/t5e.org.uk/public_html/templates/as002034/params.php on line 11
Strict Standards: Non-static method JApplicationCms::getMenu() should not be called statically, assuming $this from incompatible context in /var/sites/t/t5e.org.uk/public_html/libraries/cms/application/site.php on line 272
Strict Standards: Non-static method JApplicationSite::getMenu() should not be called statically, assuming $this from incompatible context in /var/sites/t/t5e.org.uk/public_html/templates/as002034/params.php on line 27
Strict Standards: Non-static method JApplicationCms::getMenu() should not be called statically, assuming $this from incompatible context in /var/sites/t/t5e.org.uk/public_html/libraries/cms/application/site.php on line 272
AS Templates
POSTED: 2015-03-17
Hello RADDERSRED,
All these notices you can disable by changing Error Reporting parameter to 'None' in your Joomla admin panel -> Global configuration -> Server -> Server Settings section.
1-How can you have your Home page without component like in your demo?
2 Is it possible to get a export of your demo table Content and Menu to be able of reproduce a more close lock of your demo?
I want to buy it for my site
Thank You!
AS Templates
POSTED: 2015-04-24
Hello JOEVAN29,
In case to have it exact like our demo preview page you have to install it using quick-start installation package which comes with premium version only.
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
1. Please provide us with an access to your Joomla admin panel, we have to check the issue with Search module.
2. You can't publish an article in module position 12, in your case you have to use custom html module.
Regards, AS Team.
View History
I fixed this issue 1.
When the user decided to not display Search button - the variable $button was equal to "0".
The script adds "0" to variable $output - and the "zero" was visible on the portal.
Changes in the mod_search/default.php:
if ($button!=0) : // Maybe change in this line is not necessary
if ($imagebutton) :
$button = '<input type="image" value="'.$button_text.'" class="button'.$moduleclass_sfx.'" src="'.$img.'" onclick="this.form.searchword.focus();"/>';
else :
$button = '<input type="submit" value="'.$button_text.'" class="button'.$moduleclass_sfx.'" onclick="this.form.searchword.focus();"/>';
endif;
else : $button=""; // we must make $button to be NULL
// in real $button was equal to "0" not NULL - so we must make it NULL
endif;
Best regards
Slawek1114
View History
I have a question to this template:
How do I change the background position 12, 16,17 etc from one color to the color gradient (as in position-1).
Best regards
View History
I have a question to this template:
How do I change the background position 12, 16,17 etc from one color to the color gradient (as in position-1).
Best regards
We are sorry, the template doesn't have such parameters, you have to create your own css and put it in the 'as002034a/css/template.css' file.
Regards, AS Team.
View History
1. can i change the Background in one big background, not using this "repeating Skyline"?
2. is it possible to use Video Content in this template?
It is all new for me, i hope this two "things" would be possible..
Greets
buke
Everything is possible if you have some knowledge in css and html.
Regards, AS Team.
View History
I have a problem installing Vitabook in this template. The buttons for the layout field are strange green buttons.
I use
Joomla 3.2
as 002034 template free version
Vitabook 2.2.0
Before I buy this template I want to try the free version tro see if everthing can be handeld by me.
Kind regards
We are sorry, we are not providing support to third-party extensions.
Regards, AS Team.
View History
I understand that you don't support third-party extensions.
I use Vitabook with 3 other templates and I have with these templates and Vitabook not any problem: perfect installation and a perfect layout.
So.......
Kind regards
Arie Verspuij.
View History
View History
I am using Joomla 3.3 and install your template as free version.
If I open the site I get the following errors:
Strict standards: Non-static method JApplicationSite::getMenu() should not be called statically, assuming $this from incompatible context in C:\wamp\www\****\templates\as002034free\params.php on line 11
Call Stack
# Time Memory Function Location
1 0.0030 137104 {main}( ) ..\index.php:0
2 0.2240 2066224 JApplicationCms->execute( ) ..\index.php:40
3 0.5590 5206600 JApplicationSite->render( ) ..\cms.php:257
4 0.5610 5206992 JApplicationCms->render( ) ..\site.php:731
5 0.5610 5207360 JDocumentHTML->parse( ) ..\cms.php:974
6 0.5610 5207480 JDocumentHTML->_fetchTemplate( ) ..\html.php:452
7 0.5620 5207688 JDocumentHTML->_loadTemplate( ) ..\html.php:634
8 0.5640 5279536 require( 'C:\wamp\www\****\templates\as002034free\index.php' ) ..\html.php:576
9 0.5770 5299864 include( 'C:\wamp\www\****\templates\as002034free\params.php' )
Strict standards: Non-static method JApplicationCms::getMenu() should not be called statically, assuming $this from incompatible context in C:\wamp\www\****\libraries\cms\application\site.php on line 279
Strict standards: Non-static method JApplicationSite::getMenu() should not be called statically, assuming $this from incompatible context in C:\wamp\www\****\templates\as002034free\params.php on line 27
Strict standards: Non-static method JApplicationCms::getMenu() should not be called statically, assuming $this from incompatible context in C:\wamp\www\****\libraries\cms\application\site.php on line 279
Is this possible to fix this issue?
Best regards
In your Joomla admin panel -> Global configurations -> Server you have to set Error Reporting parameter to 'None'.
Regards, AS Team.
View History
I have installed this template (Joomla! 2.5 - 3) on my site Joomla 2.5. But I receive the error message: 500 - JHtml: :bootstrap not supported. File not found.
Thanks for your solving the issue, if any.
Regards
Joomla 2.5 doesn't support bootstrap, our suggestion is to install this template using quick-start installation package, after installing the package your site will look exact like our demo preview page and it will be easy for you to make changes in the content, preview all parameters and settings. The quick-start package is actually the template documentation. If by some reason you can't install it on your live server you can install on some demo server or demo folder and then preview all settings.
The package should be installed like regular Joomla installation, here you can find some more info:
http://www.astemplates.com/joomla-template-documentation/114-002034
Regards, AS Team.
View History
Having installed your template I get error messages at the top of my web page as follows. Can you shed any light on this please? See www.t5e.org.uk.
Thanks
Phil Gregg
Strict Standards: Non-static method JApplicationSite::getMenu() should not be called statically, assuming $this from incompatible context in /var/sites/t/t5e.org.uk/public_html/templates/as002034/params.php on line 11
Strict Standards: Non-static method JApplicationCms::getMenu() should not be called statically, assuming $this from incompatible context in /var/sites/t/t5e.org.uk/public_html/libraries/cms/application/site.php on line 272
Strict Standards: Non-static method JApplicationSite::getMenu() should not be called statically, assuming $this from incompatible context in /var/sites/t/t5e.org.uk/public_html/templates/as002034/params.php on line 27
Strict Standards: Non-static method JApplicationCms::getMenu() should not be called statically, assuming $this from incompatible context in /var/sites/t/t5e.org.uk/public_html/libraries/cms/application/site.php on line 272
All these notices you can disable by changing Error Reporting parameter to 'None' in your Joomla admin panel -> Global configuration -> Server -> Server Settings section.
Regards, AS Team.
View History
View History
1-How can you have your Home page without component like in your demo?
2 Is it possible to get a export of your demo table Content and Menu to be able of reproduce a more close lock of your demo?
I want to buy it for my site
Thank You!
In case to have it exact like our demo preview page you have to install it using quick-start installation package which comes with premium version only.
Regards, AS Team.