Sirion89
Forum Replies Created
-
Forum: Plugins
In reply to: [Url Rewrite Analyzer] Fatal errorI don’t remember what project i was working with, times goes fast and i switched over 20project in the last 4 weeks. Programmer life **** eheh
I’ll try this again asap, thank you for the kind answer and the hotfixForum: Plugins
In reply to: [Url Rewrite Analyzer] Fatal errorTo be honest i didn’t try to disable but if you ask me i guess it’s because i had something installed that added some weird url rewrite.
It’s a matter of finding what kind of regex causes the issue, my bad for not printing out the list of rewrites before reporting. I feel ashamed of myself as programmer =(
Hello,
i’ve seen that two plugins updated has been released but the hook is still missing. I had to modify the core file again ??Hello,
any news on this? We’ve got the pro version and it looks like there are no updates for it, although there is one the for the free versionHello @codersantosh ,
which code example would you need? maybe i can provide you with something.
Cheers,
DiegoHello,
Thank you for your response but i feel like that is a very late hook, having one simple hook inside get_title would have been more practical and less invasive. Leave alone the fact that when you hook gutentor_post_module_p6_query_data you have a lot more data to search into.
In the end we opted for a temporary js-based solution. I’ll look forward for some more robust solution when more hooks gets addeed =)
Cheers,
DiegoHi Amrit,
thanks for the quick response, i’ve made a new fresh and empty installation of WP with your plugin only and indeed it works as expected.
I can confirm it’s a compatibility issue with members plugin (https://it.www.ads-software.com/plugins/members/)
As soon as i installed that one, it stopped working.
You can close this.
ThanksFurther inspections showed that even if i temporarily disable the code at line 130 i still get errors since it looks like the code actually expect a single element in that function. It doensn’t check if it’s an array of users so there are multiple things that simply doesn’t work
Cheers,
DiegoForum: Plugins
In reply to: [Quick Buy For Woocommerce] I can’t get this plugin to functionIf u had an old version then it’s very high probable that you now have something to change.
I’ve went through that aswell ?? nothing scary
Forum: Plugins
In reply to: [WooCommerce] Product subcategories paginationis it legal to bump this? ??
Forum: Plugins
In reply to: [WooCommerce] Product subcategories paginationHello,
You are right, my bad that i didn’t specify this. I tried to reproduce the issue, it’s quite easy:
– WordPress last versione fresh install
– Install woocommerce
– Import dummy data
– Create one category (Es. Clothes)
– Create one child cat (Es. accessories)
– Create 10~ subcategory of “accessories” category and fill each of them with at least one product
– Go to Customizer, wooocommerce, default display for categories: subcategories
– View the accessories in frontend, i would expect to see it paged if num_per_row * num_cols < total_child_cat. Right? Instead u get all of the subcategories displayedForum: Plugins
In reply to: [Quick Buy For Woocommerce] Quickbuy button shortcodeThank you for the hyper-quick fix ??
Cheers
- This reply was modified 4 years, 11 months ago by Sirion89.
Forum: Plugins
In reply to: [ReCaptcha Integration for WordPress] is this plugin abandoined?I’d like to know the same. It seems updated just a month ago, maybe they just forgot to raise WP compatibility version, that’s why wordpress plugin page marks it as abandoned
Let’s wait
Forum: Plugins
In reply to: [Role Based Price For WooCommerce] Role based price not working in ajaxHello Varun,
Thank you for the quick response, yeah i thought about that solution too but there are multiple ajax request, i don’t really know if it’s worth searching for all of them ahahahah
I will look forward for the next update ??
Forum: Plugins
In reply to: [Role Based Price For WooCommerce] Role based price not working in ajaxUpdate: that edit is not complete, since it actually breaks backend ajax request like updating prices inside product edit.
We would need to find something more flexible