• Resolved mysticminimalistartisan

    (@mysticminimalistartisan)


    I’m wondering if it is possible to hide the register & whois links on an individual form (I’ll have 2 instances on my site)? I would just like for them to be able to check to see if it’s registered or not but not have links to buy to check whois. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WP24

    (@wp24dotorg)

    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.

    Thread Starter mysticminimalistartisan

    (@mysticminimalistartisan)

    Thank you SO MUCH! From that I was able to figure out how to hide the whois too. And they’re on different pages so I probably didn’t need the id, but I used it anyways LOL! Thanks again!

    Thread Starter mysticminimalistartisan

    (@mysticminimalistartisan)

    Hey @wp24dotorg I just noticed that the form on my other page isn’t showing the links now though. So I have a form on 2 different pages, https://www.walstonnet.com/utah-domain-names and https://www.walstonnet.com/utah-e-commerce-website-design

    I only want to disable the links on the form on the utah-domain-names page. So just for the heck of it, I did go ahead & give the forms different ID’s (1 & 2) & on the utah-domain-names page I didn’t add the custom css, so it shouldn’t be hiding the links on that page correct? It is though. Any ideas how to fix this? Thanks so much!!!

    Plugin Author WP24

    (@wp24dotorg)

    For me it looks right, links are shown on the first page and not on the second.
    Maybe a caching issue? Clear your browser cache or of your caching plugin.

    Thread Starter mysticminimalistartisan

    (@mysticminimalistartisan)

    I figured it out & all is working well now. For some reason the woocommerce functionality got shut off. I have no idea how though, I know I didn’t shut it off.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide register & whois links on individual form?’ is closed to new replies.