Elvin D
Forum Replies Created
-
Someone contacted me also and had it fixed already. Please update your plugin to the recent.
I have it investigated and it looks like add_submenu_page() function has a weird int $position issue, please let me know if you still have an issue,
I appreciate all your concerns.
Regards,
Forum: Plugins
In reply to: [Magic Liquidizer Responsive Table] [2.0.2] Cause errorplugin version 2.0.3 is the latest one.
Also lower php versions recently reported errors on that the same line of code for 2.0.2 version.
Can you update it to the latest version 2.0.3?Forum: Plugins
In reply to: [Magic Liquidizer Responsive Table] [2.0.2] Cause errorHi @prairietech! I thought this issue has been resolved already. However I appreciate you raise to open this concern. What version are you using? I would gladly want to connect you via innovedesigns.com contact form for this is urgent matter.
Sorry for inconvenience.
Forum: Plugins
In reply to: [Magic Liquidizer Responsive Table] UpdatesThe update is available
Forum: Plugins
In reply to: [Magic Liquidizer Responsive Table] Version 2.0.1 new settings mandatorynew Update is available now, it fixed the empty fields.
Forum: Plugins
In reply to: [Magic Liquidizer Responsive Table] [2.0.2] Cause errorWelcome and thanks for your help!
Forum: Plugins
In reply to: [Magic Liquidizer Responsive Table] [2.0.2] Cause errorHi Guys!
I apologize for the error that this plugin causing you. Upon checking on the code line, this !empty(function) is causing an error to lower PHP versions.
I assigned it first to $variable then do the !empty($variable).
Please let me know if errors still occur.I need your help so other users could benefit from it.
Thank you!
I apologize, for this issue. Yeah, default values disappear.
thead td, tr th -> into header tag field
tbody tr, tr -> into body rows fieldThough I will fix this issue on the next release.
Forum: Plugins
In reply to: [Magic Liquidizer Responsive Table] Double Images on Mobile Deviceshello lightshines! Sorry for the late response, WordPress should automatically send me an email when there’s new thread created, I was not sitting here the whole time.
Anyway did you manage to resolve this?
One of supported table formats can be found at http://www.w3schools.com/html/html_tables.asp
Thank you!
Forum: Plugins
In reply to: [Magic Liquidizer Responsive Table] Support for WP 4.6.1Hi patrickhoran! Sorry for the late response, WordPress should automatically send me an email when there’s new thread created, I was not sitting here the whole time.
Anyway did you manage to resolve this?
Forum: Plugins
In reply to: [Magic Liquidizer Responsive Table] How does it work??😀 if you have existing table, you should see changes by now.
Forum: Plugins
In reply to: [Magic Liquidizer Responsive Table] not working ? tablepressTry to use this CSS
.ml-responsive-table dt.ml-title {
clear: none;
float: left;
width: 45% !important;
}
.ml-responsive-table dd.ml-value {
clear: none;
float: left;
width: 45% !important;
}Forum: Plugins
In reply to: [Magic Liquidizer Responsive Table] not workingHi ! You’re jQuery is not defined. This is jQuery dependent.
Forum: Plugins
In reply to: [Magic Liquidizer Responsive Table] Doesnt work for me :(This format is correct.
What is your selector?
tableTry to specify table Class or ID
Forum: Plugins
In reply to: [Magic Liquidizer Responsive Table] Even/odd row colors?Yes there is, just tweak it in your CSS.