nilaydev
Forum Replies Created
-
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Manual SchedulingHello support team,
Thank you so much for your support,
As per your suggestion, I have used the “pmxi_after_xml_import” hook to send the summary report via email and it’s working fine.
Now I just want to confirm that, for any reason, if my Trigger URL and Processing URL fails then this hook will not be called then there is no hook to catch that right?
Also, I have added a custom function in the plugin, and because of the deprecated function error in that function, my cron failed and the above hook not worked but when tried the same import with the plugin this error did not break my import. so for manual cron import, I need to send report errors email or log.
Let me know if any other way to get an error or log this issue.
Thanks.- This reply was modified 2 years, 2 months ago by nilaydev.
Forum: Plugins
In reply to: [WP Store Locator] search radius value not updateThank you for your response,
It is because of the missing id in the custom template.
Forum: Plugins
In reply to: [WP Store Locator] How get store id in loopThanks, @tijmensmit
it’s working for me.
Forum: Plugins
In reply to: [WP Store Locator] Custom FilterCould you please give a proper example to add custom input, custom select, custom radio, and custom multi-select into a custom template?
So, I can get a response wpsl_sql hook.Please Help
Forum: Plugins
In reply to: [WP Store Locator] Filter with Custom TaxonomyThank you for your support,
It’s working now, after including “wpsl-dropdown” and “wpsl-custom-dropdown” classes, Now I am able to get a response by $_REQUEST.
Could you please guide me, What class I have to use? If I want to add a Checkbox group to display the same taxonomy instead of a dropdown.