• Resolved robertsimaan1

    (@robertsimaan1)


    How can I customize the client portal?
    Is it possible to change the client portal automatically after registering?
    My default client portal at the moment contains side bar, I know how to remove it, but the desired thing is that when you create the account -> the client portal comes without side bar automatically; Is there a way to do that?

Viewing 1 replies (of 1 total)
  • Hello @robertsimaan1,

    Here is how the Client Portal private page template works:
    If your theme has a single-private-page.php file in the theme’s root folder, then that one is used.

    If there is no such file in your theme’s root folder, then single.php is used.
    That is your post template, and you probably don’t want that.

    So the way out of this is to create a single-private-page.php file that has the exact same content as the page.phpfile. That’s your page template.

    Making the long story short, you simply need to duplicate your theme’s page.php and name it single-private-page.php

    If you page.php has a sidebar, you have to modify it in your template.

    I hope this makes quite a lot of sense.

    Best regard,

Viewing 1 replies (of 1 total)
  • The topic ‘Customize the client portal’ is closed to new replies.