News:

Dear jDownloads users, There is currently no Joomla 6 compatible version available. However, we are working on it and hope to release it shortly.

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 1 Guest 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;*/
}

  •