tomkzo
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce & qTranslate-X] Category names brokenWelln that’s strange, and yes maybe you have another issue ? try to talk about it on the qTranslateX support forum, cause the author of the pluggin is the same, and he should answer you there quickly :
Forum: Plugins
In reply to: [qTranslate X] Woocommerce category name brokenThank you for your work ! 🙂
Forum: Plugins
In reply to: [WooCommerce & qTranslate-X] Category names brokenSo, just change the mode of the text editor ; the issue appears when you are in raw mode, just change it to Visual editor and it will work
Forum: Plugins
In reply to: [WooCommerce & qTranslate-X] Category names brokenHello, someone gave me the answer on the qTranslateX support forum : when you edit a category, you just have to switch to Visal Editor (even if you don’t edit any text) ; it ables you to enter the different titles according to the languages you want… so simple !
bye
Forum: Plugins
In reply to: [qTranslate X] Woocommerce category name brokenNoooo ! can’t believe it was so simple… just switching make the issue disappear… thank you very much !
Forum: Plugins
In reply to: [Tiled Gallery Carousel Without JetPack] Remove the Title?i finaly installed another plugin. Thanks anyway
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Widget filters not working after updateNo you don’t get it, I don’t want to show all values, I want to show the values according to the products categories, it was working like this before the update.
Before the update :
I am in category A page –> filters show ONLY attributes of category AAfter the update :
I am in category A page –> filters show attributes of ALL categoriesThat’s my issue. And i’ve tried to change the paramaters in admin page but it’s not working like before.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Widget filters not working after updateI just send you an email with all the links and screenshots you asked.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Widget filters not working after updateYes, thank you very much. Can I send you the links to a private email ? I can’t post it on public because the website is not finished yet.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Widget filters not working after updateHi Dima, I just update to 1.1.0.2 and the js error disappeared but the problem still remains : the filters only shows some of the attributes, and attributes that are not related with the products shown. It’s working if the attribute is related to the products but why does it shows attributes not related ?
Forum: Plugins
In reply to: [WooCommerce] " my-account " translation url issueI tried to change this function but can’t achieve to replace “my-account” by “mon-compte” in the url according to the browser language :
/**
* Retrieve page permalink
*
* @param string $page
* @return string
*/function wc_get_page_permalink( $page ) {
$permalink = get_permalink( wc_get_page_id( $page ) );return apply_filters( ‘woocommerce_get_’ . $page . ‘_page_permalink’, $permalink );
}/includes/wc-pages-functions.php
Forum: Plugins
In reply to: [WooCommerce] Problem with permalinks and product categoriesHello Casper ! I can’t find more answers to our issue but I found another problem 😉
I got issues with the “my-account” translations redirect url ;
For exemple, when I want to see an order from the French account, I should see :
http://www.monsite/mon-compte/view_order/803
BUT i’m redirected to the default english url
http://www.monsite/my-account/view_order/803
Same issue when I login and logout but I managed to solve this creating a special function.
Do you have the same problem ??
Forum: Plugins
In reply to: [WooCommerce] Problem with permalinks and product categoriesI can’t find more, so I keep my parameters as I have done, its ok for me but this is strange that no one else find a solution to this issue or even talk about it…
Forum: Plugins
In reply to: [WooCommerce] Problem with permalinks and product categoriesYes maybe it’s a language issue, cause I’m also using 2 different languages, EN and FR. I’m using Polylang Plugin and WooCommerce Polylang Integration. What multilang plugin are you using ?
Forum: Plugins
In reply to: [WooCommerce] Problem with permalinks and product categoriesSo far what I’ve found is this :
WordPress Permalink : set to ” postname “
Base category product : set to ” shop “
Base permalink product : set to “/detail/%product_cat%”‘shop’ and ‘detail’ are generic words, you can put what you want but they need to be different : you can’t put ‘shop’ 2 times, it won’t work.
That’s the best I have right now 🙁