Got the same problem, changed the site name in the admin panel, but ASTemplates is still there
AS Templates
POSTED: 2012-10-15
Hello SHINOKAGE,
Please see the answer above.
Regards, AS Team.
AS Templates
POSTED: 2012-10-17
Hello SHINOKAGE,
We found how to resolve this issue, in the Joomla admin panel please go to the Menu -> Top Menu, click on each menu item and edit the Page Display Options -> Browser Page Title.
Regards, AS Team.
Shinokage
POSTED: 2012-10-18
Thx for the help, now the display is working well, another question:
while writing a html at the site the template is adding a frame to .png files, how can i remove the frames?
AS Templates
POSTED: 2012-10-18
Hello SHINOKAGE,
The template is designed to have image frames as you can see on the demo preview page, in case to remove them you have to edit/create css classes, for example: for removing the border and background image on the following page: http://thephoenix.pl/index.php/rekrutacja
you have to add the following class in the custom.css file:
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
Please see the answer above.
Regards, AS Team.
We found how to resolve this issue, in the Joomla admin panel please go to the Menu -> Top Menu, click on each menu item and edit the Page Display Options -> Browser Page Title.
Regards, AS Team.
while writing a html at the site the template is adding a frame to .png files, how can i remove the frames?
The template is designed to have image frames as you can see on the demo preview page, in case to remove them you have to edit/create css classes, for example: for removing the border and background image on the following page: http://thephoenix.pl/index.php/rekrutacja
you have to add the following class in the custom.css file:
#header .row5 img
{
border: none;
background-image: none;
}
Regards, AS Team.