Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2008
    Posts
    29
    Plugin Contributions
    0

    Default Trying to change login page layout

    I have tried changing the login page so that Paypal and Googleckeckout buttons are below the New customers box, with the Returning customers box on the right hand side. At the moment the Returning customers box is pushed right down.

    I have tried fiddling with

    Code:
    .back {
    	float:left;
    	}
    
    .forward, #shoppingCartDefault #PPECbutton {
    	float: right;
    	margin-top: 0px;
    	top: 10px;
    	}

    but nothing I do seems to make it display properly. It could be something to do with the Paypal or googlecheckout buttons but I can't seem to get it to work.

    Here is the url: link

  2. #2
    Join Date
    Apr 2008
    Posts
    29
    Plugin Contributions
    0

    Default Re: Trying to change login page layout

    Never mind, I installed the mod called Easy Signup and Login but now have a problem with the left and right columns still showing. Not sure how to proceed. I've tried adding login_default to this code inside MY_TEMPLATE/common/tp_main_page.php:



    Code:
      if (in_array($current_page_base,explode(",",'contact_us,conditions,login,login_default,checkout_success,privacy,shipping_info,create_account,create_account_success,shopping_cart,checkout_shipping,checkout_payment,checkout_confirmation')) ) {
        $flag_disable_right = true;
    	$flag_disable_left = true;
    I have installed the Cherry Zen template so maybe this is where I should start. Anyone else have this problem?

  3. #3
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Trying to change login page layout

    Have you tried adding no_account?

  4. #4
    Join Date
    Apr 2008
    Posts
    29
    Plugin Contributions
    0

    Default Re: Trying to change login page layout

    Quote Originally Posted by Steven300 View Post
    Have you tried adding no_account?
    I just tried that but the left and right columns are still showing:

    my link

    What code should be changed? What code from which page should I post here so you can see?

  5. #5
    Join Date
    Apr 2008
    Posts
    29
    Plugin Contributions
    0

    Default Re: Trying to change login page layout

    I found the answer on page 177 of the Cherry Zen template section.

    Added this at the end of the stylesheet.css:

    Code:
    #loginBody #navColumnTwo, #loginBody #navColumnOne {display:none;}
    #loginBody .outer {padding-right:0px;padding-left:0px;}
    #loginBody #contentMainWrapper, #loginBody #contentMainWrapperb {background-image:none;}

 

 

Similar Threads

  1. Trying to change attribute price layout/text
    By totalsam in forum Setting Up Categories, Products, Attributes
    Replies: 16
    Last Post: 10 May 2012, 05:35 PM
  2. STUCK!!.... trying to change login page
    By Shane78 in forum General Questions
    Replies: 4
    Last Post: 20 Sep 2009, 11:10 PM
  3. stuck trying to change product listing layout
    By backinthesaddle in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Jul 2009, 10:03 PM
  4. Need to change layout of the Login Page
    By uruharacosplay in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Dec 2007, 11:58 PM
  5. Trying to change the layout of my Zencart
    By amcdougall in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 19 Jul 2007, 10:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg