
Download section still here

UPDATE: issue has been solved!
I have a huge CSS issue on my site, the download section is still available, it is just at the bottom, scroll down, and you will find the links
Only Level 1 in DOCMAN ( http://www.waltercedric.com/downloads.html ) is working, all sub categories seems to have a CSS issue with Terran Tribute (Rocket Theme)
I am still investigating and trying to solve the problem will it may take some time as the HTML output is XHTML compliant or has no error that could explain the problem
- Downloads are still available!
- You can download everything for free!
- No need to register!
- Downloads are and will always be GPL v3!
Solution
Usually the content gets pushed down one of the elements is being too wide. This issue is most common with the various IE browsers.
Apply to Virtuemart/Docman/forum wrapper
In index.php, locate
<jdoc:include type="component" />
and replace it with
<table width="100%"><tr><td> <jdoc:include type="component" /> </td></tr></table>