-
AuthorPosts
-
April 28, 2016 at 11:03 pm #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!
April 29, 2016 at 2:49 pm #624518Hi 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,
YigitMay 5, 2016 at 10:31 pm #627999Hello 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!
May 9, 2016 at 1:14 pm #629175Hi,
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,
YigitMay 9, 2016 at 5:58 pm #629395Sorry,
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!
May 9, 2016 at 6:04 pm #629398Hi!
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,
YigitMay 9, 2016 at 6:24 pm #629411That did the trick. Thank you so much for your help!
May 9, 2016 at 6:28 pm #629416Hey!
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 -
AuthorPosts
- The topic ‘Mini Cart Item Counter’ is closed to new replies.