1) Not sure I would get your loading of files using a browser inspector and see what file is taking too long to load.
2) Head to Options > Settings > Document List Configuration and check the Width in % are set properly. Also make sure that all the boxes have number values in them even if the value is 0.
3) What fields are you referring too?
4) You can change the description by clicking on a file which opens the dropdown menu, select “Manage File” then scroll down to description and edit away. You don’t need to alter the mdocs post itself.
Thread Starter
anonymized-14293447
(@anonymized-14293447)
1) the broken layout occurs on any page, also from the left menu… it’s not related to loading of files, that’s why I thought it might be Bootstrap or a theme conflict
2) the doc-list widths are for the frontend. I have the problem in the backend.
3) I’m talking about any text fields, from modal windows to backend settings (for instance, also the width% of point 3 above). May be Boostrap again?
4) ok
some more:
5) how to delete the “go to file” in the dropdown menu? I cannot find it in Settings
6) I have difficulties CSSing the widget table (mdocs-widget-table) because it takes my theme CSS. In older versions I used to change the widget like echo ‘<tr style=”border-bottom:2px dashed #000; border-top:2px dashed #000;”>’; now it’s not working anymore
7) again CSS in widget: I cannot get rid of file/date headings (commenting <tr>…</tr>) neither the date column
PS. May I ask you who approved the Italian translation? It’s confusing and contradictory. Just to give you an example: checking “hide widget numbers” actually shows them 🙂
Sorry for too many questions… I just like to contribute
1) Did you try and disable Bootstrap in the admin and see what happens. The green color is for new files it will disappear after a certain number of days that can be set form the setting menu.
2) The width % settings apply to both the frontend and backend.
3) Ill look into it.
5) If you goto setting and check “Hide All Posts” this will remove the link. As an admin you will still see it. but a normal user won’t.
6 and 7 ) your best bet is editing the file mdocs-widgets.php.
Translations are done by other users I can’t really control how translations are working. If you are interested you can become a translation editor and fix the issues yourself.
Thread Starter
anonymized-14293447
(@anonymized-14293447)
thank you for the tips
1) disabling Bootstrap eliminates the submenus from memphisdocs. Right now I cannot view “settings” anymore, not even from “options”. It’s frozen!
6-7) I used to edit in mdocs-widgets.php but it’s not working anymore
About translations, I actually have contributed but they don’t seem to care and never release it
look at the left dashboard area under “Memphis Docs” there should be a link called “Setting” click that to access setting again and turn bootstrap back on.
then you will have to manage the changes with your themes css instead.
If you want to before a translation editor I can request that for you. Then you can approve the changes yourself.
Thread Starter
anonymized-14293447
(@anonymized-14293447)
Bhaldie, that link “settings” is the one I’m saying that disappeared, that’s why I cannot do anything anymore. Deactivating plugin is not reverting the situation either.
For translation, you already requested/approved me last year, that’s why I was wondering why they don’t release newly translated versions.
you will have to go into your database and access the options table. Search for the option_name “mdocs-disable-bootstrap-admin” and change the “option_value” to 1.
Save the new value and the settings link will be back.
In the future you need to figure out why you are having bootstrap conflict. What plugin and or theme is fighting with mDocs.
Thread Starter
anonymized-14293447
(@anonymized-14293447)
thank you for the database tip. I got settings back, and I guess I don’t need to touch the db table again.
Testing on other issues abbove….