WP24
Forum Replies Created
-
Forum: Plugins
In reply to: [WP24 Domain Check] Shop TLD – ErrorThe whois server seems to be down some times, had the same problem now.
The web whois is not available then too: https://whois.nic.shopForum: Plugins
In reply to: [WP24 Domain Check] Shop TLD – ErrorSeems to work right now, maybe a temporary problem.
Forum: Plugins
In reply to: [WP24 Domain Check] Free Text UnlimitedDo you mean something like that: [wp24_domaincheck tld=”com”]?
And then the user would not have to type in the TLD because it’s defined in the shortcode?Forum: Plugins
In reply to: [WP24 Domain Check] Open New TabCurrently that is not possible, but I’ll add that within the next update.
Forum: Plugins
In reply to: [WP24 Domain Check] Error with wp-rocket ! How to Exclude WP24 Domain ?Do you mean the domains that a queried for getting the whois result? There is no wp24 domain, each TLD has its own whois server.
If you want to exclude those domains you need to exclude every whois server from each TLD. You find them in the setting of the wp24 domain check, located under “Whois Servers”. Type in the TLD into the search and you’ll get the whois server domain.Forum: Plugins
In reply to: [WP24 Domain Check] transfer to another pageI think you would have to use prices & links instead of the WooCommerce integration.
You can build the add to cart links on your own, e.g. /cart/?add-to-cart=10&domain=test.com
Maybe its possible to pass the domain name also to a product page like that.Forum: Plugins
In reply to: [WP24 Domain Check] How to get a checked domain into WoocommerceThen this is out of scope of the domain check plugin and i’am not able to help, sorry. Seems to be more a topic for WooCommerce.
Forum: Plugins
In reply to: [WP24 Domain Check] How to get a checked domain into WoocommerceThat means you now have enabled the WooCommerce integration? And you have setup a purchase product?
And you can add a product with a domain name to the cart? But on checkout the domain name gets lost?Forum: Plugins
In reply to: [WP24 Domain Check] How to get a checked domain into WoocommerceThat means the domain name is shown within the cart page, but in the next steps of the order it is lost? But the product is still there?
Forum: Plugins
In reply to: [WP24 Domain Check] Query limit reachedSome registrars have a limit for whois queries, for example only 100 queries per minute. If that limit is reached you have to wait a little bit until the next whois query is possible.
The whois server for .africa seems not to work anymore, maybe it has changend. I’ll try to fix that within the next update of the plugin.
Forum: Plugins
In reply to: [WP24 Domain Check] default purchase linkYour link should look like that for .com TLD: https://erpintertech.co.za/?page_id=462&add-to-cart=1384&variation_id=1386
The numbers are the IDs of the products and variations. But I do not see a possibility how to pass the domain name.
I would recommend to use the WooCommerce integration instead of prices and links.This also depends on the theme you are using.
To center the domaincheck you could try the following custom css:.wp24-dc { width: 600px; margin: 0px auto !important; }The width might not be necessary.
Forum: Plugins
In reply to: [WP24 Domain Check] Translate with wpmlThere is an event that needs to be triggered, so that the cart gets update without reloading the page.
It is currently missing, I’ll fix that within the next update of the plugin.Forum: Plugins
In reply to: [WP24 Domain Check] Translate with wpmlYou are using the prices & links feature? Ajax links are currently only working with WooCommerce, but I’ll try to add that also for the purchase links.
Forum: Plugins
In reply to: [WP24 Domain Check] Please Add Ecuador DomainsThe custom whois servers will then be stored in the database, so that an update of the plugin does not affect them.
What do you mean with “own classes and styles”?