WP24 Support
Forum Replies Created
-
Forum: Plugins
In reply to: [WP24 Domain Check] Missing support for second-level .no domainsYou just need to add custom whois servers in the settings of the plugin.
Then all second level domains should also work.The custom whois server settings:
– TLD: priv.no
– Whois server: whois.norid.no
– Status free: no matchWith the same settings add oslo.no and all other desired second level domains.
You could use the prices & links in the settings of the plugin.
There you could set up a purchase link, just as you described under point c.Forum: Plugins
In reply to: [WP24 Domain Check] Not showing in Breakdance BuilderWith the latest update of the plugin, it should work with breakdance builder again.
Forum: Plugins
In reply to: [WP24 Domain Check] Not showing in Breakdance BuilderOkay, then it seems to be a problem with breakdance builder or another plugin.
I have seen that there is a free version of breakdance builder, so I’ll try to reproduce that issue.Since of vacations I would ask for patience, this will take some time.
Forum: Plugins
In reply to: [WP24 Domain Check] Not showing in Breakdance BuilderSince you’re using LiteSpeed Cache it’s not easy to figure out. But I could also find the CSS and JS parts in the compressed files. But the inline js, which is building the check form, is missing.
This should contain “… $( ‘#wp24-dc-1’ ).wp24_domain_check( …” and I can’t find this in the code.If you look at the uncompressed code, could you find the part obove, containing “wp24-dc-1” a second time?
Forum: Plugins
In reply to: [WP24 Domain Check] Unable to Add individual PricesI have just published an update for the plugin, that should solve this issue.
Forum: Plugins
In reply to: [WP24 Domain Check] Unable to Add individual PricesYou need to fill the TLD and a purchase price (prices & links) or fill the TLD and choose a purchase product. Only filling the TLD does not add. Did you do so?
There is no error message? Which WordPress version a u using?
Forum: Plugins
In reply to: [WP24 Domain Check] Unable to Add individual PricesIs the individual TLD added and the price remains empty? Or does the adding of a TLD not work?
For available domains the text color is set to white from your theme.
Add the following CSS:.wp24-dc .available {
color: #777575;
}Forum: Plugins
In reply to: [WP24 Domain Check] Direct buy problemThis should work with the link described before.
Here is the documentation: https://docs.whmcs.com/clients/the-client-area/linking-to-whmcs/Forum: Plugins
In reply to: [WP24 Domain Check] Multi Select for WP24 DOmain CheckDuplicate of: https://ww.wp.xz.cn/support/topic/multi-select-7/
Forum: Plugins
In reply to: [WP24 Domain Check] multi selectIt’s only possible to check a single TLD or all availiable TLDs, selecting multiple TLDs is not possible.
With the freetext selection type and multicheck option it’s possible to enter multiple domains and TLDs.The problem is that the purchase product is directly added to the cart, so you can’t choose between the three plans.
Maybe you could create a free domain product and set it as the purchase product, so this is added to the cart. You need to associate it with the three plan products and define, that the domain product could only be purchased together with one plan.There is also a hook to change the link via code: https://wp24.org/plugins/domain-check/hooks.html