Page 1 of 1

main/navigation menu gone when going to Downloads

Posted: 06 Feb 2024, 00:14
by @rnoudW
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

Re: main/navigation menu gone when going to Downloads

Posted: 06 Feb 2024, 12:00
by christine
Hi Arnoud,

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*/
}
It works temporarily:

Image

Kind regards
Christine

Re: main/navigation menu gone when going to Downloads

Posted: 06 Feb 2024, 13:04
by Jan
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:

Image

Jan

Re: main/navigation menu gone when going to Downloads

Posted: 06 Feb 2024, 23:37
by @rnoudW
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

Re: main/navigation menu gone when going to Downloads

Posted: 07 Feb 2024, 13:48
by Jan
Hi, great to hear it.

Jan