WP24
Forum Replies Created
-
Forum: Plugins
In reply to: [WP24 Domain Check] Port 43Maybe some caching issue, could you send a link to your page?
Forum: Plugins
In reply to: [WP24 Domain Check] Port 43The underlying WHOIS protocol and the corresponding whois server listen to requests on port 43. Therefore, this port needs to be unlocked to communicate with the whois servers.
Some whois servers also use the RDAP protocol, which works with HTTP requests. But it’s not supported by many whois servers yet.Forum: Plugins
In reply to: [WP24 Domain Check] Multiple Shortcodes on one siteFor each domain a query is needed by the whois service. So a bulk request of 5 domains would also result in 5 single queries.
Forum: Plugins
In reply to: [WP24 Domain Check] woocommerce integrationI’am working on a full WooCommerce integration for the next major version.
The domain name will then automatically be added to the order item.
Also I’am trying to reduce the configuration to a minimum, so that you do not have to set buy or transfer links.Forum: Plugins
In reply to: [WP24 Domain Check] Custom button CSSMaybe there are CSS settings of your theme overriding this.
If you do not have multiple use enabled you could also try:#dc-submit-1 { color: #FFFFFF !important; background-color: #336699; }If that doesn’t help, post a link to the page and I could take a look at.
Forum: Plugins
In reply to: [WP24 Domain Check] Stopped working randomlyIt is a caching problem with the use of so called nonces. That number is regenerated each 24 hours and additionally helps to protect against misuse. But it is not necessarily needed, the plugin is also secure without using it.
With the current update of the plugin (1.7.5) you could disable the option “Use nonces”. After that the check queries should work without problems again.
Forum: Plugins
In reply to: [WP24 Domain Check] Multiple Shortcodes on one siteNot a bad idea, i’ll put that on my list for future developments.
Forum: Plugins
In reply to: [WP24 Domain Check] Stopped working randomlyIt suddenly does not work at all? Or does it sometimes work?
Maybe there is a JavaScript conflict after an update of a plugin or theme or wordpress itself.
Could you post a link to the website where the problem occurs?Forum: Plugins
In reply to: [WP24 Domain Check] Multiple Shortcodes on one siteThe .io TLD has a query limit, so if you check domains very fast the requests are blocked.
The query limit is not detected by the plugin yet, so it appears to be registered.
I’ll fix that issue in the next update of the plugin.Forum: Plugins
In reply to: [WP24 Domain Check] Multiple Shortcodes on one siteWhat does not 100% correct mean? Sometimes the domain is shown as free and sometimes as registered?
Could you perhaps post a link to the page where the problem occurs?Forum: Plugins
In reply to: [WP24 Domain Check] woocommerce integrationPerhaps you could tell me how you store the domainname in an order and what plugins, besides WooCommerce, you are using to do that.
Maybe there are some optimizations I could make in the domain check.I hope to release the transfer links within the next days.
Forum: Plugins
In reply to: [WP24 Domain Check] How to add domain search on divi themeI’am not familiar with the Divi theme since its’s not freely available.
But you only need to put this shortcode into a page right where the domain check should appear:
[wp24_domaincheck]Forum: Plugins
In reply to: [WP24 Domain Check] woocommerce integrationIt’s planned to add a link also for registered domains.
I think this will be added at the weekend.Forum: Plugins
In reply to: [WP24 Domain Check] Plugin not workingThere was a problem with PHP versions lower than 7.2.
It’s now fixed with the latest update of the plugin (1.7.3).Forum: Plugins
In reply to: [WP24 Domain Check] woocommerce integrationGood idea, will try to add it in one of the next versions.