Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor angelleye

    (@angelleye)

    What is “not so nice” about it?

    Sounds like you need to make a CSS adjustment of some sort. Can you provide a URL where I can see this on your site? I may be able to give you a quick tip on what to adjust.

    Thread Starter lonewolf70

    (@lonewolf70)

    Thanks for your answer.

    Here it is an Example. https://www.reitsport-schill.com/shop/euro-star-jacke-jette/

    With not so nice i mean the Original Button is better for the Customers so they know matter what it is.

    Another Problem since the update is… The PayPal Express Button was at the right from the Add to Cart Button. Now it is under the Add to Cart Button. I use this CSS, but it don´t work.

    .single_add_to_cart_button : before {
    display: inline;

    }

    .single_variation_wrap_angelleye {
    float: none;

    }

    I test it with and without !Important;

    Thnaks for your support!

    Plugin Contributor angelleye

    (@angelleye)

    That actually looks like a custom Express Checkout button you must be using..?? That is not the default button that PayPal serves up for people to use (which the plugin uses).

    This is what we should see there for the image URL: https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif

    That image has the button with a solid background and everything.

    Your button is: https://www.reitsport-schill.com/wp-content/uploads/2016/03/paypal-express-checkout-logo.png

    Which is a PNG with a transparent background, and then your theme is setting the background color on the div behind it.

    Plugin Contributor angelleye

    (@angelleye)

    About the button placement…

    To get the button to show up next to the Add to Cart button we had to use some funky JS/CSS hacks. This got that to work, however, it caused issues when people would try to use the WooCommerce hooks related to “before add to cart”, “after add to cart”, etc.

    As such, we removed our little hack and we now leave it up to the hooks to do what they do, but there isn’t a “to the right of add to cart” hook that we could use there.

    What I think we’ll do in the next small update is go ahead and add an option into the settings panel where you can “force EC button to the right of Add to Cart” and if you have that enabled then it will go ahead and force the placement like we had before.

    We’ll try to get that next update done within a couple of weeks, but I can’t guarantee it.

    You should be able to make any adjustments you need in your theme’s CSS, though, to get it back over there where you want it, or maybe even with some JS magic of your own.

    Thread Starter lonewolf70

    (@lonewolf70)

    The png-file was the solution. I have not thought about it. Now it works fine.

    About the placement:

    Could be nice if you install the function again.

    Thanks for your very fast support!!!

    Thread Starter lonewolf70

    (@lonewolf70)

    For the Button Placement here is the CSS with AVADA Theme:

    .angelleye_button_single {
    margin-left: 20px;
    }

    .summary .variations_form.cart, .product-type-grouped .summary .cart {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    }

    Plugin Contributor angelleye

    (@angelleye)

    Glad you got it worked out!

    If you have a moment to leave a review for the plugin that would be great. Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘PP Express Button Problem with Aava Theme’ is closed to new replies.