Jeremiah
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin Name: WP Symposium Toolbar] Woocommerce Cart@guillaume – thanks for the response here. Do you have any methods of hooking into your plugin to add extra items?
Forum: Plugins
In reply to: [Plugin Name: WP Symposium Toolbar] Woocommerce CartI’m unfamiliar with the way symposium works, but I am an author of the menu cart plugin. If there’s a way to add a shortcode to symposium the pro version of menu cart has a shortcode.
Forum: Reviews
In reply to: [Menu Cart for WooCommerce] Easy to use and looks greatThanks for the kind words, and enjoy! 🙂
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Shrinking header and position of menu cartHi there, thanks for your message!
It looks like your theme sets a height for the menu items on page load, and then uses javascript to adjust them to a new height as you scroll down the page. I would recommend looking at what classes are included in your other menu items but not in the menu cart. Then use this method here: https://wpovernight.com/faqs/add-extra-classes-menu-cart-item/
If you need us to do it for you we have a custom css service available at WP Overnight: https://wpovernight.com/downloads/menu-cart-pro/
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] cart icon does not update after item removalHi there!
Are you comfortable making a few php changes yourself?
If so, give the following a try. In wp-menu-cart.php comment out (place a
//in front of) line 35add_filter( 'add_to_cart_fragments', array( &$this, 'woocommerce_ajax_fragments' ) );Between line 55 and 56 paste the following:
add_action("wp_enqueue_scripts", array( &$this, 'load_custom_ajax' ), 0 );Make sure to do this via FTP so you can undo if you make a mistake, and let me know if that works for you.
Jeremiah
Forum: Plugins
In reply to: [Bulk Order Form for WooCommerce] Fatal ErrorCan you email me your system status report to support@wpovernight.com? You can find it under WooCommerce -> System Status. There’s a button at the top to download.
Thanks!
Forum: Plugins
In reply to: [WP Menu Cart] WP Menu Cart Not showing on my site@monica, thanks for posting? Would you mind opening a new thread? https://wordpress.org/support/plugin/wp-menu-cart
Thanks! 🙂
Forum: Plugins
In reply to: [Bulk Order Form for WooCommerce] Fatal ErrorHi there,
What version of WooCommerce (not the bulk order form) are you using?
Forum: Plugins
In reply to: [Bulk Order Form for WooCommerce] Fatal ErrorWhat version of WooCommerce are you using? Can I get a link to the page to check it out?
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] How to show cart in nav bar in mobile view?Hi Bocage!
You can add it anywhere you have a widget area. In your case you’ll want to try to put it to the left of the search form and to the right of the menu.
Forum: Plugins
In reply to: [Bulk Order Form for WooCommerce] CheckoutHello 🙂
I’m not quite understanding what you’re needing. Are you needing someone to login before having access to the order form, then from the order form have them go to cart then checkout?
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] How to show cart in nav bar in mobile view?You’re welcome!
The menu cart plugin rests inside the menu, so whatever your menu does it will do also. Adding it via a shortcode would separate it from the menu and achieve what you’re after. You’re free to dissect the code and attempt something yourself, but the pro version will definitely be the easiest way to achieve what you’re after.
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] How to show cart in nav bar in mobile view?Do you know if you can add a shortcode to that header? If so you can menu cart pro includes a shortcode that would allow you to do this.
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] How to show cart in nav bar in mobile view?Hi there! Could you post a link to your site so we can take a closer look?
Thanks!
Jeremiah
Forum: Plugins
In reply to: [Bulk Order Form for WooCommerce] CheckoutGlad to hear it, thanks! So basically you’re looking for something like a pre-order form that captures the user’s name, email address and sends their product request to you in an email?