Joomla! Template 002057 - Item Support

I get this error when trying to install the premium template on my webserver.
notice
Variable 'sql_mode' can't be set to the value of 'NULL' SQL=/*!40101 SET SQL_MODE=@OLD_SQL_MODE */
Variable 'foreign_key_checks' can't be set to the value of 'NULL' SQL=/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */
Variable 'unique_checks' can't be set to the value of 'NULL' SQL=/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */
Variable 'character_set_client' can't be set to the value of 'NULL' SQL=/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */
Variable 'collation_connection' can't be set to the value of 'NULL' SQL=/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */
Variable 'character_set_client' can't be set to the value of 'NULL' SQL=/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;

What does it mean?
Hello PEJOCHTO,
Thank You for noticing about this issue, just released an update which fix this error, please download it from your AS account and reinstall.
We are sorry for the inconvenience.

Regards, AS Team.
I did a new installation and it went thru, but in the template there seems to be a problem with "Recent Projects", I get this messages below recent projects.
Strict Standards: Non-static method PhocaGalleryLibrary::getLibrary() should not be called statically in /storage/content/27/200427/itf.totterman.net/public_html/modules/mod_phocagallery_image/mod_phocagallery_image.php on line 35 Strict Standards: Non-static method PhocaGalleryLibrary::getInstance() should not be called statically in /storage/content/27/200427/itf.totterman.net/public_html/administrator/components/com_phocagallery/libraries/phocagallery/library/library.php on line 44 Strict Standards: Non-static method PhocaGalleryPath::getPath() should not be called statically in /storage/content/27/200427/itf.totterman.net/public_html/modules/mod_phocagallery_image/mod_phocagallery_image.php on line 36 Strict Standards: Non-static method PhocaGalleryPath::getInstance() should not be called statically in /storage/content/27/200427/itf.totterman.net/public_html/administrator/components/com_phocagallery/libraries/phocagallery/path/path.php on line 50 Strict Standards: Non-static method PhocaGalleryRenderFront::renderAllCSS() should not be called statically in /storage/content/27/200427/itf.totterman.net/public_html/modules/mod_phocagallery_image/mod_phocagallery_image.php on line 43 Strict Standards: Non-static method PhocaGalleryFile::getCSSPath() should not be called statically in
Hello PEJOCHTO,
This notice you can disable in your Joomla admin panel -> System -> Global Configurations -> Server panel by changing the Error Reporting parameter to 'None'.

Regards, AS Team.
Can anyone tell me how you can change the color scheme on this template. I want it to look exactly the same but with another color i.e light brown which is the logo color of my company.
Meny, some pictures, read moore links are in blue and I dont know where to change this.
Is it possible or is this template only for blue companies?
Hello PEJOCHTO,
There is no such parameter, but you can create your own css and put it in the style.custom.css file or you can ask for our customizations services using the following page:
http://www.astemplates.com/customservices

Regards, AS Team.
That was dissapointing, i thought when it said custom color palette in the description of the premium template I was fully convinced that you could modify everything with your own color that you want to use.
Then it was wasted money for me :-(
Hi again, maybe I was a little bit fuzzy in my question before.
I would like to change the blue color of the AS Menu, the text there is default blue. I managed to change that in ext.asmenu.css after I googled it, but I cant find where I change the color of the "Read more" links in the modules below As Slider. I really this is a great template and this is the only issue I have. Unfortunatelly I am a newbie on CSS so I cant make a new CSS and put it in Custom.css as you suggested. Are there any examples anywhere?
If you change fonts etc in custom.css is the values override the other values from the css directory?
As for the As Meny it was the ext. Files where you should make the changes.
I would be very greatful for an explanation of the above questions.

Hello PEJOCHTO,
What is your site url please?
Yes, the style.custom.css file has 'highest' priority, all what you will put in this file will override values from other css files, and if the value doesn't have '!important' property.

Regards, AS Team.
I dont want to put out the url here, are there any mailaddress that I can make the suppurt issues to?
The site is still under construction so I will move it to the official address when everything is complete. The site is for now on my private domain.
Hello PEJOCHTO,
The info you can put in the Special info area under your purchased items section of your AS account.

Regards, AS Team.
Done :-)
So now what?
Hello PEJOCHTO,
The link color you can change in the style.default.css file in the following classes:

a {
color: #ad5215;
}

a:hover, a.selected {
color: #ad5215;
}

Regards, AS Team.
Hi again,
I have one last question ( I think :-)).
There are a few icons that is dedicated in blue where the the Our Advantages is described (in my website it is VAD, HUR etc...) are there any way to change theese icons to antoher ones? or change colors, I can´t find them nowhere and they are not in the HTML code either as far as I can see?
Hello PEJOCHTO,
All these icon images you can find in the following folder on your server:
itf.totterman.net/templates/as002057/images/

Regards, AS Team.
Hi I have now slowly started to understand the whole Jommla build up and the major work to translate everything to Swedish :-)
I have a quiestion, where do I change the "text" in the "Read More" buttons and the color of the pages where Joomla built in "read more" isn´t used?
For instance on my home page where it says Svensk IT Funktion?
I have tried to override the templates files, and when I use firebug to examine the HTML code on the actual homepage I can read and change the text, but I cant find the same information in the CSS or HTML files?
Hello PEJOCHTO,
The template or Joomla CMS doesn't have this text in the source code, it comes from constants which can be found in the 'language' folder on your server, for example:
itf.totterman.net/language/en-GB/en-GB.tpl_as002057.ini

Regards, AS Team.
is there any way to shrink the spaces between the menu items in AS Menu when you have it as home meny, I Think the item are to far from each other. and the menu is taken up to much unnecessery space.
Hello PEJOCHTO,
You can do it by editing '/templates/as002057/css/ext.asmenu.css' file, please find the following class and delete left and right padding
(padding: 0px;):

#as-menu ul.as-menu > li a,
#as-menu ul.as-menu > li > span
{
color: #ffffff;
display: block;
font-weight: normal;
letter-spacing: 1px;
line-height: 20px;
margin: 0;
padding: 0 10px;
text-transform: lowercase;
}

Regards, AS Team.
Hi,
I have tried to change the order of the positions with different modules, but it doesnt seems that easy as I thought?
For instance, I want to change place with the four modules on position 24 to position 6, but all the formatting is lost and the background picture dissapears?
I have tried to figure out in tmpl.default what row#5 means and how you move that CSS style to the new position, but with no luck.
How do you specify the same CSS to position 6 or to another position if I want to move around the modules and keep the formatting?

Best regards
Peter
Item Name:
002057
Author:
Downloads:
17959
Sales:
1784
Created:
2013-11-15
Updated:
2023-03-06
Item Version:
4.0.0
Supported Joomla:
Joomla 5 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