WP24
Forum Replies Created
-
Forum: Plugins
In reply to: [WP24 Domain Check] Change position of button “check”How do you want the elements to be arranged?
One possibility is to use the mobile view, adding the following custom CSS:.wp24-dc form > div, .wp24-dc .dc-form > div { display: inline !important; } .wp24-dc form input, .wp24-dc .dc-form input, .wp24-dc form select, .wp24-dc .dc-form select { width: 100% !important; margin: 5px 0 !important; } .wp24-dc form span.dot, .wp24-dc .dc-form span.dot { display: none !important; } .wp24-dc .table-row br { clear: both !important; } .wp24-dc .table-cell { float: left !important; padding: 0 5px !important; }Forum: Plugins
In reply to: [WP24 Domain Check] Change position of button “check”This might be solved with some custom CSS, but depends on the theme you are using.
Could you post a link to your page?Forum: Plugins
In reply to: [WP24 Domain Check] Translate with wpmlWith the latest update the plugin is compatible to WPML and Polylang.
You should now be able to translate all settings.Forum: Plugins
In reply to: [WP24 Domain Check] Translate with wpmlThanks for your info, I’ll try to get such an account and the fix the translation problems.
Forum: Reviews
In reply to: [WP24 Domain Check] Does not work with most of the TLDsShould be solved by opening port 43, explained here.
I’am not familiar with WHM, but it seems to be possible: https://www.hoststud.com/resources/how-to-open-ports-in-whm-firewall.304/
In the plugin settings under about, section requirements for whois queries, what is the value of port 43? It should be open.
Forum: Plugins
In reply to: [WP24 Domain Check] Display results in one column instead of twoAdd also this:
.wp24-dc .table-cell-domain { float: left; padding-right: 5px !important; }Forum: Plugins
In reply to: [WP24 Domain Check] Display results in one column instead of twoAdd the following to you custom css:
.wp24-dc .table-cell { display: block !important; }Maybe that’s close to what you want.
Forum: Plugins
In reply to: [WP24 Domain Check] Free Text UnlimitedIt’s integrated with the latest update.
Forum: Plugins
In reply to: [WP24 Domain Check] Open New TabIt’s fixed now.
Forum: Plugins
In reply to: [WP24 Domain Check] Free Text UnlimitedWhen using “Free Text Unlimited” and without typing a TLD only works when a single TLD is set in the shortcode.
I could change it, so that if TLDs a defined in the shortcode, the selection type internally switches to “Free Text Limited”. Then it would be possible to check all TLDs.Forum: Plugins
In reply to: [WP24 Domain Check] Open New TabYou’re right, I’ll fix that.
Forum: Plugins
In reply to: [WP24 Domain Check] Open New TabIt is now possible to use “[link newpage]” to open the links in a new tab.
Forum: Plugins
In reply to: [WP24 Domain Check] Free Text UnlimitedIf you use the shortcode more than once on a page, you would have to enable “Multiple use” in the advanced settings.