bhaldie
Forum Replies Created
-
Forum: Plugins
In reply to: [Memphis Documents Library] Page Width gets changed by mdocsits your themes css file its called ergebnisse
Forum: Plugins
In reply to: [Memphis Documents Library] Unable to add documentsthat is very weird, what other plugins are you using?
Forum: Plugins
In reply to: [Memphis Documents Library] Unable to add documentshttps://www.ads-software.com/plugins/memphis-documents-library/advanced/
scroll down to ADVANCED OPTIONS > PREVIOUS VERSIONS
and select from the drop down version 3.10.6
Forum: Plugins
In reply to: [Memphis Documents Library] No display on smartphone or tabletplease check my website for a response.
Forum: Plugins
In reply to: [Memphis Documents Library] Unable to add documentsthe problem is from what I see is that the link for the mdocs dashboard should be something like this ‘wp-admin/admin.php?page=memphis-documents.php&mdocs-cat=mdocs-cat-2’, for some reason the admin part is being truncated. I did some work on the last update to address some link issue it maybe causing the problem, can you try an older version of mDocs and see if the problem is still there.
you have javascript security errors, please correct those and try again.
Forum: Plugins
In reply to: [Memphis Documents Library] Page Width gets changed by mdocsif you edit your css file ‘ergebnisse’ line 273 and add this line it should work:
.container, [class * ='__inner-container'], .site-header-full-width-main-navigation:not(.responsive-site-full-width) .main-navigation-wrapper { max-width:1440px; width: 1440px; }
make sure that you add the semicolon on the max-width line it won’t work otherwise.
- This reply was modified 4 years, 10 months ago by bhaldie.
can you try and disabling them and see what happens?
Forum: Plugins
In reply to: [Memphis Documents Library] Blank fields in Doc List Configcan you add an echo ‘hello world’; above update_option(‘mdocs-displayed-file-info’, array());
to see if that function is being called.
function mdocs_run_patch() { echo 'hello world'; update_option(‘mdocs-displayed-file-info’, array());
Forum: Plugins
In reply to: [Memphis Documents Library] Unable to add documentstry and create a new folder and see if you can upload a file. The folder docs-cat-2 might have been corrupted after the upgrade.
Forum: Plugins
In reply to: [Memphis Documents Library] Page Width gets changed by mdocswithout see you page I can’t really look and see what the issue is. If you site is public please provide a link.
do you have any other plugins enabled?
Forum: Plugins
In reply to: [Memphis Documents Library] Unable to add documentsyes mDocs uses the database, you can try and head to the options table and remove all references that start with the prefix ‘mdocs’
then try again.
Forum: Plugins
In reply to: [Memphis Documents Library] Blank fields in Doc List ConfigCan you show me where you placed the line ‘ update_option(‘mdocs-displayed-file-info’, array());’ in your code.
Forum: Plugins
In reply to: [Memphis Documents Library] SQL Injectionwhat version of mDocs are you using?