WP24
Forum Replies Created
-
Forum: Plugins
In reply to: [WP24 Domain Check] Comment of whoisI think I could add an option to remove the comments.
And don’t hesitate to open support threads, this helps to improve the plugin.
Forum: Plugins
In reply to: [WP24 Domain Check] All TLD or a listThe check all option would then been automatically disabled, so that it is not possible to check all TLDs simultaneous. Because that would lead to huge performance issues.
Forum: Plugins
In reply to: [WP24 Domain Check] All TLD or a listDo you mean when using the selection type “Free Text Input” that you do not have to enter all TLDs in the list of testable TLDs?
So that the user could check any TLD that is supported be the plugin. The check all option must have been disabled then.
Perhaps I could add a third selection type for that.Forum: Plugins
In reply to: [WP24 Domain Check] How to use as whois option only?With the current version you can now use the shortcode
[wp24_domaincheck mode="whois"]
to directly show the whois data.Forum: Plugins
In reply to: [WP24 Domain Check] How to use as whois option only?This is currently not supported by the plugin, but I like the idea. I’ll try to add this functionality in the next version within the next week.
Forum: Plugins
In reply to: [WP24 Domain Check] Plugin not workingDo a normal domain check, not in the settings. You should get a result like that: test.com error (whois)
After click on “whois” an error message should be shown.Or send a link to your website, so I could test it myself.
Forum: Plugins
In reply to: [WP24 Domain Check] Plugin not workingWith “Whois Link” enabled in the general settings do a domain check e.g. for .com and click on the “whois” link. Which message is shown in the information window / popup?
Forum: Plugins
In reply to: [WP24 Domain Check] Plugin not workingWhich version of the plugin, of WordPress and of PHP are you using. You find these infos also under “About”.
If you enable “Whois Link” in the general settings there should be an error message in the detailed whois information window after clicking on the link. Which?Forum: Plugins
In reply to: [WP24 Domain Check] Override scriptsThank you very much for the donation.
Forum: Plugins
In reply to: [WP24 Domain Check] Override scriptsThe current version now supports overriding the domaincheck.js.
Just place “\wp24-domain-check\assets\js\domaincheck.js” in your theme folder.
Please tell me if you need more files to override.Forum: Plugins
In reply to: [WP24 Domain Check] Plugin doesn’t show up when javascript minify is usedSome caching problems are fixed with the current version.
Forum: Plugins
In reply to: [WP24 Domain Check] Plugin doesn’t show up when javascript minify is usedThanks for reporting this issue, will try to fix it.
For now it could help to add the following file to the “Exclude JavaScript from processing” in WP-Optimize under Minify -> JavaScript:
/wp-content/plugins/wp24-domain-check/assets/js/domaincheck.jsForum: Plugins
In reply to: [WP24 Domain Check] tld-check in BrazilAn update for the plugin is just released supporting all the 140 TLDs listed up here: https://registro.br/dominio/categorias/
Forum: Reviews
In reply to: [WP24 Domain Check] Unable to customize interfaceWhat customizations do you want to make? Do you want to add CSS to different elements?
You could access them like this:.wp24-dc input[type=text] { color: #000000; background-color: #ff0000; } .wp24-dc select { color: #000000; background-color: #ff0000; } .wp24-dc input[type=submit] { color: #000000; background-color: #ff0000; }
Forum: Plugins
In reply to: [WP24 Domain Check] Custom button CSS.wp24-dc input[type=submit]:hover { color: #ff0000; background-color: #000000; }
Maybe !important is needed again.