rosaiani
Forum Replies Created
-
Hello Bas, this worked now, perfect.
Thanks!@webifish
Thanks, I debugged it and there are no errors with multi-lingual.It was working ok before the update.
http://cl.ly/image/033Z400X1L3r Here’s a screenshot of the multi currency setup. Only visible language is English. Can this be a clue to the problem?
Best[Moderator Note: Please ensure that you are embedding links correctly in your posts.]
After I updated to WooCommerce 2.17 Woocomerce MultiLingual doesn’t show currencies other than the Main in either language for the site. So my base price is in USD secondary in BRL. Prices in the PT_BR version only shows in USD. Also on WCML settings page there’s only one currency showing in the last option, instead of 2.
Any thoughts?
Best
RodrigoForum: Plugins
In reply to: [WooCommerce] Default variation not showing.Same here… plus in products with Multiple Variations, some of them never get enabled…
Just figured out what it was in my case. I was doing a very custom template and didn’t know I needed a
<?php wp_head();?>
in my header.php file.
Now everything works fine!
Hope it helps you too.I got that same error, and what happens is the plugin’s js file is not linking properly. This means that the file doesn’t load the galleryview plugin therefore outputting this error.
I haven’t found a clean solution yet, but if you do this in your header.php file, it goes one step further in presenting the gallery.
First go to the plugins folder and find the nextgen galleryview plugin folder, then copy paste it into your template (under a js folder for instance). Then link the pasted js in your header as such:
<script src="<?php bloginfo('template_url'); ?>/myjsfolder/thenameofthejavascript.js" type="text/javascript" charset="utf-8"></script>Next step is to fix the images and configs that are still messed up. I know there must be a cleaner solution to this but I haven’t found it yet. If you find anything, let us know!
Cheers