Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #201380

    Hi,
    I am using the Sideways8 customer registration plugin which enables the login/registration page to be displayed on the front end.

    What I would like to do is to create a custom template for the login page.

    Question; How can I use template builder to style a page then save it as a template file which can be accessed by the Sideways8 plugin.

    More generally, where are the templates saved when you use the template builder and how can I save them as standalone template files?

    Many thanks.

    #201732

    Hey geomat1!

    They are not saved as standalone template files. I am not familiar with this plugin but you probably should go to plugins folder to edit its template.

    Cheers!
    Yigit

    #201826

    Hi Yigit,

    I think I’ve figured most it out, however I can’t seem to set up a custom template page without a sidebar.

    This is what I’ve done.

    I’ve setup the default page to be without sidebars.
    Made a template called templage-login.php by copying the page.php and changed the content() section.

    This works but the sidebar keeps appearing. I thought that the default of no sidebar would apply but it does not seem to.

    Any ideas on how to prevent the sidebar appearing in the template-login.php?

    Thanks

    #201873

    Hey!

    Please try to use this on the template-login.php: http://pastebin.com/PyvhwVp5

    We remove the sidebar by deleting these line of codes:

    //get the sidebar
    				$avia_config['currently_viewing'] = 'page';
    				get_sidebar();

    Then set the main div to twelve units.

    Regards,
    Ismael

    • This reply was modified 10 years, 3 months ago by Ismael.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘sideways8 Custom registration’ is closed to new replies.