I just updated to Joomla 4, and updated the AS 002046 template to the Joomla 4 version. The problem I have now is that the superfish menu does not display correctly for form pages. What can be done for this? Any help is appreciated, thanks!!
AS Templates
POSTED: 2023-08-13
Hello EDDIETORO,
It looks like there is some jQuery conflict between the menu and forms, it should be investigated, if you interested you may ask for our services here: https://www.astemplates.com/services
We use the AS Superfish Menu. In the second submenu the background is practically transparent. This means that the writing can no longer be read well. where can I set the transparency? I couldn't find it in the css. Thank you very much for your help.
Best Regards
Mario
AS Templates
POSTED: 2023-09-29
Hello SUPERMARIO73,
What is your website url please?
Hi AS Team
I add the lines in the file style.custom.css, but it has no effect. The menu is still transparent.
Please see https://www.carinebuhmann.ch/j4/
please go to Angebote --> Vorträge
THX for your help.
Hi AS Team
I add the new lines in the file style.custom.css, but it has no effect. The menu is still transparent.
Please see https://www.carinebuhmann.ch/j4/
please go to Angebote --> Vorträge
THX for your help.
AS Templates
POSTED: 2023-10-08
Hello SUPERMARIO73,
Seems you deleted by mistake the class name, you have to add as the following:
I ordered and downloaded Template 002046 (Law Agency template). The template does not seem to be able to be downloaded into Joolma 5.1 although it is advertised to work on Joomla 4 and 5. When I go to install the .zip file using Joomla extension manager, I get 2 error messages:
1. Jinstaller: Install: Can't find XML setup file
2. Unable to detect manifest file. Is there a fix?
AS Templates
POSTED: 2024-05-23
Hello OTTAWARASKI2,
What is the .zip file name are you trying to upload?
Hello OTTAWARASKI2,
You have to unzip the package first, in the 'joomla 4' folder you will find template package called 'as002046_template.zip', it is compatible for both Joomla 4 and 5 versions.
I tried using Managing Extensions for as002046_template.zip, but that only gave me a bare bones template. No pages.
I tried with as002046_quickstart.zip but that again gave me 2 error messages:
1. Jinstaller: Install: can't find XML setup file.
2. Unable to deteect manifest file.
I am using Joomla 5.0.1.
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
You can ask for the service here:
https://www.astemplates.com/services
Regards, AS Team.
View History
It looks like there is some jQuery conflict between the menu and forms, it should be investigated, if you interested you may ask for our services here: https://www.astemplates.com/services
Regards, AS Team.
View History
Best Regards
Mario
What is your website url please?
Regards, AS Team.
View History
please go to Angebote --> Vorträge then you will see the problem.
Thanks for your help.
Best Regards Mario
Please add the following class to the '/j4/templates/as002046/css/style.custom.css' file:
ul.sf-menu ul ul {
background: none !important;
}
Regards, AS Team.
View History
I add the lines in the file style.custom.css, but it has no effect. The menu is still transparent.
Please see https://www.carinebuhmann.ch/j4/
please go to Angebote --> Vorträge
THX for your help.
Please replace just added:
background: none !important;
to:
background-color: #e9e9e9;
background-image: -moz-linear-gradient(top, #f1f1f1, #dddddd);
background-image: -webkit-gradient(
linear,
0 0,
0 100%,
from(#f1f1f1),
to(#dddddd)
);
background-image: -webkit-linear-gradient(top, #f1f1f1, #dddddd);
background-image: -o-linear-gradient(top, #f1f1f1, #dddddd);
background-image: linear-gradient(to bottom, #f1f1f1, #dddddd);
Regards, AS Team.
View History
I add the new lines in the file style.custom.css, but it has no effect. The menu is still transparent.
Please see https://www.carinebuhmann.ch/j4/
please go to Angebote --> Vorträge
THX for your help.
Seems you deleted by mistake the class name, you have to add as the following:
ul.sf-menu ul ul {
background-color: #e9e9e9;
background-image: -moz-linear-gradient(top, #f1f1f1, #dddddd);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dddddd));
background-image: -webkit-linear-gradient(top, #f1f1f1, #dddddd);
background-image: -o-linear-gradient(top, #f1f1f1, #dddddd);
background-image: linear-gradient(to bottom, #f1f1f1, #dddddd);
}
Regards, AS Team.
View History
The background is still transparent. If you are on home and then select "Angebote --> Vorträge" then the font is not readable.
Please check again.
Thank you very much for your help.
Best Regards
Mario
You style.custom.css file does not have a class name, it should be as the following (you missed first and last lines):
ul.sf-menu ul ul {
background-color: #e9e9e9;
background-image: -moz-linear-gradient(top, #f1f1f1, #dddddd);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dddddd));
background-image: -webkit-linear-gradient(top, #f1f1f1, #dddddd);
background-image: -o-linear-gradient(top, #f1f1f1, #dddddd);
background-image: linear-gradient(to bottom, #f1f1f1, #dddddd);
}
Regards, AS Team.
View History
I checked it, but the hold text is copied into /public_html/j4/templates/as002046/css/style.custom.css
The class is in this File
ul.sf-menu ul ul {
}
It doesen't work.
Please check again.
Thank you very much for your help.
Best Regards
Mario
View History
Thanks for help.
We can close this point!
Best Regards
Mario
View History
1. Jinstaller: Install: Can't find XML setup file
2. Unable to detect manifest file. Is there a fix?
What is the .zip file name are you trying to upload?
Regards, AS Team.
View History
You have to unzip the package first, in the 'joomla 4' folder you will find template package called 'as002046_template.zip', it is compatible for both Joomla 4 and 5 versions.
Regards, AS Team.
View History
I tried with as002046_quickstart.zip but that again gave me 2 error messages:
1. Jinstaller: Install: can't find XML setup file.
2. Unable to deteect manifest file.
I am using Joomla 5.0.1.