wordpress and amember

Discussion in 'Troubleshooting' started by ccwjames, Jan 3, 2017.

  1. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
    firstly opened a ticket as there seems to be no amember login plugin to like my wordpress folder to amember. Yet shows ok in amember.

    what themes is amember tested with? i have picked to use the theme for amember from wordpress
    when i go to my "amember" install the page is there from wordpress theme, but as soon as i click sign up... the theme is all out?

    here is mine right now

    screenshot-2017-01-03-11-45-53.png

    see how over lay the theme? and not inside or pushing the theme down?
  2. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
  3. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    I fixed it. It should be correct now:
    wp-tmpl.png
  4. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
    sites been down since your post? dont know why domain dead
  5. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    I changed one line in CSS file. Nothing more.
  6. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
    well i have no site, when i put the url in dead, nothing changed, even updated a old back up and dead
    yet the wordpress is still ok, but no amember after today and i touched nothing
  7. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    You have DNS misconfiguration for your domain. I believe this issue is not related to aMember. You need to contact your system administratot and ask to resolve DNS issue.

    Try to use the following linux command:
    Code:
    host yourdomain.com
    (replace yourdomain.com with your actuall domain)
    You will see this issue.

    Reference:
    http://www.computerhope.com/unix/host.htm

    Best Regards.
  8. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
    backonline :) but the edit you did has gone, can you email or reply to one of the tickets the css edit as reinstalling and template out
  9. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
    are u about today caesar to fix? and tell me whats was wrong in case i have to reinstll?
  10. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    Please edit file
    amember/application/default/views/public/css/amember.css

    and replace
    HTML:
    body,
    html {
      height: 100%;
    }
    with
    HTML:
    body,
    html {
      min-height: 100%;
    }
  11. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
    great many thanks
  12. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
    that was sorted, now i have this

    screenshot-2017-01-08-15-26-29.png

    centered? is this amember or wordpress?
  13. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    It is CSS styles from your WP theme.
  14. ccwjames

    ccwjames Member

    Joined:
    Sep 11, 2014
    Messages:
    430
    found and changed

    body {
    text-align: left;
    font-family: 'Lucida Sans Unicode','Helvetica Neue',Helvetica,Geneva,Arial,sans-serif;
    font-size: 62.5%;
    padding-bottom: 30px;

    thanks

    for somereason has moved the banner from middle to left now
    Last edited: Jan 9, 2017

Share This Page