Jeremiah
Forum Replies Created
-
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Error on activateHi Doug,
To be honest, it wasn’t designed to be used with multisite. However, that seems like an odd error to be getting. I’ll investigate a little bit this weekend and see what could be the matter.
Hi whiskez! Thanks for the feedback. WPML compatibility is something we’ve discussed, but that would probably be a premium upgrade as it’s a lot of extra work. We’ll dig into this a little more though and see what we can come up with. Will keep you posted!
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] New version won't align rightHey there! There should be no change in the way it positions verses the previous version. Can you post the url to your site so I can check it out? Thanks!
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Cart menu issueMarking as resolved, as there is no indication of an issue outside of what Pomegranate mentioned.
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Empty cart = link to store homepage?Done! Checkout version 2.0
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Menu Cart Not VisibleHi Vitros! Did you still need help with this, or can I assume your issue is resolved?
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] LanguageVersion 2.0 has your language included. Please let me know if it works!
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] LanguageSend them to [email protected]. The next release of the plugin is big and will hopefully be coming in the next few days. I’ll include your translation files.
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] LanguageHi Wida! I completely missed this message, sorry! Insert the function I pasted above, and copy the files into the plugin folder. You’ll probably want to use an FTP client. Go to yourwebsite.com/wp-content/plugins/ and copy the files into the woocommerce-menu-bar-cart folder
Let me know if that works!
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Cool basic ideaUlrich, just wanted to let you know that everything you recommended will be present in the next release of this plugin. Also, the new plugin will include translation files. Was wondering if you’d like to submit yours to be included in the plugin for the next release? There will be some new features and I’d like to translate the option page as well.
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Thanks and a question abot languageOkay, just watch for it. It should be available in the next week or so. You’ll just have to update the plugin and you’ll be good to go!
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] LanguageHi Wida, glad you like this! Thanks for the review.
Right now you have to manually add the language yourself. It should look something like the following with the current plugin setup:
add_action( 'plugins_loaded', 'languages' ); function languages() { load_plugin_textdomain( 'wc_menucart', false, dirname( plugin_basename( __FILE__ ) ) ); }
The release that’s coming out in the next week or so will have a much more streamlined process for this. What language are you translating this into? Would you be willing to send me your .po and .mo file so I can add them to the next release?
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Thanks and a question abot languageHi Bosshog21. Glad you like the plugin! It’s setup so that it will be translatable, but you have to add the .po & .mo files yourself. However, Dutch translation will be included in the next release. You can either set it up on your own. There’s a great WordPress article on it here: https://codex.www.ads-software.com/Translating_WordPress
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Menu Cart Not VisibleHi Vitros, did you get a chance to test the suggested code?
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Agapebands css linkI’m also marking this one as resolved. The css has been brought into the plugin on the next release instead of being called from a remote site and has been minimized to include only the necessary styles. Will also be coming in the next release.