devoctopix
Forum Replies Created
-
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Do not compatible with latest buddybossHi @jaylee08 ,
Thank you for reaching out to us. ??
We did not update Verified Member as there is no need to update it. It works fine on our side with the last version of BuddyPress, as well as the last version of BuddyBoss.
In case you’re facing an issue, can you please send us credentials to your WordPress Dashboard so we can investigate from where this issue is coming from? Here is our address: support[a]themosaurus.com
Thanks.
Done ! ??
That solves the problem!
Thanks ??Forum: Plugins
In reply to: [Video Sales for Woocommerce with Vimeo] Critical Error WPI have the solution ! The hosting of the site must run under a version of PHP higher than 7.1
Forum: Plugins
In reply to: [Video Sales for Woocommerce with Vimeo] Critical Error WPHello,
Same problem here ! Have you found a solution?
Forum: Plugins
In reply to: [bpost shipping] vat, btw internationalHello, same issue here… Did you find a solution ?
Ok it works perfectly after update to 3.0.27.
Thanks a lot!
Hi @aristath, Hi @kevinmamaqi,
I have exactly the same issue.
Here is my code:
$args = wp_parse_args( $args, array( 'type' => 'slider', 'section' => $this->section, 'label' => esc_attr__( 'Border Radius', 'grimlock' ), 'settings' => 'button_border_radius', 'default' => $this->get_default( 'button_border_radius' ), 'choices' => array( 'min' => 0, 'max' => 10, 'step' => .1, ), 'priority' => 10, 'transport' => 'postMessage', 'output' => $outputs, 'js_vars' => $this->to_js_vars( $outputs ), ) );
If I change the value of step to 1, it’s work perfectly!
'step' => 1,
If I change the value of step to 1.5, it doesn’t work.
'step' => 1.5,
So it seems that all slider fields no longer return CSS if the “step” value is a a decimal number.
I hope this will help you in your thinking and debbuging!
I am also available to test if there are patches coming out.Great! Thanks in advance for your next update :).
No this table is not yet created because it depends directly on a parameter of BuddyPress (custom fields).
To give you a complete scenario the bug occurred during an activation via tgmpa. It seems that BP Matchmaking is enabled BEFORE BuddyPress (and therefore the table(s) required by your plugin are not yet created apparently?). I know that your plugin require BP custom fields to work properly but a DB error seems like a bug ?
Forum: Plugins
In reply to: [The Events Calendar] Bug with the last version@aristath Tested and everything is fine ! No more errors with the combinaison of Kirki & The Events Calendar (and some of their addons).
Thank you for your work. We are waiting for the 3.0.12 :).
Forum: Plugins
In reply to: [The Events Calendar] Bug with the last version@aristath I have the same problem and it seems that this comes from the last update of The events calendar and more precisely from their custom embedded select2 script (See error log) :
select2.min.js?ver=4.6.3:21 Uncaught Error: Option 'data' is not allowed for Select2 when attached to a <select> element. at String.<anonymous> (select2.min.js?ver=4.6.3:21) at Function.each (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,underscore,customize-base,wp-a11y,wp-util,customize-controls,jquery-ui-core,jquery-ui-widget,jquery-u&load[]=i-mouse,jquery-ui-sortable,jquery-ui-draggable,jquery-ui-droppable,backbone,wp-backbone,shortcode,utils,media-models,plupload,wp&load[]=-plupload,mediaelement,wp-mediaelement,media-views,media-editor,media-audiovideo,wp-ajax-response,jquery-color,wp-lists,postbox,&load[]=nav-menu&ver=4.8.3:2) at i.prepareOpts (select2.min.js?ver=4.6.3:21) at i.prepareOpts (select2.min.js?ver=4.6.3:22) at init (select2.min.js?ver=4.6.3:21) at HTMLSelectElement.<anonymous> (select2.min.js?ver=4.6.3:22) at Function.each (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,underscore,customize-base,wp-a11y,wp-util,customize-controls,jquery-ui-core,jquery-ui-widget,jquery-u&load[]=i-mouse,jquery-ui-sortable,jquery-ui-draggable,jquery-ui-droppable,backbone,wp-backbone,shortcode,utils,media-models,plupload,wp&load[]=-plupload,mediaelement,wp-mediaelement,media-views,media-editor,media-audiovideo,wp-ajax-response,jquery-color,wp-lists,postbox,&load[]=nav-menu&ver=4.8.3:2) at a.fn.init.each (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,underscore,customize-base,wp-a11y,wp-util,customize-controls,jquery-ui-core,jquery-ui-widget,jquery-u&load[]=i-mouse,jquery-ui-sortable,jquery-ui-draggable,jquery-ui-droppable,backbone,wp-backbone,shortcode,utils,media-models,plupload,wp&load[]=-plupload,mediaelement,wp-mediaelement,media-views,media-editor,media-audiovideo,wp-ajax-response,jquery-color,wp-lists,postbox,&load[]=nav-menu&ver=4.8.3:2) at a.fn.init.e.fn.select2 (select2.min.js?ver=4.6.3:22) at f.renderFontSelector (typography.js?ver=4.8.3:144)
So on customizer screen two versions of Select2 are loaded… Removing The Events Calendar script removes the error !
Forum: Plugins
In reply to: [WP Job Manager] Mixed ContentWorks for me too ! Thanks for your help ??
Forum: Plugins
In reply to: [WP Job Manager] Mixed ContentLike you I don’t know what has been done before so unfortunately I have no idea what could cause this issue.