antwal
Forum Replies Created
-
Forum: Reviews
In reply to: [WP Store Locator] there are bugs@tijmensmit, @geistit the problems I reported are not solved even by following the guide provided; the resolution was set immediately upon support’s response. The plugin doesn’t do what I needed to use it for, developing a new one was the best solution
Hi @brandonco,
I had read that documentation, but it’s not for me; I need to integrate a block for dynamic content via PHP code; Is it possible to do this or is it not currently available as a feature?
Thanks
Forum: Plugins
In reply to: [WP Store Locator] It does not work properlyI created a plugin myself using acf and javascript, this has too many bugs to be used; I can’t activate 10 different API keys on a project to do a simple thing where only one API key is needed.
Forum: Plugins
In reply to: [Store Locator WordPress] Some problemsI created a plugin from scratch using ACF and integrating the javascript key api, everything works perfectly now. Thanks anyway but the plugin has some bugs
Forum: Plugins
In reply to: [WP Store Locator] It does not work properlyHello,
I installed your plugin again, the problems are as follows:
- there is always this error: https://prnt.sc/KIS67HDoh9O4 I have not set a server key as I don’t need it
- more info does not work correctly, i.e. this setting does not work: https://prnt.sc/id9rZL5wZg8T, instead if I use this setting: https://prnt.sc/MQmccQ1_-O4v everything works fine and I could also use it like this
- for the starting point if I use these settings: https://prnt.sc/O_SNcAYPACOB it doesn’t work, the map is displayed like this: https://prnt.sc/o3fiWyXREn27, if instead I enter a correct Google map address in the start point it works but this problem occurs: https://prnt.sc/02Ft6o6rJtJp i.e. 2 pins appear on the same position, I would like to remove the start point pin if possible upon first loading and display all the points on the map with a complete view but I wasn’t able to do it, if I don’t set any initial point and deactivate “auto-locate” it gives me a map like this https://prnt.sc/eO4fV-ZYxU4i with no results and it’s not good
- I haven’t found a solution to translate the timetables https://prnt.sc/v5leiel-qtg8 without having to install a translation plugin, which I don’t want to do since it is only needed for the timetables of this plugin
I await any response to resolve the small problems that occur.
Thank you.
Forum: Plugins
In reply to: [WP Store Locator] It does not work properlyHello,
I’m trying to send you a debug, the site is currently developed locally and is not available online; I saw the change for the times you reported to me but it is not my use case.
Forum: Plugins
In reply to: [Store Locator WordPress] Some problemsHi, I understand but the site is currently in local development, so the domain is accessible only from the .local domain, the old plugin is present on the public site, but I cannot change it if this too does not work correctly. I will evaluate another plugin if I don’t understand what the problem is and how to fix it. Thank you.
Forum: Plugins
In reply to: [Store Locator WordPress] Some problemsonly Geocoding and Javascript are enabled on the api key, as I removed another plugin to use this one, but the timetables don’t work anyway
I used another plugin and it seems to work
custom plugin extend WC_Product for custom subscription
I saw that the Pro version supports Product Type, is it possible to do it with that version or not?
I attach screenshots of your demo: https://prnt.sc/EAdeYEhrtOJi
ok for the moment then I can’t buy the pro version if there isn’t this function, I hope it will be implemented; I’m currently evaluating another plugin
Hi,
I solved it another way, without having to modify the plugin directly:
the steps are as follows:
- copy the “flexible-coupons.pot” file from the “plugins/flexible-coupons/lang” folder
- remove the “X-Domain” field from the file
- save or rename the file to: “flexible-coupons-(locale).po”
- open the file with poedit and edit the translations
- save and then compile the “.mo” file
- move both files to “wp-content/languages/plugins”
This is how it works and you can avoid installing translation plugins
solved, I modified the plugin. I don’t want to use another plugin to do the translations
hi, I have the exact same need but this code doesn’t work with woocommerce 8.2.1 and wordpress 6.3.2; how can I solve it? Thank you.