Hello, how can I insert code Google Analytics and Webmaster Tools ?
Thanks.
AS Templates
POSTED: 2013-03-28
Hello MHAGARA,
You can put it in as002041 - blocks - head.php file .
Regards, AS Team.
mhagara
POSTED: 2013-03-29
Hello,
can you please help me I do not know to add to K2 categories a new category, it writes a mistage:
Fatal error: Call to undefined function mb_internal_encoding() in /usr/local/apache2/htdocs/softvernamieru/administrator/components/com_k2/tables/k2category.php on line 103
Thanks
AS Templates
POSTED: 2013-03-29
Hello MHAGARA,
This is the problem with your php configuration, please read following topic:
Hello,
I need your help again-H1 should be unique on each page so I need to replace H1 from logotext ( the same for all web) to each side respectively (for example the name of article).
Also I need to hide date and time in to_head.
Thanks
AS Templates
POSTED: 2013-04-03
Hello MHAGARA,
1. This template doesn't have such option ( unique H1 on each page ). Current option should be developed.
2. Time you can hide in as002041- blocks - top_head.php file
Regards, AS Team.
mhagara
POSTED: 2013-04-18
Hello. I have got a problem with redirect in htaccess. I need to direct domain without www to a domain with www. In other websides direct works only in this templet it doesn´t work. Could you please help me? Thanks
AS Templates
POSTED: 2013-04-18
Hello MHAGARA,
Sorry, this problem is not related to the template or Joomla, you have to contact your sysadmin or hosting provider.
Regards, AS Team.
mhagara
POSTED: 2013-08-30
Hallo.
Could you please help me. I need to delete text „CLICK_TO_ENLARGE“ from insight of the picture gallery.
Thank you very much.
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
Thanks.
You can put it in as002041 - blocks - head.php file .
Regards, AS Team.
can you please help me I do not know to add to K2 categories a new category, it writes a mistage:
Fatal error: Call to undefined function mb_internal_encoding() in /usr/local/apache2/htdocs/softvernamieru/administrator/components/com_k2/tables/k2category.php on line 103
Thanks
This is the problem with your php configuration, please read following topic:
http://getk2.org/community/New-to-K2-Ask-here-first/133211-Fatal-error-Call-to-undefined-function-mb_internal_encoding-in-home2viewmepublic_htmladministratorcomponentscom_k2tablesk2categoryphp-on-line-46
Regards, AS Team.
I need your help again-H1 should be unique on each page so I need to replace H1 from logotext ( the same for all web) to each side respectively (for example the name of article).
Also I need to hide date and time in to_head.
Thanks
1. This template doesn't have such option ( unique H1 on each page ). Current option should be developed.
2. Time you can hide in as002041- blocks - top_head.php file
Regards, AS Team.
Sorry, this problem is not related to the template or Joomla, you have to contact your sysadmin or hosting provider.
Regards, AS Team.
Could you please help me. I need to delete text „CLICK_TO_ENLARGE“ from insight of the picture gallery.
Thank you very much.
Add following code in css/template.css file :
span.sig-pseudo-caption, span.sig-caption
{
display: none;
}
Regards, AS Team.