Hi all,
Our site has been migrated to J4 for a while now but i can't seem to fix the remaining issue regarding Phoca Download, much similar as posted in viewtopic.php?p=178435
The entire menu dissapears when clicking on Downloads;
URL with menu: https://alexandergroep.nl/
without: https://alexandergroep.nl/downloads
We use sub categories for our downloads, as shown on the site. Can we fix this through the plugin or is there a quicker way in resolving this?
Regards,
Arnoud
main/navigation menu gone when going to Downloads
-
- Phoca Newbie
- Posts: 3
- Joined: 22 Jan 2024, 00:10
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: main/navigation menu gone when going to Downloads
Hi Arnoud,
First you have to set up a user.css in the cassiopeia template. Enter the following code there:
It works temporarily:
Kind regards
Christine
First you have to set up a user.css in the cassiopeia template. Enter the following code there:
Code: Select all
.collapse {
overflow: visible !important; /*or inherit*/
}
Kind regards
Christine
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: main/navigation menu gone when going to Downloads
Hi,
if you use Joomla 4, you can use the latest Phoca Download version (even Phoca Download 5). There is no more file:
/media/com_phocadownload/css/main/bootstrap.min.css
which can cause this problem.
If on your site this file is still loaded (e.g. because it stays here because of migration, etc.) just remove it on server or disable in Phoca Download styles:
Jan
if you use Joomla 4, you can use the latest Phoca Download version (even Phoca Download 5). There is no more file:
/media/com_phocadownload/css/main/bootstrap.min.css
which can cause this problem.
If on your site this file is still loaded (e.g. because it stays here because of migration, etc.) just remove it on server or disable in Phoca Download styles:
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 22 Jan 2024, 00:10
Re: main/navigation menu gone when going to Downloads
Hi Jan,
Both the bootstrap.min.css and the default.css have been unpublished and all is working flawlessly again.
Big thanks for your help !!!
Regards,
Arnoud
Both the bootstrap.min.css and the default.css have been unpublished and all is working flawlessly again.
Big thanks for your help !!!
Regards,
Arnoud
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: main/navigation menu gone when going to Downloads
Hi, great to hear it.
Jan
Jan
If you find Phoca extensions useful, please support the project