WP24
Forum Replies Created
-
Forum: Plugins
In reply to: [WP24 Domain Check] How to add domain-names to Woo orders retrospectively?You could edit the item and add meta, here is an example.
Forum: Plugins
In reply to: [WP24 Domain Check] I18N Text Domain IssueThanks for the info, the Text Domain is changed now.
Forum: Plugins
In reply to: [WP24 Domain Check] Hide register & whois links on individual form?You could try giving each form an id, e.g.:
[wp24_domaincheck id=”1″]
[wp24_domaincheck id=”2″]And then hide the purchase part via css:
#dc-result-2 .table-cell-purchase { display: none; }With id=”2” and dc-result-2 both is connected.
Forum: Plugins
In reply to: [WP24 Domain Check] Edit the domain checkThere are no more options to customize the layout.
But if you’re familiar with it you could use CSS. An overview of the elements and classes can be found here.Forum: Plugins
In reply to: [WP24 Domain Check] Single Page Header Not DisplayingDon’t know if that is affected by the domain check. If you’re removing the shortcode for the domain check the problem does not occur?
Forum: Plugins
In reply to: [WP24 Domain Check] Make More ResponsiveWhat’s the problem? I can’t see it, because you’re using an other plugin.
Forum: Plugins
In reply to: [WP24 Domain Check] Add Re-Usable URL’s?No, that might lead to abuse because that URL could be used for external whois queries. For example for whois servers with a query limit.
Forum: Plugins
In reply to: [WP24 Domain Check] WHOIS CSSA z-index of 1000 should work.
Forum: Plugins
In reply to: [WP24 Domain Check] WHOIS CSSTry this:
.blocker { z-index: 200 !important; }Forum: Plugins
In reply to: [WP24 Domain Check] WHOIS CSSYour CSS is incorrect, a closing bracket “}” is missing at the end, for “@media only screen and (max-width: 480px)”.
Forum: Plugins
In reply to: [WP24 Domain Check] WHOIS CSSIf I’am looking right the “.whois-info pre” is added twice in your custom style.
Forum: Plugins
In reply to: [WP24 Domain Check] WHOIS CSSIf it works in the inspector it should work with custom CSS too.
Maybe you need to clear the cache from WP Super Cache.Forum: Plugins
In reply to: [WP24 Domain Check] WHOIS CSSThis additional custom CSS should be enough:
.whois-info pre { color: #000000; font-size: 10px; }Forum: Plugins
In reply to: [WP24 Domain Check] Possible to show status on its own row?Try adding the following custom CSS:
.wp24-dc .table-row { display: grid !important; }Forum: Plugins
In reply to: [WP24 Domain Check] Customizing WP24 functionalityAccording to the current features of the plugin none of your requirements is possible.
Your first and second suggestion might be added in the future.
The third one might also be added, if more users request that.
The fourth and fifth point will not be added, because that is, among other things, very depending to the used theme.If you have WooCommerce installed you should prefer the WooCommerce integration, otherwise use Prices & Links.