Forum Replies Created
-
AuthorPosts
-
saqibsarwar
ParticipantHi,
It's been a few months since this compatibility issue first arose. Could you please provide an estimated timeframe for a fix regarding the incompatibility with the Elementor Image Optimizer plugin?
Thanks
saqibsarwar
ParticipantHi,
We have a large customer base, and consistently we are getting tickets about the incompatibility/conflict of metabox and Elementor Image Optimizer plugin.
So, may I ask when a fix is going to be released?
Thanks
saqibsarwar
ParticipantHi,
I was able to fix the issue by modifying the static method called add_actions in media.php. The updated function is as follows.
/** * Add actions. */ public static function add_actions() { $args = func_get_args(); $field = reset( $args ); add_action( 'admin_footer', array( RWMB_Helpers_Field::get_class( $field ), 'print_templates' ) ); add_action( 'wp_footer', array( RWMB_Helpers_Field::get_class( $field ), 'print_templates' ) ); }However, I'll be waiting for a confirmation from your side.
Thanks!
saqibsarwar
ParticipantYou are right, increasing the
max_input_varsvalue fixed the problem.November 29, 2018 at 2:14 PM in reply to: ✅Show Hide Extension Needs Update as WordPress 5.0 Beta is Available. #12349saqibsarwar
ParticipantThanks for the good news.
Keep up the great work ?
November 27, 2018 at 12:59 PM in reply to: ✅Show Hide Extension Needs Update as WordPress 5.0 Beta is Available. #12283saqibsarwar
ParticipantWordPress 5.0 is in RC now.
Please check and update extension, Thanks in Advance.
Regards
October 23, 2018 at 11:58 AM in reply to: ✅OpenStreetMap is not working properly with Tabs Extension #11720saqibsarwar
ParticipantOkay, I just tried latest tabs extension with dev version of Meta Box from github.
But issue is not fixed yet.
Please test it properly on your side.
Regards
saqibsarwar
ParticipantThanks 🙂
saqibsarwar
ParticipantThanks.
Did you update extension or plugin ? As extension is still displaying old date http://jmp.sh/kOa6YCe and plugin is still showing old info http://jmp.sh/8s18HTp
Regards
saqibsarwar
ParticipantThe issue appears when we use columns extension and I got it fixed by commenting out these lines http://jmp.sh/coHHT9t in columns.css file.
Please update plugin or extension in reference to this and let me know afterwards.
Thanks & Regards
saqibsarwar
ParticipantWaiting for solution from last 3 days ?
-
AuthorPosts