Problem With Page Template Using WP Customer Area Plugin

Hello,

I understand that this is a third party plugin issue, but hopefully it’s a quick fix that you can help me with. I am using the WP Customer Area plugin to create some customer login functionality for my website, and I am trying to change the page template for private pages that I share with my customers. Please see the following page for an example of what I’m talking about:

https://nnnpropertiesgroup.com/client-dashboard/2016/01/27/house-of-mori-2/

As you can see, the page is using the default template for the design, but I would like to use the X Theme’s “Blank, Container, Header and Footer” template instead. Is there a way to quickly fix this within my Child Theme or by tweaking the hard code within the WP Customer Area plugin? Thank you!

Hi gignnn,

As you mentioned this is completely outside of our support scope as it is a 3rd party plugin issue.

Having said that, you need to first know that the page templates are specific PHP files which you can find in:

wp-content/themes/x/framework/views/integrity/template-blank-1.php

Now you will need to ask the plugin developer to give you a way that you can use the code inside template-blank-1.php for the page you like to have the specific template.

For example, they might give you file names customer-area.php which will be responsible for the rendering of the customer area. Then you will need to use the code of one of our templates and embed that to the file.

Please consider that this will need a lot of coding and is no what we can offer and if you are not comfortable with PHP you will need to hire a developer to do that for you.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.