Jump to content

ukdeveloper

Retired Forum Member
  • Posts

    83
  • Joined

  • Last visited

Everything posted by ukdeveloper

  1. Thank you so much for your help. It's been invaluable. There's still a few things I can't find or get my head around, but wont disturb you with those. I'll persevere and see if I can sort it. Thanks again Carl.
  2. Ok, so after playing a little I made a backup of style.css inside the standard_cart/css folder and added the above code you gave which now shows red for unavailable domains. What im struggling with is, can you explain how you knew it was the .unavailable and .invalid elements which needed changing. Where are these elements assigned? Could you show me where I would have found the .unavailable reference by inspecting the element? the only reference I can see is the one attached. And therefore do I assume if I wanted to change the AVAILABLE background colour to a green for instance, would I use the element: .spotlight-tld .btn.add-to-cart ? If this is not right, how do you know where to find the ones that are?? Cheers Carl.
  3. Gotcha. I think. So would I need to create a custom.css file inside standard_cart or just my usual custom.css, because the latter doesn't seem to work. I have placed: .spotlight-tld .unavailable, .spotlight-tld .invalid { background-color: #ff0000 !important; border-color: #cc0000 !important; opacity: 1 !important; } inside custom.css and it makes no difference. Cheers Carl
  4. Maybe you could be so kind as to tell me where im going wrong in my step by step here: AIM: TO CHANGE THE BACKGROUND COLOUR OF IMAGE ONE TO RED IF UNAVAILABLE: STEP ONE: Right click and inspect element: STEP TWO: Locate element in all.css Now this is where I seem to struggle. In this instance, what would I search for in all.css. I've searched for "spotlight-tld" and it finds nothing. Neither does btn:not and domain-contact-support. However from within firefox if I change the properties for background-color to #ff0000 it shows exactly what im looking for. so I copy: .spotlight-tld .btn:not(.domain-contact-support) { background-color: #FF0000; } to custom.css, but the change does not reflect.
  5. So the bit im struggling with is finding the relevant element in all.css. For instance how (if there is a way) would you reference css files outside the theme folder? These for instance (see pic) are in a different folder altogether. Would I need to change the original style.css for these elements or can I add the changed css to custom.css as I would normally. Because anything I add to custom.css relating to these elements is not updating at all. Carl.
  6. Thank you so so much. One day I'll have your knowledge. Actually I probably wont LOL.
  7. It's starting to come along. Although I cannot for the life of me work out how to change certain things. I'll try and get there though. One thing, how would one change an image? like the background to the "find a domain", and is there a way to change the wording should you so wish? Thanks Carl.
  8. So a question: How would you reference this particular element and change it's hover colour: Carl.
  9. Thank you so much!!! Genius.... #imustlearncss Carl.
  10. So I copied the six template and named the folder megasix, and selected this template from within WHMCS admin panel. in the custom.css file for that template I've made a few small changes: /* Change HEADER to some GREEN COLOR FOR TESTING */ .section#header { margin: 0; padding: 10px 0; background-color: #51d2a3 !important; border-radius: 5px 5px 0 0; } (I've also tried the below and also with and without !important etc... /* Change HEADER to some GREEN COLOR FOR TESTING */ .header { margin: 0; padding: 10px 0; background-color: #51d2a3 !important; border-radius: 5px 5px 0 0; } )) Yet no changes I make to this custom.css are showing in any browser whatsoever. In Firefox it's reporting that the css file being loaded is https://megadealhosting.com/billing/templates/megasix/css/all.min.css so it's referencing the right template, but no changes. Any ideas? Carl.
  11. Yep!! i need a coffee... still half asleep! but whilst you're in a fixing mood LOL, http://forum.whmcs.com/showthread.php?t=44114
  12. Im pretty sure that if you go into the customers order and change the next due date, to the correct date, the next invoice is generated (if annual payment is selected) exactly a year from the NEW NEXT DUE date. Im no expert though. CK
  13. Hi, Im using V5. Scenario: customer orders a hosting package and is taken to the ordering site in WHMCS. The first thing they need to do is choose what they want to do regarding a domain name, and in this scenario they wish to order a NEW domain. They choose a domain name (johnsmithdkhjk.com) and press the "CLICK TO CONTINUE" button it shows the domain as AVAILABLE and the confirm dialogue appears where he "tick" confirms the domain. Now the customer realises he has made a mistake on the domain name and corrects it to johnsmith.com (a domain which is UNAVAILABLE). He presses the "click to confirm" button but this time no confirmation appears and he is taken through the ordering process for the ORIGINAL incorrectly spelt domain name? Now if he doesn't realise this, he will submit an erroneous order and domain will be registered. If he does realise he has to go through the entire order process and then empty cart to start again? If a client just wanted to order a domain name he goes through the "check AVAILABILITY" process until a domain is shows as available, but can still change his name at any time. Yet with ordering a domain as part of a hosting package, this "change of mind" seems not possible. Is this right or am i doing something wrong? Cheers UKD.
  14. Hmmm I've logged in both as client and admin and can see nothing to do with twitter at all????
  15. Hi thanks but whereabouts? I can't see the pulled in tweets anywhere
  16. what exactly does it do when you integrate twitter in WHMCS? I can see no place to enter tweets etc? How exactly does it work? UKD
  17. Hi, Ive tweaked a few settings on my VPS and WHMCS seems to have stopped working properly. And i cant trace the issue back, Im sure its a firewall problem, and when i check for updates i get the following error: Update Check Connection Failed - Check your servers firewall settings… Also when i do a licence info check i get: Registered To License Key Leased-dc60d932f39dc8b**** (blanked for security) License Type Valid Domain Valid IP Created Expires Apart from the licence details everything else is blank. Domains don't get auto registered either. Here are the ports i have open: IN: 20,21,22,25,53,80,110,143,443,465,587,993,995,2077,2078,2082,2083,2086,2087,2095,2096,8443,20001,30000:50000,8000,10060 OUT: 0,22,25,37,43,53,80,110,113,443,587,873,2086,2087,2089,2703,8000,8443,10060,20001 Any help would be great UKD.
  18. Sorted!! Was using wrong template!! DOH!
  19. Hi after a server crash i tried reinstalling my whmcs database from a recent backup All tables imported ok, and the data in admin seems to be there but in the clientarea all i get is the Powered by whmcs link at the TOP of the page, is there any instructions about reinstalling the database in case i screwed it up? UKD.
  20. For some reason i cannot login to my admin area. when entering the u&p it just jumps me back to the login screen. Any ideas? I have generated a new password but I makes no difference Thanks Carl.
  21. Sorted it thanks.. found it in the products/services section of the clients profile. There is a facility to resend any email template there. just in case anyone else needs to know.
  22. is it possible to send a copy of an email template to someone? for some reason the Reseller welcome email didnt send and i need to resend it but cannot see how to do it. Thaks Carl.
  23. Excellent. Thanks George. So now if a customer wants all future payments via Paypal Subs, he/she should wait for thenext invoice and select it from there? There is no way to manually change it mid cycle? Carl.
×
×
  • 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