Custom Sign Up Template for Stripe

Discussion in 'Templates customization' started by nnaann, Sep 13, 2015.

  1. nnaann

    nnaann New Member

    Joined:
    Dec 12, 2011
    Messages:
    8
    I'm looking to create a custom sign up template for Stripe. This would mean integrating the sign up form within a page that already exists on my website, and editing it, so that only certain bricks are used, and that they are edited to appear differently.

    Is this possible under the current aMember software (4.7)? If not, would anyone with expertise in this field be willing to complete the work for payment?

    Thanks!
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
  3. craigjwallace

    craigjwallace New Member

    Joined:
    Aug 15, 2015
    Messages:
    12
    Hello, I have a related question.

    I am trying to format a new theme for the amember sign up page for my website.

    I have created the /themes/mysite/ dir as per your instructions ( and adding layout.phtml, and signup/signup.phtml).

    How can I link the theme to my overall site .css style? In my theme's layout.phtml I try to give it the path to the css style file I want:


    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>ESD Sign Up</title>
    <link href="../../../../../../styles/master.css" rel="stylesheet" type="text/css" />
    </head>

    but none of the code in the layout.phtml responds. It's as if the .css file is being ignored.

    Any ideas?

    Thanks.

    Craig Wallace
  4. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    if you have your styles folder in site root. use this code:
    Code:
    <link href="/styles/master.css" rel="stylesheet" type="text/css" />
    

Share This Page