etiennedar
Forum Replies Created
-
Hi,
I have the latest version 3.1.6
With the latest version of WordPress, Latest version of Woocommerce also.Any idea ?
Thank youForum: Plugins
In reply to: [Related Products for WooCommerce] 4 columns and related products title Hwill do!
Forum: Plugins
In reply to: [Related Products for WooCommerce] 4 columns and related products title HActually I managed to find another solution 😉
with this link
https://gist.github.com/raisonon/10107850 and set to 4 columns
/* 4 Columns */
.woocommerce.single-product ul.products li.product,.woocommerce-page.single-product ul.products li.product,.woocommerce.single-product .upsells.products li.product,.woocommerce-page.single-product .upsells.products li.product{width:22.05%}It now looks perfect!
https://pasteboard.co/GAAX7lh.pngThank you for your plugin!
Forum: Plugins
In reply to: [Related Products for WooCommerce] 4 columns and related products title HHi,
Thank you very much.I changed the title, this is perfect.
As for the columns, I am still working on a dev site, not online for the moment.
When I set 4 products to appear, they appear on 3 visible columns (I think because It is replicating the shop page which has 3 product columns and a sidebar column).
Attached is what it looks.
I would prefer to have the 4 related products appear on one line.https://pasteboard.co/GAAF7pK.png
Thank you very much !!!
Just found out
.apple-pay-button {
padding:10px
}function dm_deregister_styles() { if ( is_singular( ‘product’ ) ) { if ( class_exists(‘WC_Stripe_Apple_Pay’) ) { wp_dequeue_style( ‘stripe_apple_pay’); } } } add_action( ‘wp_print_styles’, ‘dm_deregister_styles’, 100 );I just managed to do it.
`function dm_deregister_styles() {
if ( is_singular( ‘product’ ) ) {
if ( class_exists(‘WC_Stripe_Apple_Pay’) ) {
wp_dequeue_style( ‘stripe_apple_pay’);
}
}
}
add_action( ‘wp_print_styles’, ‘dm_deregister_styles’, 100 );I now have another problem:
It’s working perfectly, but now I have a css conflict on the cart page.
The apple Pay button is going over the update cart button.
Any idea how I could add a css margin to the apple pay button on cart page only?
Thank you!I have the sam issue.
Dademaru (@xendo) your function.php tip did the job on the product pages.
But it messed with the cart and checkout page, the Apple Pay logo is to small now.any idea how you could make this function only for the product pages ?
Thank youForum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Button placement on iPadIt seems the Apple Pay button is not appearing at all.
I am on Sierra, Safari and iPhone.
But I can’t see any logo on product page, cart and checkout pages.
Could it be a theme problem ?Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Button placement on iPadHi
I also have a display problem.
Only on the product page.
I thought I could hide the Apple Pay button with CSS but can’t find a way.
Any idea or tips.
To disable the Apple Pay button on all product pages ?