• Resolved nikxmystic

    (@nikxmystic)


    I installed this plugin a couple days ago and the icon was showing just fine. However, when adding to cart, the spinner animation kept loading even though the item is in cart. I saw another post here that suggested to force enabling the spinner for this plugin. After I did that, it fixed the issue, but the icon will no longer show up on the floating cart. I am not sure what happened.

    Update: After reopening the page, the force enable spinner doesn’t seem to fix the issue with the spinner also.

    • This topic was modified 3 years, 11 months ago by nikxmystic.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Seems like the new used variable is missing for the background-image of both the cart and close icon.

    var(--xt-woofc-trigger-close-img-icon)
    var(--xt-woofc-trigger-cart-img-icon)

    Workaround:
    If you upload the svg from the plugin folder (public/assets/img) to your own wordpress media library, you can use custom css to change bot background images to direct to the uploaded icons. Make sure to use !important to override.

    span.xt_woofc-trigger-close-icon {
    	background-image: url("https://www.ijshuys.nl/wp-content/uploads/2020/12/close.svg") !important;
    }
    span.xt_woofc-trigger-cart-icon {
    	background-image: url("https://www.ijshuys.nl/wp-content/uploads/2020/12/open.svg") !important;
    }
    
    • This reply was modified 3 years, 11 months ago by mvsambeek.
    Thread Starter nikxmystic

    (@nikxmystic)

    Awesome! That fixed the missing cart images, thank you. Would you know why my light box’s add to cart button keeps spinning and not close out of it after adding the item to cart?

    That I don’t know. But that has to do something with another plugin I suppose.

    Plugin Author XplodedThemes

    (@xplodedthemes)

    Hey Guys,

    The issue is now resolved in v2.0.1

    Let me know if this works for you!

    Cheers

    This issue is fixed now!

    Thread Starter nikxmystic

    (@nikxmystic)

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Floating Cart Icon Missing’ is closed to new replies.