main/navigation menu gone when going to Downloads

Phoca Download - download manager
@rnoudW
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 22 Jan 2024, 00:10

main/navigation menu gone when going to Downloads

Post 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

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2737
Joined: 28 Nov 2010, 17:20

Re: main/navigation menu gone when going to Downloads

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: main/navigation menu gone when going to Downloads

Post 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
If you find Phoca extensions useful, please support the project
@rnoudW
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 22 Jan 2024, 00:10

Re: main/navigation menu gone when going to Downloads

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: main/navigation menu gone when going to Downloads

Post by Jan »

Hi, great to hear it.

Jan
If you find Phoca extensions useful, please support the project
Post Reply