INFINITUM FORM
Forum Replies Created
-
Pozdrav,
Hvala na informacijama i poverenju, da li postoji neki error log da znamo odakle greška dolazi?
Novi update je možda rešio i taj problem ali moramo potvrditi. Preuzmite pa javite.Hvala!
Hi,
The block editor should not be disturbed but it all depends on the plugin settings I would like to see.
Basically, if Latin in the admin section causes problems, then it would be good to turn it off. In any case, save the settings again after plugin update.
Forum: Plugins
In reply to: [Geo Controller] Detect LocationHello,
Sorry for the late reply, your Google Map key was limited. I’m glad you found a solution.
Best regards!
Forum: Plugins
In reply to: [Geo Controller] Plugin causing 404 errorTell me, do you have problem on frontend and backend or only on backend? As a rule, the awesome font is used only within the plugin settings, but if it appears on the whole site, then we have to find out what the reason is.
Forum: Plugins
In reply to: [NSFW] [Geo Controller] Geo Plugin supportThis is a very strange problem, not normal behavior. Do you get geo information on your site? What does the debbug say?
Forum: Plugins
In reply to: [Geo Controller] A common error on the Location Restriction tabHello,
Please update and try again. The problem should be solved.
Best regards!
Forum: Plugins
In reply to: [Geo Controller] PHP 8.3.7 errorsHello,
Thank you for pointing this out. We fix the errors and add recent PHP version support.
Best regards!
Forum: Plugins
In reply to: [Geo Controller] Stopped working recentlyHello,
Most likely then you have a problem with the limit. When the site hits 1000 lookups per day, then the API stops serving information.
Here is more information:
https://wpgeocontroller.com/documentation/quick-start/what-do-i-get-from-unlimited-license
If you have any questions, please feel free to contact us.
Best regards
Forum: Reviews
In reply to: [Geo Controller] Does the job well… BUT…Thank you for your detailed comment and feedback. We appreciate you taking the time to share your experience with our plugin. We would like to address all the points you mentioned:
- Documentation: We are working on improving our documentation to make it more comprehensive and clear. We will include all options and implementation examples, including using original city names like Firenze instead of Florence. We encourage you to contact our technical support for any additional questions or clarifications, as we are here to help.
- Using Square Brackets: We are aware of the issue with square brackets [ ] in the Gutenberg editor. In our next update, we plan to enable the use of curly brackets {{ }} to avoid conflicts with shortcodes. We also recommend using tags such as %%country%% or %%city%% that are currently available and can simplify usage.
- City Recognition: The problem might be that your ISP (Internet Service Provider) could be located away from your actual location, affecting the accuracy of geo information. Some factors depend on how your provider returns that information. We are working on improving the precision of this data. We recommend using a broader range of options for recognition, such as including multiple names (e.g., include=”London, Westminster”).
- 1000 Hits Per Day Limit: We understand that this limit can be restrictive for some users. Each request, including opening the settings page, counts as a hit. If you are testing functionalities on a live server, we recommend obtaining a one-time monthly license that allows unlimited usage during the testing period. Additionally, each hit is counted per session, which lasts 15 minutes, so each IP address change can generate a new hit. More information about how lookups work can be found on our FAQ page, where you can also find the option to increase the session duration.
- Gutenberg Blocks: We are glad you discovered that our plugin can manage content within Gutenberg blocks. We strive to provide as much flexibility as possible in using our plugin.
- Top Admin Bar Content: We will soon provide an option to remove the content from the top admin bar for users who find it unnecessary.
We understand your frustration with the limitations and are working on solutions to improve the user experience. Thank you again for your feedback, and we hope you will give our new version a chance when it becomes available.
Sincerely,
The WP Geo Controller TeamForum: Plugins
In reply to: [Geo Controller] Premium Plugin Not WorkingHello, we already change few messages via email today.
I will leave a short explanation here for the public to see:It’s important to note that many cache plugins, including W3 Total Cache, create a snapshot of the HTML and CSS on a page, which is then displayed to users without processing any other plugins or themes. This can lead to issues with certain dynamic elements not being displayed properly.
To address this, you should consider turning off server-side caching for certain pages where you do not want data to be cached, and instead implementing browser caching for those pages. This ensures that dynamic elements are still processed and displayed correctly, while still allowing for some level of caching to improve page load times.
Additionally, you can isolate your Geo Controller plugin to be cached separately, as this plugin contains dynamic data that you want to ensure is always up to date. This is a feature that is available in many cache plugins, including W3 Total Cache.
Your answer was:
We use a plugin called WP Rocket. We’ll try the method you suggested to see if it works. If the problem comes up again, we’ll let you know.
Please let us know the details these days so we can help you.
The biggest problem with cache plugins is that they don’t open up many possibilities for dynamic content.
I hope we help you.
Best regards!
Forum: Plugins
In reply to: [Geo Controller] Explain ParametersIf want to be 100% shure that this work properly, you can use Country Code property and you will not have any kind of problem. Here is example:
<?php $country = strtolower(do_shortcode('[cf_geo return="country_code"]')); switch($country) { default: break; case 'in': break; case 'de': break; case 'us': break; case 'rs': break; //- etc. } ?>This is from my side more clean and fast solution.
Also you can first separate content by continent code and inside it country code to get more possibilities.
Forum: Plugins
In reply to: [Geo Controller] Invalid IP AddressSorry for that issue is our fault. Our API have strong IP filtering and our system block some IP’s what we don’t know until yesturday.
We fix that issue and now all works fine. Also be ready for new versions of CF GeoPlugin where you will have more available informations then now and new cool features.
Thank you for using CF GeoPlugin.
Just follow all our new updates, subscribe in our mail list and be happy.
Is there is any other issue, let us know.
Forum: Plugins
In reply to: [Geo Controller] Not displaying city/address?With version 3.x all problems with city are fixed and solved.
Forum: Plugins
In reply to: [Geo Controller] Explain ParametersThanks for using our plugin and this great question.
We spend months to made more accurate informations and made this plugin more better.
After version 3.x, geoplugin return all country informations in English (US) language. To compare in PHP you can do something like this:
<?php $country = strtolower(do_shortcode('[cf_geo return="country"]')); switch($country) { default: break; case 'india': break; case 'germany': break; //- etc. } ?>This is basic switcher what you can made in your template.
Realy soon this plugin will have in next version ability where you can setup content based on visitor location.
We are also opened to help you and assists if you need some more development.
Forum: Plugins
In reply to: [Geo Controller] Not displaying city/address?Please made one account for us on your wordpress and send to our email address what you have to we can see closer inside plugin.
We can’t find that issue on other sites. Also give us your IP address VIA EMAIL to we can simulate the problem.
Thanks!