Ivaseg
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Fatal error on latest update@vicmogilev I know it, but I don’t ask how to do this. I want to fix plugin error. Ty.
Forum: Plugins
In reply to: [Contact Form 7] Fatal error on latest updatePHP 7.2. I have same error after automatically updated CF7 to latest version and can’t login to WP admin area.
Forum: Plugins
In reply to: [Max Mega Menu] Twenty Nineteen compabilitythank you)
marked as resolvedForum: Plugins
In reply to: [Require Featured Image] Not compatible with Gutenbergrelax guys, this plugin is outdated and not supported as you can see.. sad time… and you can delete this plugin
Forum: Plugins
In reply to: [Memphis Documents Library] Inline CSS jokeI heard you. But, it seems we are from different worlds. Previously I had some ideas, but now I see that this is just useless time spending) Just forget it.
In any case – thanks for the wonderful plugin!Forum: Plugins
In reply to: [Memphis Documents Library] Inline CSS jokeInline styles are not best practice. It’s not difficult to you to move this code to some style.css file, but instead you ask users to create them php files to override your settings. and each time we must do this. Ok, if you think you doing in right way – ok, never mind, it’s your plugin and your choice.
Forum: Plugins
In reply to: [Contact Form 7] Please can we have a recaptcha v2 option back?Signed. I don’t like reCaptcha v3 and want to use v2 instead but with 5.1.1 version I can’t do this. Please, add compatibility with reCaptcha v2 or it’s time to use other contact form plugin. Thank you!
Forum: Plugins
In reply to: [Memphis Documents Library] Back-end document listThe way you did table width customization is pain for site owners.
Main goal: table must have default values that can’t broke design. Then other peoples can customize display by CSS. I’m really don’t know why you don’t want this.
Why you did % with settings for columns? Did you hear something about other width values like inherit, initial, px etc? You restrict users to use this values so they must overwrite your values with !important value that is not good practice.
For example, if I have 4 columns and want first column (Name) to use all free width, how you can do this with your settings? I put % width for 2,3,4 column and frist column didn’t set up value. So in CSS I will see for first column width: %; that is not validate as right code. Now your settings required me to calculate 100% width for all columns, and what is fluid design – it’s from future)
Forum: Plugins
In reply to: [Memphis Documents Library] Problem translation with Loco TranslateYou can do the same with Loco Translate just select location for your language /wp-content/languages/plugins/memphis-documents-library-pt_PT.po
I’ve recomended to you to store translation files only at /wp-content/languages/plugins for any plugins that you want to translate.
Forum: Plugins
In reply to: [Memphis Documents Library] Problem translation with Loco TranslateThe main goal is when you want to see pt_PT translation for Memphis then you need that your site language will be also pt_PT. And your admin panel must be in pt_PT too! It’s important. So try to enable Site language (https://yoursitename/wp-admin/options-general.php) value Português and save settings. After refreshing page you must see that you have almost all text and links in Portugues language. If it still english version then Memphis plugins also will use english translation by default. So you just need that your admin panel use language which you need.
This is how it works on website with just one language. I don’t test how it work with multilanguage installation.
Forum: Plugins
In reply to: [Yoast SEO] Waaay too many updates for yoast pluginI agree. Has a lot of sites to support and this huge amount of updates is pain for me. This is good that addon has updates, but it’s too much and most of them minor updates or bugfixes (good point about more testing before publish new version).
Anyway, thank you for your work)Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Managing access to this pluginty, it’s work
Forum: Plugins
In reply to: [Memphis Documents Library] Try to avoid using !importantNext changes to CSS:
<td id="" class="mdocs-tooltip mdocs-title" colspan="0">
replace with:
<td class="mdocs-tooltip mdocs-title" colspan="0">
————–
<i class="" aria-hidden="true" title="Description"></i>
replace with:
<i aria-hidden="true" title="Description"></i>
————–
<em class=""><p>docs description text goes here</p></em>
replace with:
<em><p>docs description text goes here</p></em>
PS: Element p not allowed as child of element em in this context. But I don’t know if u can fix this. It’s not critical.
Forum: Plugins
In reply to: [Memphis Documents Library] Try to avoid using !importantOk. Again and again each new version brokes table styling. So, I tested and want to ask you to remove all width value for 3 columns. And then each user can style table as he want in his theme CSS.
Path: /wp-content/plugins/memphis-documents-library/memphis-documents.min.css
Remove this:#mdocs-list-table .mdocs-title { width: 15%; }
#mdocs-list-table .mdocs-description { width: 30%; }
#mdocs-list-table .mdocs-version { width: 9%; }
If you didn’t do this, we will need to change our CSS to fix table display each time when you change your CSS. But this is just one problem. Other problem is that we can’t fix table issue in admin dashboard because theme CSS not loaded here. You can test this changes. Thank you.
Forum: Plugins
In reply to: [Memphis Documents Library] columns width changes not improvingYes, @bhaldie answer is correct. Because each themes can be customized by site owners very easy (it’s just few strings to add to your theme CSS).
PS: if you don’t know how to do this, u can leave here link for your page where changes required and I can write to you CSS.