News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

jd_content_wrapper visibility is hidden in category view

Started by kstevet, 21.05.2022 16:48:58

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

kstevet

In a category view, the list of files is hidden. If we inspect the page and uncheck "visibility: hidden;" for class "jd_content_wrapper" the list of files appears and we can download files. This happens even with a public file in a public category in a public menu item.
We do have a menu item for "list all categories".

Is this a layout, css or settings issue?
Default layout for Downloads is "Standard Files Layout with Checkboxes v3.9"

Thank you
  •  

kstevet

Found the problem.
At some point we had added custom css into the Joomla template that hid the file display, so we just commented it out.

.jd_content_wrapper {
/*   visibility: hidden;
  height:1px;*/
}

  •