AMBA
Forum Replies Created
-
Forum: Plugins
In reply to: [Video Conferencing with Zoom] set local with moment start meetingmy mistake for working local i have to replace
ZVC_PLUGIN_VENDOR_ASSETS_URL . '/moment/moment.min.js', array( 'jquery' ), '2.24.0', true );
by
ZVC_PLUGIN_VENDOR_ASSETS_URL . '/moment/moment-with-locales.min.js', array( 'jquery' ), '2.24.0', true );
in /include/class-zvc-init.php line 70and call the function locale(‘fr’) in scripts.min.js
purhaps you can add a setting for this in the next update of your script ???
Forum: Plugins
In reply to: [Video Conferencing with Zoom] path to custom templatethanks deepen ??
Forum: Plugins
In reply to: [Video Conferencing with Zoom] set local with moment start meetingi found it !
its a bug you call a local() function but its locale() with e
in public/js/script.js line 42Forum: Plugins
In reply to: [WoocommerceAtos] bughello j’ai vu aussi cette erreur aussi, c’est juste une parenthese mal placée
remplace :sprintf( '<a href="%s">%s</a>', admin_url( 'admin.php?page=wc-settings&tab=checkout§ion=woocommerce_atos'), __( 'Settings', 'woocommerce-atos' ) ) )
par :
sprintf( '<a href="%s">%s</a>', admin_url( 'admin.php?page=wc-settings&tab=checkout§ion=woocommerce_atos'), __( 'Settings', 'woocommerce-atos' ) )
c’est pour afficher “réglage” dans la liste des extensions de l’admin
bonne continuation ??Forum: Plugins
In reply to: [Buddypress Profile Views] Plugin doesn't work at all. I get errorshi i just installed this plugin but i have the same errors with your last version 1.3
Forum: Plugins
In reply to: [BP My Home] my settings didn't savedi found the problem !!
it is in your /include/template.php
your settings form is not closed
i just add </form> at the end and now it works !!!Forum: Plugins
In reply to: [WooCommerce] Cart66 to Woocommercehi i’m intrest about that extension too
Forum: Plugins
In reply to: [WooCommerce] Multi step checkouthi i’m intrest about this question too
any one can answer ?Forum: Plugins
In reply to: [FeedWordPress] Error in line 105externals/myphp/myphp.class.php is missing ??
Forum: Plugins
In reply to: [JinMenu] [Plugin: JinMenu] don't show menu in tab option and broken cssthank you toddtoven ?? its not beautifull but its working !!
Forum: Plugins
In reply to: [404 Silent Salesman] Fatal error when save optioni found the solution here :
https://c.onfigs.com/php/error-get-page-permastructin-link-template-solved/
you have to add this code in your script :if ($wp_query->is_404) { $wp_rewrite = new WP_Rewrite();
best regards
to work you just have to change the variable $wpduplicate to $wpdb
and it works !!!
i add to at the end of the request “WHERE post_type=’post’ to be sure it delete just the article (not other custom post type)
best regards
Ambahi i resolved this pb by adding this at the first line of the capabilities.php file :
require_once(‘pluggable.php’);
i see that somewhere and it works but i don’t know why
best regards
AmbaForum: Plugins
In reply to: [Microstock Photo Plugin] [Plugin: Microstock Photo] fotolia dont workok sorry Amos thanks for your answer
i do it my self
best regardsForum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] required minimum one fieldsorry i dont see this was answered before :
https://www.ads-software.com/support/topic/plugin-contact-form-7-two-required-fields-but-only-one-must-be-filled?replies=7