Issue : Menu font and size of the AS Superfish Menu modul
I understand that I can overwrite your css files. But I think it's not a good idea as everything gets lost if you release a new version.
The AS Superfish Modul has the option to change menu font, size etc. :
Go to Joomla -> Modul: mod_as_superfish_menu -> Menu Options -> MENU LAYOUT:
Font Family
Font Size
Font Color
Active Font Color
Hover Font Color
Submenu Font Size
Submenu Font Color
Submenu Active Font Color
Submenu Hover Font Color
Submenu Background Color
I expect a change of any of these parameters should work without changing any css files.
Regards, Flipper
AS Templates
POSTED: 2016-08-16
Hello FLIPPER,
Any of your custom overrides you have to put in the style.custom.css file.
Thank you for your help! I've understood the custom override now.
As I understand changing the Font parameters of the mod_as_superfish_menu can be done with the Menu Options only - without a CSS override- can't it?
Go to Joomla -> Modul: mod_as_superfish_menu -> Menu Options -> MENU LAYOUT:
Font Family
Font Size
Font Color
Active Font Color
Hover Font Color
Submenu Font Size
Submenu Font Color
Submenu Active Font Color
Submenu Hover Font Color
Submenu Background Color
Unfortunately it does not work with my project mobbingberatung-zch.ch. Can you help?
Regards, Flipper
AS Templates
POSTED: 2016-08-17
Hello FLIPPER,
It can be done by editing template css files only, the template overrides the menu settings. For example see 'mobbingberatung-zch.ch/templates/as002099/css/tmpl.default.css' file the following class (line 2312):
ul.sf-menu > li > a,
ul.sf-menu > li > span {
color: #fff;
display: block;
font-size: 18px;
font-weight: 400;
line-height: 22px;
margin: 0 20px;
padding: 20px 0 15px;
text-transform: lowercase;
transition: all 0.5s ease 0s;
}
With the Firefox Network Monitor I see that the image "/templates/as002099/images/bg.7.jpg" is downloaded from my server (GET request). Why? I have overridden the "bg.7.jpg" image with my own so it should not be used anymore. This happens to other overrides (bg.x.jpg) too.
Can you fix that?
Regards, Flipper
AS Templates
POSTED: 2016-08-21
Hello FLIPPER,
It was not overridden, it still the same from the template:
www.mobbingberatung-zch.ch/templates/as002099/images/bg.7.jpg
I did not handerstand how work the gallery page of this template. Can tel me which pluggins i have to implement to my gallery page to do like yours ? Or can you send me a turotial to do this ?
Best regards.
Chris.
AS Templates
POSTED: 2016-08-21
Hello CJOUVIN,
What is your website url please? Have you installed this template using quick-start installation package?
My url website is http://www.tce-expansion.fr/TCEEXP/ and the gallery url is http://www.tce-expansion.fr/TCEEXP/index.php/gallery/bedroom
Yes, i use quick-start installation package.
Regards, Chris
AS Templates
POSTED: 2016-08-21
Hello CJOUVIN,
The gallery is integrated in the template, it shows article images. The category you can change in your Joomla admin panel -> Menus -> Main Menu -> Gallery menu item.
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
View History
Issue : Menu font and size of the AS Superfish Menu modul
I understand that I can overwrite your css files. But I think it's not a good idea as everything gets lost if you release a new version.
The AS Superfish Modul has the option to change menu font, size etc. :
Go to Joomla -> Modul: mod_as_superfish_menu -> Menu Options -> MENU LAYOUT:
Font Family
Font Size
Font Color
Active Font Color
Hover Font Color
Submenu Font Size
Submenu Font Color
Submenu Active Font Color
Submenu Hover Font Color
Submenu Background Color
I expect a change of any of these parameters should work without changing any css files.
Regards, Flipper
Any of your custom overrides you have to put in the style.custom.css file.
Regards, AS Team.
View History
Thank you for your help! I've understood the custom override now.
As I understand changing the Font parameters of the mod_as_superfish_menu can be done with the Menu Options only - without a CSS override- can't it?
Go to Joomla -> Modul: mod_as_superfish_menu -> Menu Options -> MENU LAYOUT:
Font Family
Font Size
Font Color
Active Font Color
Hover Font Color
Submenu Font Size
Submenu Font Color
Submenu Active Font Color
Submenu Hover Font Color
Submenu Background Color
Unfortunately it does not work with my project mobbingberatung-zch.ch. Can you help?
Regards, Flipper
It can be done by editing template css files only, the template overrides the menu settings. For example see 'mobbingberatung-zch.ch/templates/as002099/css/tmpl.default.css' file the following class (line 2312):
ul.sf-menu > li > a,
ul.sf-menu > li > span {
color: #fff;
display: block;
font-size: 18px;
font-weight: 400;
line-height: 22px;
margin: 0 20px;
padding: 20px 0 15px;
text-transform: lowercase;
transition: all 0.5s ease 0s;
}
Regards, AS Team.
View History
To top button issue:
Either use the Quickstart demo or http://demo.astemplates.com/joomla-templates/002099/index.php
Scroll down until you see the "To top button" on the bottom right. Clicking on it is not possible!
Can you fix that please?
Regards, Flipper
In the 'mobbingberatung-zch.ch/templates/as002099/css/tmpl.default.css' file please find the following class (line 1596)
#back-top {
bottom: 90px;
position: fixed;
right: 40px;
z-index: 99;
}
and change 'z-index' property to 9999, so it will looks like the following:
#back-top {
bottom: 90px;
position: fixed;
right: 40px;
z-index: 9999;
}
Regards, AS Team.
View History
Thanks for your support!
I've changed the Menu font in the Quickstart demo and it works there without css overrride: https://www.mobbingberatung-zch.ch/joomla/as/
Firebug output
ul.sf-menu > li > a, ul.sf-menu > li > span { /joomla/as/#3 (line 988)
font-size: 24px;
}
ul.sf-menu > li > a, ul.sf-menu > li > span { tmpl.default.css (line 2312)
color: #fff;
display: block;
font-size: 18px;
font-weight: 400;
line-height: 22px;
margin: 0 20px;
padding: 20px 0 15px;
text-transform: lowercase;
transition: all 0.5s ease 0s;
}
Why does it work here but not with my project https://www.mobbingberatung-zch.ch/ ?
Thanks and regards, Flipper
Sorry, your site is password protected, we have to see it.
Regards, AS Team.
View History
Sorry about that. It's online now.
Regards, Flipper
View History
I've done a Fetch and Render with the Google Search Control and get the following error:
https://www.mobbingberatung-zch.ch/de/templates/as002099/css/bootstrap.responsive.css Style Sheet Not found
My HTML header contains this:
<link rel="stylesheet" href="/templates/as002099/css/bootstrap.responsive.css" />
But the AS Template Package has no such file. There is only a bootstrap-responsive.css file.
A '-' instead of a '.' between bootstrap and responsive
Can you help?
Regards, Flipper
Thank you for noticing about this issue, please rename the file to bootstrap.responsive.css instead bootstrap-responsive.css
Regards, AS Team.
View History
With the Firefox Network Monitor I see that the image "/templates/as002099/images/bg.7.jpg" is downloaded from my server (GET request). Why? I have overridden the "bg.7.jpg" image with my own so it should not be used anymore. This happens to other overrides (bg.x.jpg) too.
Can you fix that?
Regards, Flipper
It was not overridden, it still the same from the template:
www.mobbingberatung-zch.ch/templates/as002099/images/bg.7.jpg
Regards, AS Team.
View History
Is there a way to minify all .css / java files and put all in one .css / java file to optimize http requests?
Regards, Flipper
You may ask for our services here:
http://www.astemplates.com/services
Regards, AS Team.
View History
I did not handerstand how work the gallery page of this template. Can tel me which pluggins i have to implement to my gallery page to do like yours ? Or can you send me a turotial to do this ?
Best regards.
Chris.
What is your website url please? Have you installed this template using quick-start installation package?
Regards, AS Team.
View History
My url website is http://www.tce-expansion.fr/TCEEXP/ and the gallery url is http://www.tce-expansion.fr/TCEEXP/index.php/gallery/bedroom
Yes, i use quick-start installation package.
Regards, Chris
The gallery is integrated in the template, it shows article images. The category you can change in your Joomla admin panel -> Menus -> Main Menu -> Gallery menu item.
Regards, AS Team.
View History
Great, i handerstand. Thank you.
Best regards.
Chris.