Jam Posted November 22, 2019 Share Posted November 22, 2019 I already remove the Recent Support Tickets and Register Domain, by using hooks in PHP. I would like to ask if it is possible to remove these two tiles on the Client Area? if it is possible, how? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 23, 2019 Share Posted November 23, 2019 On 22/11/2019 at 06:07, Jam said: I would like to ask if it is possible to remove these two tiles on the Client Area? if it is possible, how? editing clientareahome.tpl would be the easiest way - you could do it with css in a custom.css file, but then you'd be left with a space in the output... ... but if you edit the template, you'll be able to resize the remaining tiles for fill the space, or alter their content to suit your site. with some effort, you could probably remove/resize them using jQuery, but editing the template will be simpler. 2 Quote Link to comment Share on other sites More sharing options...
Jam Posted November 25, 2019 Author Share Posted November 25, 2019 By putting display none in CSS? Is it Okay if i Put Display None? 0 Quote Link to comment Share on other sites More sharing options...
Jam Posted November 26, 2019 Author Share Posted November 26, 2019 On 11/23/2019 at 6:15 PM, brian! said: editing clientareahome.tpl would be the easiest way - you could do it with css in a custom.css file, but then you'd be left with a space in the output... ... but if you edit the template, you'll be able to resize the remaining tiles for fill the space, or alter their content to suit your site. with some effort, you could probably remove/resize them using jQuery, but editing the template will be simpler. How did you do this? Did you just delete the code in clientareahome.tpl? Or you did something? Is it okay if you delete the specific code of specific tile in clientareahome.tpl? Sorry, I am new here. This is my first time using WHMCS. Thank you so much. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 26, 2019 Share Posted November 26, 2019 On 25/11/2019 at 01:27, Jam said: By putting display none in CSS? Is it Okay if i Put Display None? doing that would work as per that screenshot - it would remove the tile, the others would align together, and you would be left with a space from the missing panel. 0 Quote Link to comment Share on other sites More sharing options...
Jam Posted November 27, 2019 Author Share Posted November 27, 2019 11 hours ago, brian! said: doing that would work as per that screenshot - it would remove the tile, the others would align together, and you would be left with a space from the missing panel. Thank you so much for answering my question, I will try that. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.