Jump to content

Domain Suggestions Disappear Right After Load


Recommended Posts

from visiting your site, I think what is occurring is that when the page initially loads, it tries to show all TLDs in the pricing table... but then the filters kick in and it defaults to only showing those TLDs in the "Popular" category.

you could tweak the domainregister.tpl template to show ALL TLDs (if they're in a TLD category) and that should solve your issue. :idea:

 

https://forum.whmcs.com/showthread.php?130126-Domain-Matrix-Show-All&p=520242#post520242

Link to comment
Share on other sites

you'll need to specify the color for each new spotlight in the custom.css file - /templates/six (or your custom)/css/custom.css - otherwise, they'll just default to being grey.

 

https://forum.whmcs.com/showthread.php?128038-New-Domain-Pricing-Table-Matrix&p=512210#post512210

 

so for .hu, you could do this...

.featured-tld .price.hu {
   background-color: #42AC60;
   color: #fff;
}

XI78bNP.png

 

and then it's just a case of working through the other spotlight TLDs and choosing appropriate background and text colors.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated