thinckx
Forum Replies Created
-
Ok I found the solution. Apparently, that was not the only problem, the product was also not adding to the cart. So I looked into that and I found this article. I changed mytheme/woocommerce/single-product/add-to-cart/variable.php back to the original and everything works again. I probably changed some classes or so, which failed the javascript.
Forum: Plugins
In reply to: Qtranslate clashes with WordPress 3.9.1Hello everyone,
My advice: migrate to mqtranslate.
It’s very easy and the modifications you’ll have to make are almost nihil.See this topic: http://wordpress.org/support/topic/migration-from-qtranslate-to-mqtranslate-description
Greetz,
Thomas
Forum: Plugins
In reply to: [mqTranslate] migration from qtranslate to mqtranslate – descriptionHey Uobet,
Thanks you for this plug-and-play information.
Very helpful!
Greetz!
Forum: Plugins
In reply to: [Category Posts in Custom Menu] Alphabetic sorting not working wellHello,
I had the same problem and I found a temporary solution.
I had already a lot of posts before I installed qTranslate and these posts are not affected. But when creating new posts, the plugin indeed makes the title begin with comment symbols.
So I tried changing it in my database. Find the new posts in your database (table: wp_posts) under post_title with post_status ‘published’. Change the value to the normal title.
Example:
change: <!–:en–>Hello<!–:–><!–:nl–>Hello<!–:–><!–:zh–>Hello<!–:–>
to: Hello
That should do it for now. It’s not a permanent solution. I hope the qTranslate-plugin-designers take care of the issue.
Greetz,
Thomas