Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2010
    Posts
    57
    Plugin Contributions
    0

    Default How can I beautify the top login area?

    Hi, I'm trying to configure the top login area. Is there any way to arrange them in this manner?

    With the words as image files


  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How can I beautify the top login area

    You would have to customize tpl_header.php to give each link an id so it can be addressed separately in the stylesheet. Tou can change the definition of each text label in the language define file to be an <img>. The shopping cart content line would need to be coded, or install a cart-header mod, unless your template already has it there.
    Seeing what you have now (live) would make detailed advice possible.

  3. #3
    Join Date
    Nov 2010
    Posts
    57
    Plugin Contributions
    0

    Default Re: How can I beautify the top login area

    Hey, sorry I don't really understand php and css. How do I give them an ID?

    Example

    // header text in includes/header.php
    define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');


    ---> Do I add <img src="url"> next to this line? Or in the css stylesheet? Is there any tutorial where I can learn?

    Thanks in advance!

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How can I beautify the top login area

    To make the title an image, change
    define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
    to
    define('HEADER_TITLE_CREATE_ACCOUNT', '<img src="includes/templates/your_template/buttons/english/create_account.gif" alt="Create Account" />');

    and save the image in the path noted. If you have multiple languages, make it like

    '<img src="includes/templates/your_template/buttons/' . $_SESSION['language'] . '/create_account.gif" alt="Create Account" />'

  5. #5
    Join Date
    Nov 2010
    Posts
    57
    Plugin Contributions
    0

    Default Re: How can I beautify the top login area

    Hi, I just tried

    // header text in includes/header.php
    define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
    define('HEADER_TITLE_CREATE_ACCOUNT', '<img src="includes/templates/your_template/buttons/english/create_account.gif" alt="Create Account" />');

    But however, my images doesn't appear at all.
    I have uploaded the image.

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How can I beautify the top login area

    What is your custom template foldername? You need to change your_template to that.

 

 

Similar Threads

  1. Replies: 10
    Last Post: 11 Oct 2017, 08:09 PM
  2. How can I beautify my Header Menu?
    By newday in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 Nov 2010, 01:36 AM
  3. How do i get rid of the login link top of page?
    By humbll in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Sep 2009, 02:27 AM
  4. Replies: 2
    Last Post: 12 Sep 2007, 05:34 AM
  5. How to move the Top Home Link & Login
    By bfwdesigns in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 12 Sep 2006, 01:50 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR