Ivaseg
Forum Replies Created
-
Forum: Plugins
In reply to: [Memphis Documents Library] Loco Translate not working with Memphis docsMay be u do something wrong? I use Loco Translate for this plugin too, and all works fine (checked few minutes ago).
Forum: Plugins
In reply to: [Memphis Documents Library] Try to avoid using !importantStill not fixed CSS issue.
/wp-content/plugins/memphis-documents-library/memphis-documents.min.css
.mdocs-desc{vertical-align:top;margin:15px 0!important;padding:0 0!important;border-top:solid 1px #d1e5ee;color:#333;width:75%!important}
#mdocs-list-table .mdocs-desc{width:15%!important}
Why you use rule !important twice for the same class? Please, remove them both for width property, it’s not required at all and this is restrict us to use own style settings to display.Another one:
#mdocs-list-table .mdocs-version{width:9%!important}
replace to
#mdocs-list-table .mdocs-version{width:9%}
Man, I’m really don’t know why you use rule !important here. We can’t rewrite this settings as additional theme CSS while you using rule !important. It was ok in previous versions, but now you broke theme settings with this rule !important that not needed here at all.
- This reply was modified 6 years, 1 month ago by Ivaseg.
Forum: Plugins
In reply to: [Memphis Documents Library] Replace fa-power-offCould you do this replacement in all your code (search and replace)? This icon still hasn’t changed at document page. Thank you!
Forum: Plugins
In reply to: [Memphis Documents Library] broken layout<td id="" class="mdocs-tooltip mdocs-title" colspan="0">
@bhaldie, I think you can remove blank ID in this code. Thank you.Forum: Plugins
In reply to: [Memphis Documents Library] Few feature requestshttps://i.imgur.com/0Ei4SXq.png I did screenshot for you in addition to my previous post. Thank you!
Forum: Plugins
In reply to: [Memphis Documents Library] Remove special characters from file namesbug from my previous post still not fixed
Forum: Plugins
In reply to: [Memphis Documents Library] Description field small bugMan, how I can remove that useless tag P in description? New uploads hasn’t this tag, but old uploads still have this tag. I can’t remove that tag P even with phpMyadmin (shortcodes stop working and I see text info like “There is no files in folder”).
Forum: Plugins
In reply to: [Memphis Documents Library] Translate file options@fkkkkk use Loco Translate plugin instead of editing source file.
Forum: Plugins
In reply to: [Memphis Documents Library] Few feature requestshttps://www.ads-software.com/support/topic/few-feature-requests/#post-10099763 thx for fix but it’s reqired to be improved. If we have few file versions, I still see filename for first version but second version hasn’t this. Thank you!
Forum: Plugins
In reply to: [Memphis Documents Library] Remove special characters from file namesOk, thank you! I see, it works)
One more to fix https://i.imgur.com/HXFAvak.gifvForum: Plugins
In reply to: [Memphis Documents Library] Description field small bugMany thank you. I think now it almost fixed. Just few things:
1. Could you automatically do update description field for already uploaded files? Now I need manually manage each file to fix this bug. It’s not critical, but if some one has a lot of files, this take a lot of time for him.
2. Can u check what will be if you change tag P to DIV for description field? I mean if u will use DIV instead P does the bug with P will be exist or not? If not, I prefer to use DIV. Why? Because tag P adds gap but DIV not. Yes, I can remove this gap through CSS, but in this case each user should to do this.Forum: Plugins
In reply to: [Memphis Documents Library] Remove special characters from file namesIt’s hard to control. Files comes from other peoples, sometime its hard visually to see this difference. So, again and again we come to simple rule: you need to cut special symbols from file names. Other WordPress plugins with similar functionality do it and there is no problem.
Forum: Plugins
In reply to: [Memphis Documents Library] Description field small bugBy the way, why you output icon for field description?
<i class="" aria-hidden="true" title="Description"></i>
I can’t see this icon but it take place (blank gap on top). So, to remove this gap users need to do this with CSS and this is bad idea. I think, you don’t need to output this tag I if icon not showing to users then there will not be gap. If you need, I can record screen again to show this problem.Forum: Plugins
In reply to: [Memphis Documents Library] Description field small bugIf you can’t control this tag P after updating, so you can try to add this tag P with first file upload, so after user will try to update file, may be this additional P will not added.
Another thing with this issue is come if you will try to validate output html code and u will got an error:
Element p not allowed as child of element em in this context.
Forum: Plugins
In reply to: [Memphis Documents Library] Description field small bughttps://i.imgur.com/KCzPXRy.gifv look for P tag issue.