Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2294173
Displaying/Not Displaying Based On Page
Closed

Comments

  • jason liss started the conversation

    Howdy!


    I was looking to see if it was possible to hide the static bubble cart on certain pages.

    Thank you!

  •  767
    Janilyn replied

    Hi, 

    Thank you for contacting WPClever Support Forum. We’ve received your ticket and assigned one of our developers to give you instructions on that. He’ll be looking into your question and responding with specific instructions as soon as possible. Please note that support in the weekends might be a bit slower than normal. 

    Thanks for understanding. 

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,226
    Dustin replied

    Hi jason,

    Each page have the different class, so you can use it to hide the bubble.

    Example this page https://prnt.sc/qzayjc have class "postid-99", then you can add below CSS code to WP-Admin → Appearance → Customizer → Additional CSS:

    .postid-99 .woofc-count {
        display: none !important;
    }

    Do the same with other pagessmile.png

    Best regards,
    Dustin

  • jason liss replied

    That is perfect. Thank you!

  •  1,226
    Dustin replied

    You're welcome!smile.png

    If you are satisfied with our plugin, please reward it a full five-star ★★★★★ rating. https://wordpress.org/support/plugin/woo-fly-cart/reviews/?filter=5
    Thank you in advance! <3

    Best regards,
    Dustin