Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #624036

    Is there any way to activate/add an item counter to the mini cart option that always floats on the right hand of the screen? We are just looking to have the number of items in the cart floating over the cart just like it does when you use the “Always Display attatched to the main menu option”

    Anyone know how to get this done?

    Thanks much for the help ahead of time!

    #624518

    Hi CircaVista!

    It is activated and working fine on my local installation – http://i.imgur.com/zqYoj5P.png
    Can you please post the link to your website and create a temporary admin login credentials and post them here privately so we can look into it?

    Best regards,
    Yigit

    #627999

    Hello Yigit,

    Thanks much for the help! I have posted login credentials for you for temporary admin login in the private content area as well as the link to the website. Let me know if you need anything else!

    Again, thanks much for the help!

    #629175

    Hi,

    I am getting “You must log in to access the admin area.” message when i go to /wp-admin and /wp-login.php cannot be found. Can you please check login link once again?

    Also, please go to Enfold/config-woocommerce folder and open config.php file and find
    $output .= "<a class='cart_dropdown_link' href='".$link."'><span ".av_icon_string('cart')."></span><span class='av-cart-counter'>0</span><span class='avia_hidden_link_text'>".__('Shopping Cart','avia_framework')."</span></a><!--<span class='cart_subtotal'>".$cart_subtotal."</span>-->";
    and change it to
    $output .= "<a class='cart_dropdown_link' href='".$link."'><span ".av_icon_string('cart')."></span><span class='av-cart-counter'>".$woocommerce->cart->cart_contents_count."</span><span class='avia_hidden_link_text'>".__('Shopping Cart','avia_framework')."</span></a><!--<span class='cart_subtotal'>".$cart_subtotal."</span>-->";

    Best regards,
    Yigit

    #629395

    Sorry,
    We were getting a lot of activity on our login page so we hid it. Check out the private content section and you will not be able to login in. My apologies on the mix up!

    We add that code and nothing changed.

    Thanks again for the help!

    #629398

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    
    #top .av-cart-counter {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }

    Best regards,
    Yigit

    #629411

    That did the trick. Thank you so much for your help!

    #629416

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Mini Cart Item Counter’ is closed to new replies.