paulnl
Forum Replies Created
-
Forum: Plugins
In reply to: [SyncFields] Reply to – Sync delay 1 time?Indeed my problem with Gravity Forms. Thanks for the suggestion, this fixed it in my case.
Indeed for others who may experience the same issue: Meanwhile I received advise from Stack Overflow which worked perfectly.
And thanks so much @wpallimport for volunteering your solution. Because of the working advice I received separately, I didn’t test yours.
Thanks, but I don’t want to use the product base price.
I want to enter the cost price of the product for each product, using your ‘Cost of Goods’ module.
Next, I want to calculate the frontend price based on the cost price times a margin of 1.5, using your ‘Product Price by Formula’ module.
So, if [wcj_product_purchase_price hide_currency=’yes’] is not the right variable to use to pick up the cost price in the formula, what variable is the cost price of a product coming from your ‘Cost of Goods’ module?Forum: Plugins
In reply to: [Disable Gutenberg] Gutenberg still controls Widgets screenWhat a relief, thanks!!!
Forum: Plugins
In reply to: [Gragrid: Gravity Forms + SendGrid] Fatal errorThanks for your quick action. I checked, it works perfectly!
Forum: Plugins
In reply to: [Simple Local Avatars] Still doesn’t work with Elementor Pro@dinhtungdu, not sure why you refer to a theme? I didn’t mention a theme, and my remark will apply to any theme for that matter. I’m referring to Elementor Pro. To be precise, the issue happens when I use the ‘Author Box Widget’!
To check if it was something else in my WordPress setup that created this problem I switched to the plugin ‘WP User Avatar | User Profile Picture’. With that plugin it works out of the box.
Forum: Plugins
In reply to: [Simple Local Avatars] Still doesn’t work with Elementor ProHi @jeffpaul,
See above, I forgot to tag you.1. “include child” – We have it in Conditions but missing in the Filtering Conditions. I already create a task about this. It will be added asap
Good to hear. Keep me posted please when it’s done!
2. “issue with sub-filter not clearing value” – Our QA will check it asap and if there is an error it will be forwarded to our developer.
Thanks. Please keep me posted!
3. “you just need to add the Ajax logic so it reloads conditions” – it sounds good and probably will be easier but it will slow down the plugin. There are few things:
– Conditions are faster. Maybe not that much but still.
– Filtering Conditions require filter wrapper to be presented on the page. Other way we don’t know where to place the filter when it match the conditions. BUT some themes are adding styles to this wrappers like border and you see just lines in the sidebar. Right now we cannot fix it. Conditions don’t have this issue as they don’t show the filter at all(no wrappers, no issues).>>>>>> This was my first thoughts about your proposition #3
But “a filter disappear when no applicable product is shown anymore” is rather a good argument. I need a time to think how to change it and maybe we will remove second Conditions box as you proposed.
It will not be that fast as we need to find an easy way to move people who already configure it with current options.Fair enough about the difference in speed between Ajax vs Conditions, you are probably right Conditions are faster. Not sure the marginal speed gain is worth the extra complexity, but I leave that to you!
Yes you need to wrap your head around the problem to move people who already configured it with current options, I can imagine. The simplest way might be to migrate their settings automatically to the new settings ‘logic’, and then to display a warning (one time until dismissed permanently by the user) in the WP Admin plugin settings page that the logic has changed, plus a brief explanation. This prohibits problems for people who are not aware of the change and do not log in to their admin for a while, it avoids complexities for you as coders to keep legacy code and logic for a while, and also avoids a lot of communication in advance.
@jimtrue :
Could you help me properly understand this option you give, so I don’t do things wrong:Get the exact names of your post-types and their fields and create each as Pods. If they already exist, it should just add them as Pods when you recreate them.
I have CPTs and Custom Fields created with Toolsets. An example is the CPT ‘composers’ (for a classical music site).
So, how to convert these to Pods manually, and ensure all data in the CPTS and Custom Fields are kept.
Like this?
1) Uninstall Toolset plugin
2) Create a Pods CPT called ‘composers’
3) Create all Custom Fields (exact same name and slug)
That’s basically it?
All data should now be pulled in to Pods CPTs and Custom Fields?Please update plugin to the recent version.
Open plugin settings page, last tab Addons and turn on the single Addon there (just click the image) and Save.
Now open some filter for edit(or create new). You will find there second Condtions box called Filtering Conditions.
Add new condition to show filter based on filter applied.
This is first version of this feature but tests show good results already.Feedback will be appreciated.
I’ve used it for a while now, works really well, thanks.
It would be much better if you could make this more high level and automated though.Compare my suggested solution to the – already existing – automatism of letting a filter disappear when no applicable product is shown anymore.
But now you turn the logic upside down:
Make a setting to: Let a filter only appear AFTER selecting the applicable category it is part of.
This means that for each filter you make you simply need to tick this box and forget about it. If a product changes its category, this new category is applied, and there is no need to remember this and go back to the filter settings and change the applicable category in the filter condition.And if this tickbox is not ticked, it works like today; the Filter shows from the beginning until no product that it applies to is listed anymore.
Makes sense? If not ask me more clarification questions so I can explain better.
In any case I really appreciate the Beta functionality already, thanks!
Small final point: I activated the Beta functionality a few weeks back. Somehow it automatically deactivated itself, perhaps on a general plugin update? I’m not sure, just something to look into.
Another overall suggestion:
It would be a lot simpler to understand (and probably to code as well) if you did not apply this as an additional ‘conditions box’, but used the regular conditions box already present in the previous plugin for an Individual Filter (and also for Filter Groups) and just applied Ajax to that condition!
This would allow me to set a condition for a specific Filter and it would load at the moment it applies, even if it doesn’t apply on the first page load.
In the example I gave above I would set an individual filter ‘color’, make it depend on the product category ‘cables’, and I’m done. The dependency already exists but because you don’t use Ajax it doesn’t work as expected. I think you just need to add the Ajax logic so it reloads conditions, (basically like you did with the Beta plugin.Perhaps that’s exactly what you are planning once it is out of Beta, in which case my compliments 😉
Thanks, that’s a good first step, appreciated.
Feedback:
– Add option to apply to all children of an attribute (now I have to choose each individual child separately, what if you have 50 children, and what if you add a child later and forget to update this filter
– Fix the disappearing of the ‘selected filters’ filter when using this beta. How to replicate? Set ‘Filtering Condition’ to a product category (for example ‘cables’), let an attribute appear (for example ‘colors’), select an attribute (for example ‘white’) and then deselect the product category. This will show all products that have the color ‘white’ from any product category because the color filter remains selected in the url, and it will make the ‘selected filters’ filter disappear.
Suggestion: The solution might be that you ensure there is another check done when the product category filter changes, so that any attributes are no longer selected?Forum: Plugins
In reply to: [Widget Context] Requires Page Refresh – how fix this?Hi,
Would you be so kind to help me out understanding if you Ajaxify this so it works, or what I need to do in practical terms to make it work?I guess I had trouble explaining exactly what I need. But this plugin (which is for another Filter product WOOF) does exactly what I’m looking for (for WOOF), and it works with Ajax.
So it helps explaining my needs for your plugin!https://ww.wp.xz.cn/plugins/woof-by-category/
Could you add this functionality to your plugin? It would be extremely helpful!
I realize I can switch to WOOF, but apart from this one issue I like your plugin much better. So I hope you’ll consider it.
Please help me understand this comment:
BB) This is kind of a hack. Even if it will work now it is a potential problems in the future.
What is a normal setting I should use if I do NOT want to hack anything. I don’t understand what to fill here. What would you consider good settings. Please help me fill this:
Product Category Base =
Product Tag Base =
Attribute Base =
Product Permalinks Custom Base = /product/(I selected BeRocket AJAX Product Filters Nice URLs).
BeRocket AJAX Product Filters Nice URL settings =
/product/filters/taxonomy_name/values/taxonomy_name/values/Thanks.
- This reply was modified 7 years, 3 months ago by paulnl.