Laurent-ma
Forum Replies Created
-
Forum: Plugins
In reply to: [Meow Lightbox] Disable the little google maps in the circleInitially, I wanted to delete the thumbnail because it was not always displayed on all cards. Since the last update, this concern is resolved. There was a problem with the Lazy loading.
However, I managed to display a group point by playing in the css file at this location:
meow-lightbox-pro / meowapps / css / style-pro.css
For the zoom level on the map, you must change the parameter on line 66 of the mwl-core.js file at this location:
meow-lightbox-pro / meowapps / js / mwl-core.js
replace the number 13 with a smaller number, 10 in my case.
?
this.map = L.map (this.container_id) .setView (this.center, 13)
Laurent
Forum: Plugins
In reply to: [Meow Lightbox] Disable the little google maps in the circleI finally got a response from the developer by email. Super nice and great contact. The problem is resolved in a few minutes.
Now it works really well.Forum: Plugins
In reply to: [Meow Lightbox] Disable the little google maps in the circlehow to hope to have an answer?
Very disappointed with this lack of seriousnessForum: Plugins
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] Corona bannerHI,
I have made some test and the corona banner, when you activate the Current Case
the gtmetrik score drop from 99% to 59% ??here is my print screen : https://www.dropbox.com/sh/4hknjp36e7qyckm/AADoSmcXiVPeeZCoyEpwPx9Ba?dl=0
I disable current case actually.
- This reply was modified 4 years, 7 months ago by Laurent-ma.
Forum: Plugins
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] Corona bannerHI,
Thank you for your answer. I have a difference between the banner and the date on the site.
Does the update take a long time ?Thanks for the good work
Laurent
Forum: Plugins
In reply to: [Photo Engine (Media Organizer & Lightroom)] WP/LR and Divi ThemeHi Jordy,
I found a workaround : I use the Meow gallery et Meow Lightbox ??
It’s more intuitive for me. I have some problems with the Lightbox because every image load in Lightbox … but I continue to play with the plugin on my test site.
Edit : Ok, I just found how to do it with the class id.
I’m Happy ??
- This reply was modified 4 years, 8 months ago by Laurent-ma.
Forum: Plugins
In reply to: [Photo Engine (Media Organizer & Lightroom)] WP/LR and Divi ThemeHi Jordy
I just buy the plug-in. It’s quite difficult to understand for me.
Anyway I have synchronize a picture to the media library from LR. This is ok
But I don’t know how the put the shortcode ?Can you help me ?
Laurent
Forum: Plugins
In reply to: [Photo Engine (Media Organizer & Lightroom)] WP/LR and Divi ThemeHi
Thanks for your answersForum: Plugins
In reply to: [Conditional Menus] WordPress 5Still waiting to upgrade to WP 5 … ??
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Class WC_Stripe_Apple_PayHi,
I was in stripe 4.05 I just update and now it’s works fine ??
Thank you very much for your help
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Class WC_Stripe_Apple_PayNo, I have a blank page
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Class WC_Stripe_Apple_PayOups ! sorry
/* * Removes Apple Pay button on the checkout page. */ remove_action( 'woocommerce_checkout_before_customer_details', array( WC_Stripe_Payment_Request::instance(), 'display_apple_pay_button' ), 1 ); remove_action( 'woocommerce_checkout_before_customer_details', array( WC_Stripe_Payment_Request::instance(), 'display_apple_pay_separator_html' ), 2 ); /* * Adds Apple Pay button on the checkout page, below customers details, and inverse button/separator order. */ add_action( 'woocommerce_checkout_after_customer_details', array( WC_Stripe_Payment_Request::instance(), 'display_apple_pay_separator_html' ), 1 ); add_action( 'woocommerce_checkout_after_customer_details', array( WC_Stripe_Payment_Request::instance(), 'display_apple_pay_button' ), 2 );
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Class WC_Stripe_Apple_Pay/* * Removes Apple Pay button on the checkout page. */ remove_action( 'woocommerce_checkout_before_customer_details', array( WC_Stripe_Apple_Pay::instance(), 'display_apple_pay_button' ), 1 ); remove_action( 'woocommerce_checkout_before_customer_details', array( WC_Stripe_Apple_Pay::instance(), 'display_apple_pay_separator_html' ), 2 ); /* * Adds Apple Pay button on the checkout page, below customers details, and inverse button/separator order. */ add_action( 'woocommerce_checkout_after_customer_details', array( WC_Stripe_Apple_Pay::instance(), 'display_apple_pay_separator_html' ), 1 ); add_action( 'woocommerce_checkout_after_customer_details', array( WC_Stripe_Apple_Pay::instance(), 'display_apple_pay_button' ), 2 );
This code was use with stripe 3 to move te Apple Pay button under the customers details
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Class WC_Stripe_Apple_PayUnfortunately, it’s doesn’t works !
I have a beautiful blank Page …
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Apple Pay bypass terms and conditionsOH Ok,
So I have had CSS in my child theme to disabled the Apple Pay in cart page. Works Fine.
Another question. This code doesn’t seem to works anymore :
/* * Removes Apple Pay button on the checkout page. */ remove_action( 'woocommerce_checkout_before_customer_details', array( WC_Stripe_Apple_Pay::instance(), 'display_apple_pay_button' ), 1 ); remove_action( 'woocommerce_checkout_before_customer_details', array( WC_Stripe_Apple_Pay::instance(), 'display_apple_pay_separator_html' ), 2 ); /* * Adds Apple Pay button on the checkout page, below customers details, and inverse button/separator order. */ add_action( 'woocommerce_checkout_after_customer_details', array( WC_Stripe_Apple_Pay::instance(), 'display_apple_pay_separator_html' ), 1 ); add_action( 'woocommerce_checkout_after_customer_details', array( WC_Stripe_Apple_Pay::instance(), 'display_apple_pay_button' ), 2 );
Do you know why ?
Laurent
- This reply was modified 6 years, 9 months ago by Laurent-ma.