WP24
Forum Replies Created
-
Forum: Plugins
In reply to: [WP24 Domain Check] Plugin not show alternate suggestionThe plugin does not support suggestions, it has no domain name generator.
To divide the results into two columns you could change the CSS to something like this:.wp24-dc .table-row { display: block; width: 50%; float: left; }Forum: Plugins
In reply to: [WP24 Domain Check] Customize WHOIS Results StyleDo you want to devide the whois result into domain information, registrant contact, etc. like in the example? This is not possible because the whois result is receiced as one coherent text. You would have to parse the text an divide the information.
Forum: Plugins
In reply to: [WP24 Domain Check] Error on all checksI am not aware of any problems with the latest WordPress Update.
The port 43 needs to be open, but this was always a requirement.Forum: Plugins
In reply to: [WP24 Domain Check] .com.my and .myThe whois server for .my is “for MYNIC authorised reseller only” (MYNIC FAQ), therefore it is not supported.
What you could do is to enabled the “Unsupported TLDs” in the advanced settings.Forum: Plugins
In reply to: [WP24 Domain Check] DNS records Ns1I think that is a very special use case, which will not be widely needed. I’m not pretty sure that this feature will be added.
Forum: Reviews
In reply to: [WP24 Domain Check] Plugin errorDisabling the option “Use nonces” in the advanced settings should help.
Forum: Plugins
In reply to: [WP24 Domain Check] Redirect to new pageThe option was added within the current update.
Forum: Plugins
In reply to: [WP24 Domain Check] Multilingual WP24It’s fixed with the current update and should work then.
Forum: Plugins
In reply to: [WP24 Domain Check] Redirect to new pageThat is possible, I’ll add such option within the next update.
Forum: Plugins
In reply to: [WP24 Domain Check] Multilingual WP24Is “qtranslate” a plugin you are using? Which one?
Forum: Plugins
In reply to: [WP24 Domain Check] Duplicate buy linksYou have defined those tlds (asia, mobi, tv) twice in the settings.
Forum: Plugins
In reply to: [WP24 Domain Check] Port 43Issue is fixed now: https://wordpress.org/support/topic/plugin-dont-work-on-safari/
Forum: Plugins
In reply to: [WP24 Domain Check] Plugin don’t work on SafariI have just provided an update of the plugin to fix that issue. On Safari a JavaScript error occurred and prevented the plugin from working properly.
Forum: Plugins
In reply to: [WP24 Domain Check] Port 43I’am not able to test in Safari, but also Firefox and Edge work without problems.
Maybe you could enable the Safari developer tools to see if there are errors in the console.Forum: Plugins
In reply to: [WP24 Domain Check] Port 43Unfortunately I’am not able to reproduce this problem. What you could do is to clear the cache of the page when the issue occurs again. If that helps I would take a deeper look into running my plugin with WP Fastest Cache.