• Seems like I can’t stop the paypal buttons from loading and appear in the mini-cart rollover. Any advice would be much appreciated,

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter fuzzyfluid

    (@fuzzyfluid)

    just to clarify, im hoping to unload it completely from the hompage, not just display:none on the button.

    Phil

    (@fullysupportedphil)

    Automattic Happiness Engineer

    I’m not sure what you are referring to. Can you share a screenshot of this?

    Is the issue on your homepage? Or on the cart?

    The cart icon on your homepage did not have rollover effect when I visited your site. That being said, that isn’t a default function of WooCommerce anyways, so if you are using a feature like that you’ll want to take a look at which plugin is adding that function.

    Thread Starter fuzzyfluid

    (@fuzzyfluid)

    Following up here, i did dequeue to Disable Cart Fragmentation on Front Page due to speed issues.I hate not having it load. I ultimately hid the buttons on all pages with

    body .widget_shopping_cart .paypal-button{
    display:none;
    }

    is there a way to keep the cart fragments and maybe load it after full page load as i also hid the overlay which is why you do not see it on my homepage.

    .home #main-navigation li.nav-cart .nav-cart-content {
    display: none!important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Prevent Paypal buttons in Minicart’ is closed to new replies.