Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Jan 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: Help with Main page

    Quote Originally Posted by pcnoobie View Post
    Thanks Stevesh. What I meant was customizing the Login window for current members so they did not have to see the long Sign Up form under their user and password options screen.
    I read a few options in the forum but still looking for one that matches the one I am looking for.

    By the way, do you happen to know how I get to change the color of the word Login in the main page?. I have been experimenting with the stylesheet, but haven't yet found the code line that does the trick.
    I found the answer to my own question and posting the solution here for anyone that runs into the same problem

    I was able to change the color for my Login and Create Account links on the main page of the Comstock template by going to Includes>Languages>English>Comstock>Index.php (you may substitute the name of your template instead of Comstock if the code is the same in your template).

    Then, on the first paragraph of the Index.php file you will see:

    define('TEXT_MAIN','');

    if (STORE_STATUS == '0') {
    define('TEXT_GREETING_GUEST', '<span class="greeUser"></span> <a href="%s"style="color: #009999">Create Account</a>&nbsp;&nbsp;<span class="greetUser"></span><a href="http://YourWebsiteName.com/index.php?main_page=login"style="color: #FF0000">Log In</a>');

    You need to add the html code in bold with your appropriate color. In my case the red color for Login is represented by #FF0000. You may want to checkout a free list of color codes on the web for your color of choice (called hexadecimal since it has six numbers and letters). Also notice, you need to include your website's URL after the http:// I hope this helps.

  2. #12
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Help with Main page

    well, thats what split login dose. although no one will see the sign up page at first .. but that page can be activated if user needs to sign up with your store.

  3. #13
    Join Date
    Jan 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: Help with Main page

    Thanks Tony_Sar. That helped. I thought that thet returning customers login box also included the long Sign up form, but now realized that might have not been the case. I guess I missperceived it the first time.

    For some reason the Submit Your Billing Information button for New Customers is not showing here, so I assume I might have messed the code accidentally yesterday or perhaps the pic associated with this button is missplaced. I will see what I can do to get it back. Thanks for the help here. John

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Help with main page
    By belaze in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 9 Mar 2011, 11:32 PM
  2. need help with main page & home page
    By shahram in forum General Questions
    Replies: 1
    Last Post: 20 Aug 2010, 01:27 AM
  3. Please help with index page (main page)
    By james739 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 Jul 2007, 05:10 AM
  4. Help with main page layout
    By estgeorge in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Dec 2006, 09:14 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