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

Okay
  Public Ticket #2388180
Mobile and tablet Fly Cart
Closed

Comments

  • Théo started the conversation

    Hi there!

    Thank you for this amazing plugin, it's very nice and bring a very beautiful touch in website ! 


    I just have one question about the manual display of the button, I understand that I have to write the class or ID in the case dedicated to this in the option of Fly Cart, but how is work after ? What is the "code" to apply and to write to display the Fly Cart anywhere in the site ? 


    In fact, I try to improve my tablet/mobile menu, I want to display the Fly Cart outside of my menu, I want to hide the Fly Cart in my menu hamburger and display it in my header mobile/tablet device. Do you think that is something possible ? 

  •  767
    Janilyn replied

    Hi Theo,

    Thanks for your kind words about our pluginbigsmile.png

    I have transferred your ticket to our developer so that he can check if it's possible and give you further instructions.

    He'll will be responding as soon as he's available for support. Please stay patient meanwhile.

    Best regards.


    Janilyn T. - WPClever Support Agent

  •  1,223
    Dustin replied

    Hi Théo,

    We have three ways to add the cart menu:

    #1. When you fill the class name here https://prnt.sc/sb17p8, then you can place the link every where with this class name https://prnt.sc/sb18jb and when clicking on this link, the fly cart will be opened https://prnt.sc/sb194z. This link hasn't the icon and count.

    #2. If you want to place the menu with icon and count, just need to add an element with class name "woofc-cart-link" https://prnt.sc/sb1ay8, it will be shown like that https://prnt.sc/sb1bac

    #3. You also can use the PHP code:

    if ( class_exists( 'WPCleverWoofc' ) ) {
        WPCleverWoofc::woofc_get_cart_link( true );
    }

    Best regards,
    Dustin

  • Théo replied

    Hi Frankie!

    Thank you a lot for your help, it works and it's really amazing ! Thank you again. 

    I just have an issue with the mobile menu, the fly cart is always in the hamburger menu while I disabled the option which allow it to be in the menu mobile but without any success. The FlyCard is always in the menu, do you have an idea how I can hide it? I took a screenshot here : https://prnt.sc/sbs2mr, I took also a screenshot of my option : https://prnt.sc/sbs4sa.

    My website is : https://www.soleilconceptstore.com/

    Thank you again for your help and your availability! 

    Théo



  •  1,223
    Dustin replied

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .et_mobile_menu .woofc-menu-item {
        display: none !important;
    }

    Best regards,
    Dustin

  • Théo replied

    Thank you a lot Frankie, it worked ! 

    Great support! 

    Best, 

  •  1,223
    Dustin replied

    You're welcome!smile.png

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

    Best regards,
    Dustin