gaspar
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Products Per Page] Wrong locale gets loadedIt is same (EN).
Is something to do with plugin load order?
Qtranslate-x gets loaded after your plugin?Forum: Plugins
In reply to: [WooCommerce Products Per Page] Wrong locale gets loadedThanks for reply!
I have no idea why this issue occurs with just this plugin.This is how i debug this issue.
1) woocommerce-products-per-page.php, line 157 (2nd line in function load_textdomain()):
$locale = apply_filters( ‘plugin_locale’, get_locale(), ‘woocommerce-products-per-page’ );
echo($locale);it echoes “en_US”
2) in functions.php
add_action(‘init’,function(){ echo get_locale(); exit; });it echoes “ru_RU”
So it does load translation file based on locale but it is the wrong one.
John, can you (or anybody else) please be so kind and add example .json code here so the QTX starts working with it?
Forum: Plugins
In reply to: [Contact Form 7 Multiple Upload Addon] No UploadHello!
Any news from developer?This software is not working correctly! ??
Files are uploaded to server but not attached to email.The custom post i create using your software have no product attributes connected (althou i select them in your software).
OK, i resaved the custom post page settings.
And i selected all of them to be clear what Taxonomies are appearing and what’s not.All categories, product categories, product tags, product shipping classes are appearing in my custom post page. But none of my Product Attibutes (product_attributes) are appearing. They are all marked as Public and Have Archive. Why?
Hi Michael,
i returned this project again and tried this filter.
It is firering in CPTUI edit page.
But this page has this taxonomy already. So no changes in this part.I am little confused now.
Shouldn’t we fix the CPT page i created instead?Afterall my problem is not the CPTUI page (this taxonomy exists there and is checked) BUT the CPT page your plugin creates – this taxonomy ISN’T in this CPT page.
Hope you can help me.
Michael, they are marked “Allow archive”. So this can not be the case.
Should i write this filter?
Or we can somehow make it work without it?
Is should be standard issue afterall. Isn’t it?Thank you for your help!
1) I am trying to figure out what is missing or why your software is not working as i expect.
2) Those are Woocommerce product attributes as i noted.
3) Those taxonomies are appearing in “Registered Types/Taxes page in your software
4) Those taxonomies are appearing in “Add/Edit Pos Types”
5) Those taxonomies are NOT apearing in custom post add/edit page – no section for it.Do you need some database inspection? I can make queries and send it to you.
Can you make this situation on your installation also (add some WC attributes) so you debug it. Hope you can find the reason and fix for this bug.From Woocommerce.
Yes, under the Screen options this section is missing.
BTW, they are Attributes generated by Woocommerce.
None of the “Built-in Taxonomies” by WC are shown under CPT list or edit screen (but they appear under CPT admin).Under “Post Types and Taxonomies registered by Custom Post Type UI.” they are displayed. And in export they also exist.
Can you provide some e-mail address to send this export (not fancy to paste it publicly here).
Forum: Plugins
In reply to: [qTranslate X] Custom FilterYes, i found thru debugging the wrong locale! Change it and everything works flawlessly!
Forum: Plugins
In reply to: [Maintenance] Sites are still visible to search enginesActually the bug is related with timestamp calculation in the core of this plugin.
Sites are open in night (ca from 12-5am)!
I fixed it in my installs and the problem resolved.Forum: Plugins
In reply to: [qTranslate X] Gallery shortcode not working with custom post typeI debugged it and seems that query_posts() in the external helper function makes this happen. So i replaced this logic not to affect global query and got my galleries back.
I mark my problem solved now.
But i guess something can be wrong because it worked flawlessly without your plugin.
You can test it and make some adjustments to avoid this in the future.Thanks again for your very useful plugin and all the best!
Forum: Plugins
In reply to: [qTranslate X] Gallery shortcode not working with custom post typeYes it does.