beware
Forum Replies Created
-
Why this one is marked as resolved ?
latest version create critical error and cpu & ram overload
seems this bug went back, i got 503 on all post (not archive) with or without restriction rules
Forum: Plugins
In reply to: [DeepL API translation plugin] No more “.”Mail sent, same as basictutorials, it seems that it lony concerned the final dot
Hi Chris thanks for getting back to me,
great, i was afraid as no update on your website or else + the non answer on FB
glad you are still alive !
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Logo on archive page doesnt appear sometimesOkay simple if there is no product online for the brand, there is no logo showing
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Label text desapear on variable productdo you have a support page where i can send you link and access ?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Label text desapear on variable productwe did a conflict test and didn’t find anything.
The only plugin we can’t desactivate is the builder : oxygenForum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Give WP elementor bugSure, js was defered on all pages by give wp.
Quick fixe was to load only givewp code on page that load it
with the snippet available on your website : `/**
* First, go to “Donations > Settings” and go to the
* “Display Options” tab and check “Disable CSS”.
* That will remove the GiveWP Styles throughout your site
*//**
* Deregister and Dequeue GiveWP Scripts
*/
function wpdocs_dequeue_script() {
wp_deregister_script(‘give’);
wp_dequeue_script(‘give’);
}
add_action( ‘wp_print_scripts’, ‘wpdocs_dequeue_script’, 100 );/**
* Condional Logic to enqueue
* GiveWP Scripts and Styles
* ONLY on the Single GiveWP pages or
* when a ‘give_form’ shortcode is present on the page.
*/
function conditional_give_scripts() {
// Since the Give scripts are Localized, you’ll need to load the localizations
// in full for the scripts to function correctly
$localize_give_checkout = apply_filters( ‘give_global_script_vars’, array(
‘ajaxurl’ => give_get_ajax_url(),
‘checkout_nonce’ => wp_create_nonce( ‘give_checkout_nonce’ ),
‘currency_sign’ => give_currency_filter( ” ),
‘currency_pos’ => isset( $give_options[‘currency_position’] ) ? $give_options[‘currency_position’] : ‘before’,
‘thousands_separator’ => isset( $give_options[‘thousands_separator’] ) ? $give_options[‘thousands_separator’] : ‘,’,
‘decimal_separator’ => isset( $give_options[‘decimal_separator’] ) ? $give_options[‘decimal_separator’] : ‘.’,
‘no_gateway’ => __( ‘Please select a payment method’, ‘give’ ),
‘general_loading’ => __( ‘Loading…’, ‘give’ ),
‘purchase_loading’ => __( ‘Please Wait…’, ‘give’ ),
‘give_version’ => GIVE_VERSION
) );$localize_give_ajax = apply_filters( ‘give_global_ajax_vars’, array(
‘ajaxurl’ => give_get_ajax_url(),
‘position_in_cart’ => isset( $position ) ? $position : – 1,
‘loading’ => __( ‘Loading’, ‘give’ ),
// General loading message
‘select_option’ => __( ‘Please select an option’, ‘give’ ),
// Variable pricing error with multi-purchase option enabled
‘default_gateway’ => give_get_default_gateway( null ),
‘permalinks’ => get_option( ‘permalink_structure’ ) ? ‘1’ : ‘0’,
‘number_decimals’ => apply_filters( ‘give_format_amount_decimals’, 2 )
) );// Register and Enqueue Styles and Scripts on Single GiveWP Form pages
if ( is_singular(‘give_forms’) ) {
wp_register_style( ‘give-styles’, GIVE_PLUGIN_URL . ‘/templates/give.min.css’, array(), GIVE_VERSION, ‘all’ );
wp_enqueue_style( ‘give-styles’ );wp_register_script( ‘give’, GIVE_PLUGIN_URL . ‘/assets/js/frontend/give.all.min.js’, array( ‘jquery’ ), GIVE_VERSION, true );
wp_enqueue_script( ‘give’ );// Do the actual localization of the scripts here / Pass AJAX vars from PHP
wp_localize_script( ‘give’, ‘give_global_vars’, $localize_give_checkout );
wp_localize_script( ‘give’, ‘give_scripts’, $localize_give_ajax );
}// Load the global
global $post;// Now check for whether the shortcode ‘give_form’ exists
// In any Post Type at all. You can add additional shortcodes as necessary
if( is_a( $post, ‘WP_Post’ ) && has_shortcode( $post->post_content, ‘give_form’) ) {
wp_register_style( ‘give-styles’, GIVE_PLUGIN_URL . ‘/templates/give.min.css’, array(), GIVE_VERSION, ‘all’ );
wp_enqueue_style( ‘give-styles’ );wp_register_script( ‘give’, GIVE_PLUGIN_URL . ‘/assets/js/frontend/give.all.min.js’, array( ‘jquery’ ), GIVE_VERSION, true );
wp_enqueue_script( ‘give’ );// Do the actual localization of the scripts here / Pass AJAX vars from PHP
wp_localize_script( ‘give’, ‘give_global_vars’, $localize_give_checkout );
wp_localize_script( ‘give’, ‘give_scripts’, $localize_give_ajax );
}
}
// This has to be wp_print_styles in order to override the dequeuing/deregistering we did at the top
add_action( ‘wp_print_scripts’, ‘conditional_give_scripts’, 999 );`but it introduct another problem, now donation doesnt work anymore.
Forum: Plugins
In reply to: [GamiPress - AffiliateWP integration] Replacing Default CurrencyI have found kind of a workaround.
Use gamipress action to send token to affiliate when there is payout
Create a custom curency within affiliatewpLast is to make the amount matchs.
- This reply was modified 3 years, 5 months ago by beware.
Forum: Plugins
In reply to: [GamiPress - AffiliateWP integration] Replacing Default CurrencyHey Paco, same question here,
Just migrate from mycred as i think gamipress is better but seems it doesn’t work well with token ? or is it ?Forum: Reviews
In reply to: [Modern Events Calendar Lite] Clearly a no go, as support is terrible5 months ago it was almost working, then they made an update and now it’s even buggier.
Everyone received a reminder email, even those who haven’t been accepted yet, or those who have been rejected…
Once pmp activated all live mail are destroyed (but not the test)
Find it !
Seems that it is a incompatibility with paid membership pro
My set up is really basic…
Should we take the pro version to sort this out ?elementor (hello theme)
vultr
paidmemebershippro
your plugin
and here it is ??Ok, could we set up a stagging plateform so we can work this out, ?