- on contact page I have got empty frame for map, even though map plugin is installed, and location is set.
- is the way to justify main menu centered vertically and horizontally? Now it looks a bit strange...
- somehow my logo is narrower the other modules, how to repair that?
- I'd like to put two image as a logo, one on left, second on right, is it possible?
My site:
http://www.internet-wroclaw.com
Regards
Mariusz
AS Templates
POSTED: 2013-07-10
Hello MANIEKMANIEK,
1. For showing map you have receive your own key and put it in plugin manager.
2.For any customization services please use following link :
http://astemplates.com/customservices
Regards, AS Team.
maniekmaniek
POSTED: 2013-07-11
Hello,
After installing qiuck pack and creating new menu error appears:
Strict Standards: Only variables should be assigned by reference in /home/imre/domains/internet-wroclaw.com/public_html/modules/mod_as_menu/mod_as_menu.php on line 17
Second problem - cannot change logo, logo image set in template, but no change,
and third one - looks like google fonts are not fully implemented - "Å" letter is missing and replaced by Arial one, checkeg google font table - BenchNine contains "Å"
Regards
AS Templates
POSTED: 2013-07-12
Hello MANIEKMANIEK,
Read following article : http://forum.joomla.org/viewtopic.php?f=615&t=605274
Logo and font configuration you can find in Template Manager / Options
Regards, AS Team.
maniekmaniek
POSTED: 2013-07-12
"Logo and font configuration you can find in Template Manager / Options"
ok, but changing logo to image gives no effect on main page - still LawPoint
AS Templates
POSTED: 2013-07-12
Hello MANIEKMANIEK,
This template has 6 color styles, so it was designed with option choosing logo for each style.
In your case you have to change the logo.png image in
/templates/as002046/images/styles/sky/ file.
Regards, AS Team.
maniekmaniek
POSTED: 2013-07-12
Thanks, it works.
For Polish letters I changed in fonts.php &subset=latin to &subset=latin,latin-ext and now everything works fine!
maniekmaniek
POSTED: 2013-07-22
Hello again!
This time I've got a problem with submenus and third level menus: On firefox and opera everything works fine, but IE9 and IE8 third level menu appears behind submenu, I can access third level items only by clicking 3 pixels wide strip on the right side of submenu. (Oferta dla Ciebie ->Telewizja) How to fix it?
Regards
AS Templates
POSTED: 2013-07-22
Hello MANIEKMANIEK,
Thank You for noticing abount this issue.
In the modules/mod_as_menu/css/ext.default.css file please find the following class (line 172):
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 for great job!
I have few questions regarding this template:
- on contact page I have got empty frame for map, even though map plugin is installed, and location is set.
- is the way to justify main menu centered vertically and horizontally? Now it looks a bit strange...
- somehow my logo is narrower the other modules, how to repair that?
- I'd like to put two image as a logo, one on left, second on right, is it possible?
My site:
http://www.internet-wroclaw.com
Regards
Mariusz
1. For showing map you have receive your own key and put it in plugin manager.
2.For any customization services please use following link :
http://astemplates.com/customservices
Regards, AS Team.
After installing qiuck pack and creating new menu error appears:
Strict Standards: Only variables should be assigned by reference in /home/imre/domains/internet-wroclaw.com/public_html/modules/mod_as_menu/mod_as_menu.php on line 17
Second problem - cannot change logo, logo image set in template, but no change,
and third one - looks like google fonts are not fully implemented - "Å" letter is missing and replaced by Arial one, checkeg google font table - BenchNine contains "Å"
Regards
Read following article : http://forum.joomla.org/viewtopic.php?f=615&t=605274
Logo and font configuration you can find in Template Manager / Options
Regards, AS Team.
ok, but changing logo to image gives no effect on main page - still LawPoint
This template has 6 color styles, so it was designed with option choosing logo for each style.
In your case you have to change the logo.png image in
/templates/as002046/images/styles/sky/ file.
Regards, AS Team.
For Polish letters I changed in fonts.php &subset=latin to &subset=latin,latin-ext and now everything works fine!
This time I've got a problem with submenus and third level menus: On firefox and opera everything works fine, but IE9 and IE8 third level menu appears behind submenu, I can access third level items only by clicking 3 pixels wide strip on the right side of submenu. (Oferta dla Ciebie ->Telewizja) How to fix it?
Regards
Thank You for noticing abount this issue.
In the modules/mod_as_menu/css/ext.default.css file please find the following class (line 172):
#as-menu ul.as-menu li:hover ul,
#as-menu ul.as-menu li.asHover ul
{
left: 0;
top: 75px;
z-index: 100;
}
and delete z-index property, it should looks like the following:
#as-menu ul.as-menu li:hover ul,
#as-menu ul.as-menu li.asHover ul
{
left: 0;
top: 75px;
}
Regards, AS Team.