Thread: Tag Line

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Dec 2007
    Posts
    13
    Plugin Contributions
    0

    Default Tag Line

    I got a lot of help from here last time, so thanks.

    Im still trying to figure out how to edit my tag line, and also change the title of the page from (Zen Cart- The art of e-commerce) to the name of my site + tag line.

    Tips and links to relevant passages from the FAQ are welcome.


    Here is my site. I want to change the title of the page so it shows up in search engines.
    http://roguebodycrafts.com/

  2. #2
    Join Date
    Dec 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Tag Line

    I found this page in the FAQ.
    https://www.zen-cart.com/tutorials/index.php?article=17


    However, how do I access this text editor I keep hearing about?

  3. #3
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Tag Line

    There's an editor in the admin, but you're much better off getting something like Notepad++ or Crimson Editor and making your changes locally (instant backup) and then FTPing them to your website. Don't forget to use the override system.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  4. #4
    Join Date
    Dec 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Tag Line

    See, Im not a programmer and I dont even know HTML. Is there not a simple way to do this from basic control panel? Do I have to know how to build a website to alter the tag line and the name of the page?

  5. #5
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Tag Line

    No, but it'll make things easier in future if you learn how to do this yourself from the beginning.

    There's an editor in the admin under tools->defines pages editor, but you'll be better off in the long run with an editor like Notepad++ or Crimson Editor and an FTP client like Filezilla or SmartFTP.

    Building your own custom template is fairly simple and worth the effort.

    To create a very basic custom template (you can build from there), you need:
    • includes/languages/YOUR_TEMPLATE/english.php
    • includes/languages/english/YOUR_TEMPLATE/index.php
    • includes/languages/english/YOUR_TEMPLATE/meta_tags.php (to change the page name and tag line)
    • includes/languages/english/YOUR_TEMPLATE/header.php (to change the logo)
    • includes/templates/YOUR_TEMPLATE/template_info.php
    • includes/templates/YOUR_TEMPLATE/common/tpl_header.php
    • includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
    • includes/templates/YOUR_TEMPLATE/images/logo.gif
    • includes/templates/YOUR_TEMPLATE/css/stylesheet.css


    Anywhere you see a /classic/ folder, you can create a folder for your custom template. You can copy the necessary files from either the /classic/ folder, the /template_default/ folder or the parent folder.

    Edit includes/templates/YOUR_TEMPLATE/template_info.php to give your template identifying information so you'll recognize it in the admin under tools->template selection.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  6. #6
    Join Date
    Dec 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Tag Line

    Thats nice, but my site is pretty much finished and I paid money to have it completed for me. It looks nice the way it is and I dont want to experiment or ######## it up. I want to use the custom template that was made for me. "next time" Ill work on making my own template from scratch.

    So I do not want to build a new template. I like the way my current one works and just want to change the tag line and the way the name of the site comes up on the browser and search engines. Is there a way I can do that?

    Building a new template is not an option, and neither is anything that requires me to use a web design program or upload anything to a server. I need instructions for dummies. Im not a programmer. I study biology and medicine, not computer science.

  7. #7
    Join Date
    Dec 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Tag Line

    When I go to tools>Define page editor I find a section where I can edit the messages on the front page, but nothing that says define tag line or define how the website shows up in the browser.

  8. #8
    Join Date
    Dec 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Tag Line

    I hope I didnt come off sounding too snappy. Just keep in mind that I dont program >AT ALL<. Not even HTML. I need some suggestions that are appropriate for a layperson who doesnt know what your talking about.

    You would think that these things could be adjusted from the control panel. It shouldnt require a programmer to change a tag line or the name the shows up on the browser. It should be as easy as changing text on the front page. It should be built into the control panel but it doesnt seem to be.

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

    Default Re: Tag Line

    I'm sorry, but there are some things that you will just have to learn in order to run a website.

    You may not need to learn any programming, but you will need to operate some utilities like Filezilla to move files to & from your server, and Notepad++ to follow directions and type your site name into a file.

  10. #10
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Tag Line

    Quote Originally Posted by Sentience View Post
    When I go to tools>Define page editor I find a section where I can edit the messages on the front page, but nothing that says define tag line or define how the website shows up in the browser.
    As I said earlier, it's in
    includes/languages/english/YOUR_TEMPLATE/meta_tags.php (to change the page name and tag line)
    Code:
    // page title
    define('TITLE', 'Zen Cart!');
    
    // Site Tagline
    define('SITE_TAGLINE', 'The Art of E-commerce');
    // Custom Keywords
    define('CUSTOM_KEYWORDS', 'ecommerce, open source, shop, online shopping');
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. how to edit tag line
    By slater555 in forum General Questions
    Replies: 6
    Last Post: 31 Jan 2011, 10:26 AM
  2. removing tag line
    By lukeciw in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 10 Nov 2009, 08:42 PM
  3. Tag Line
    By SilverKop in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 16 Mar 2009, 02:05 PM
  4. Tag Line
    By SpeedBird3654 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Sep 2008, 09:51 PM
  5. Getting rid of Tag line???
    By pb4 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 Nov 2007, 03:56 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