You can goto mdocs dashboard options>settings>Displayed File Information this will hide different tabs.
this should be what your are looking to do.
Thread Starter
anonymized-14293447
(@anonymized-14293447)
Alwasy a prompt reply! 🙂 In those settings I just have show downloads+ratings, which aren’t what I’m referring to. Basically I just want to make a li order of files with only their names(link to download)+ratings
-
This reply was modified 9 years, 3 months ago by
anonymized-14293447.
-
This reply was modified 9 years, 3 months ago by
anonymized-14293447.
are you referring to the dropdown list of each file?
Thread Starter
anonymized-14293447
(@anonymized-14293447)
no no, the best way to understand is if you just look at my footer. I want to make Memphis widget (1st from left) look like the 2nd from the left, i.e. a list of files (in that case, jobs)
okay i gotcha… look like you would need to add the class footer_title to the mdocs widget H3 tag
Thread Starter
anonymized-14293447
(@anonymized-14293447)
The only css I found are memphis-documents.min.css and memphis-documents.rtl.min.css but no particular reference to widget inside those. Therefore adding a new class .footer_title h3 as a starting point is not giving any result. Basically there aren’t any Memphis widget related classes and maybe a dedicated css can be added in future releases?
open up the file mdocs-widgets.php and got line 18:
add the class footer_title to this line:
<h2 class="widget-title footer_title">Last Updated</h2>
Thread Starter
anonymized-14293447
(@anonymized-14293447)
thank you very much… once I have added some files I guess I will be able to style my table fully