Jeremiah
Forum Replies Created
-
That’s odd. I wonder if it’s interfering with any other plugins. Can you confirm that you’ve set a menu from the WordPress admin screen. It should look something like this image.
Hey there! I’ve yet to see this error. Two quick questions for you. 1. at what point in the setup process did you get this error? 2. Do you have a custom menu already set in your wordpress menu admin?
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Cart won't show respective user's items/order.Hi florbv, you’re very welcome!
It is indeed either an issue with WooCommerce or with your site’s caching. You can tell because if you visit your shopping cart the number of items on the cart page matches the number of items in the menu cart plugin. The plugin pulls it’s data from WooCommerce, it doesn’t actually affect the number of items in the cart. I created a couple of accounts to test and it looks to me like the items in the cart aren’t resetting when you switch users. Although, perhaps it ignores the user and uses cookies instead? It would be worth asking WooCommerce how this works.
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Cart won't show respective user's items/order.Hi florbv! Can you give us a link to your site? We’ve seen this kind of behavior, and it never has anything to do with the menu cart plugin. It’s usually a session issue with woocommerce or a caching issue. Either way, I’d like to confirm that’s the case just to make sure. 🙂
Jeremiah
Forum: Reviews
In reply to: [WP Menu Cart] Really useful functionality – FANTASTIC supportI believe Ewout deserves credit on this one, but thank you so much for your great review!
Forum: Plugins
In reply to: [WP Menu Cart] WP Menu CartHi PG!
Just download the file, and then send an email to support@wpovernight.com with the file attached.
Forum: Plugins
In reply to: [WP Menu Cart] WP Menu CartAlso, PG, here’s a link to another users issue with Artisteer that may help you understand it a bit better: http://wordpress.org/support/topic/problem-adding-custom-menu-function-to-artisteer-template?replies=2 Also, this is the article by WordPress: http://codex.wordpress.org/Function_Reference/wp_nav_menu
And it should be your header.php, so never mind sending the whole zip file. Just send me your header. 🙂
Forum: Plugins
In reply to: [WP Menu Cart] WP Menu CartThanks PG! Do you have FTP access to your site? If so, could you download your theme that you created with Artisteer, zip it and email it to support@wpovernight.com? I can take a look at it as the change you need may not be in your header.php, but possibly in your functions.php.
Forum: Plugins
In reply to: [WP Menu Cart] WP Menu CartGreat, glad we got it figured out!
Start with this article: http://budstechshed.com/make-your-artisteer-menu-compatible-with-wp30/
The other guy that had this issue ended up sending me this response:
The only change I made was to replace the Artisteer menu function with the WordPress wp_nav_menu function in my themes header.php file, and now your cart icon is displayed! I went further and parsed the Artisteer style classes in the function, and now the menu renders exactly how I have set it up in Artisteer!
Hopefully these will get you started in the right direction. I’ll be unavailable for the next couple of hours but I’ll check in later to see if this worked for you.
Also, if you’d like to leave a rating you can be the first to do that here.
Forum: Plugins
In reply to: [WP Menu Cart] WP Menu CartHey PG!
I’m glad you appreciate our support. Feel free to give us a rating. 😉 Also, I think I may know the issue. Did you build this theme with Artisteer? Artisteer doesn’t properly register the menus with WordPress, therefore rending this plugin useless. However, I do know of a fix that I can send to you if this is your issue.
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Undefined variable: menu_itemHey Todd!
Thanks for your message. I thought we included that in the latest release, but looks like we missed it. We’ll be sure to include it in our next release. 🙂 Also, glad you like the plugin. Let us know if you have any other suggestions!
Jeremiah
Forum: Plugins
In reply to: [WP Menu Cart] WP Menu CartHi PG!
Here are a couple things to check:
1. Make sure you’ve set a menu under the WordPress menu’s area and that it’s associated with the menu area of the theme underneath the header.
2. If that’s already the case, make sure that your theme is using the WordPress 3.0+ menu system.
Also, if you can provide a link to your site that would be very helpful for troubleshooting. 🙂
Forum: Plugins
In reply to: [WP Menu Cart] WP Menu CartHey PG!
Looks like Ewout may have accidentally uploaded the wrong test version. How about this one instead? 🙂
Forum: Plugins
In reply to: [WP Menu Cart] WP Menu CartHey PG!
We actually have a working version but have had some trouble with the ajax, which is why WP Ecommerce hasn’t yet been released. Everything works, but if you add an item to the cart you’ll have to go to another page before it updates. If you’re okay with that, I can upload a version for you to test.
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Align Right ProblemsHey!
Somehow we dropped the css on a recent update. Add the following to your theme’s custom css:
.wcmenucart-display-right {
float: right !important;
}We’ll push an update soon, but that should do it for now.