Results 1 to 10 of 14

Hybrid View

  1. #1
    Join Date
    Jun 2014
    Location
    United States
    Posts
    7
    Plugin Contributions
    0

    Default How Do I Change Title Bar Text & Meta Keywords Text?

    Hi Gang,

    I'm totally new to the Zen Cart. I have been using Zen Photo and Page for years now and love it and now I'm on to building my own cart!

    Can I please ask for some help here? To start, I'd like to know how to change the Title bar Text in my new Westminster New Template and also the keywords - how to change them too?

    I'll paste the source code here that I see in my main homepage and thanks ahead of time for any help you can provide me !!!

    Best reagrds, Jim :)

    www.beachytreasures.net is my site...

    ***********************************************

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
    <head>
    <title>Westminster New Zen Cart Template, by Picaflor Azul</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="keywords" content="Hardware Software DVD Movies Gift Certificates Big Linked Test Examples Free Call Stuff Test 10% by Attrib Test 10% A Top Level Cat Sale Percentage Sale Deduction Sale New Price Big Unlinked New v1.2 Music Documents Mixed Product Types ecommerce, open source, shop, online shopping " />
    <meta name="description" content="Westminster New Zen Cart Template : - Hardware Software DVD Movies Gift Certificates Big Linked Test Examples Free Call Stuff Test 10% by Attrib Test 10% A Top Level Cat Sale Percentage Sale Deduction Sale New Price Big Unlinked New v1.2 Music Documents Mixed Product Types ecommerce, open source, shop, online shopping" />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="author" content="The Zen Cart&reg; Team and others" />
    <meta name="generator" content="shopping cart program by Zen Cart&reg;, http://www.zen-cart.com eCommerce" />


    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />



    <base href="http://www.beachytreasures.net/" />
    <link rel="canonical" href="http://www.beachytreasures.net/" />

    <link rel="stylesheet" type="text/css" href="includes/templates/westminster_new/css/stylesheet.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/westminster_new/css/stylesheet_flex.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/westminster_new/css/stylesheet_responsive_tabs.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/westminster_new/css/index_home.css" />
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript"></script>

    <link rel="stylesheet" type="text/css" href="includes/templates/westminster_new/css/responsive.css" /><link rel="stylesheet" type="text/css" href="includes/templates/westminster_new/css/responsive_default.css" />
    <script src="includes/templates/westminster_new/jscript/css_browser_selector.js" type="text/javascript"></script>
    <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet" />


    </head>

  2. #2
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,746
    Plugin Contributions
    22

    Default Re: How Do I Change Title Bar Text & Meta Keywords Text?

    Welcome to Zen Cart! Hope you'll enjoy your experience and the community!

    The title is controlled from a file: includes/languages/english/YOUR_TEMPLATE/meta_tags.php
    In your case, the "YOUR_TEMPLATE" actually means "westminster_new", but you should get used to using YOUR_TEMPLATE because help here is usually for general purpose.

    You can also take a look at the FAQ topic that explain more about the meta tags.

    Regards,
    Leonard

  3. #3
    Join Date
    Jun 2014
    Location
    United States
    Posts
    7
    Plugin Contributions
    0

    Default Re: How Do I Change Title Bar Text & Meta Keywords Text?

    Hi Leonard,

    Thank you very much for your warm welcome! I thank you very much for the fast reply and help an I am already enjoy the Zen Cart Community here! Thanks! Yep! That's worked !!! I was able to change the Title Bar and Meta Tags for this Westminster New Template!

    If you don't mind can I ask two more questions for now?

    #1, now how do I modify the footer template info - such as what it says now, which is: "Powered by Zen Cart. Responsive Zen cart templates by Picaflor Azul." ???

    I do appreciate Paul's great template work here, but I would like to put my own company name, etc... here in it's place if possible.

    My next #2 question is, how and where can i modify the Social Link Button(s) code, such as Facebook, Twitter, Pinterest, YouTube, etc... On this particular template, these logo graphics sit right under the text: "SHARE AND CONNECT" ???

    Again THANK YOU for all of this help so far !!!

    Best regards,
    Jim :)

  4. #4
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,746
    Plugin Contributions
    22

    Default Re: How Do I Change Title Bar Text & Meta Keywords Text?

    Quote Originally Posted by KB2UNK View Post
    #1, now how do I modify the footer template info - such as what it says now, which is: "Powered by Zen Cart. Responsive Zen cart templates by Picaflor Azul." ???
    You would edit your includes/languages/westminster_new/english.php on line 16.

    My next #2 question is, how and where can i modify the Social Link Button(s) code, such as Facebook, Twitter, Pinterest, YouTube, etc... On this particular template, these logo graphics sit right under the text: "SHARE AND CONNECT" ???
    includes/languages/english/westminster_new/social_defines.php

    There's a super cool feature in Zen Cart called Developers Tool Kit (admin->Tools). The last option allows you to search all of your files for any keywords and will show you the path to the file so you can edit it. It searches through code so, in case you don't get any results, make sure you're searching for correct terms (sometimes HTML tags such as a, span, strong and similar can cause empty results). There's also a chance it's stored in the database so you can't find it. But, in general, it's incredibly helpful.

    I just happen to have that particular template installed on my local test site so I was able to help, but it would probably be best if you post such template related questions in the template's support thread. I know Anne is quite helpful and you're most likely gonna get a fast reply (not from me, tho - I don't follow those threads).

    L.

  5. #5
    Join Date
    Jun 2014
    Location
    United States
    Posts
    7
    Plugin Contributions
    0

    Default Re: How Do I Change Title Bar Text & Meta Keywords Text?

    Hi Balihr,

    Cool !!! Got it and thanks for answering question #1 and # 2 for me !!! WOW !!! I am totally impressed with the Developers Toolkit !!! It works like a charm and I found the path to the file I need to goto to edit the Social Link Buttons, etc... Thanks for all your help and this cart so far - ROCKS !!!

    Best regards,
    Jim bangert :)

  6. #6
    Join Date
    Jun 2014
    Location
    United States
    Posts
    7
    Plugin Contributions
    0

    Default Re: How Do I Change Title Bar Text & Meta Keywords Text?

    Hi Balihr and all,

    OK, well I tired to find "includes/languages/english/westminster_new/social_defines.php" in my Developers Took Kit, but it does NOT find this social_defines.php file. So far, no luck in being able to change the "SHARE AND CONNECT" Social Website Icons to my own URLs in my Westminster New Template. I want to be able to change these if possible. Thanks all !!! I attached a jpg screenshot of what I am talking about...

    Best regards,
    Jim :)

  7. #7
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: How Do I Change Title Bar Text & Meta Keywords Text?

    Quote Originally Posted by KB2UNK View Post
    My next #2 question is, how and where can i modify the Social Link Button(s) code, such as Facebook, Twitter, Pinterest, YouTube, etc... On this particular template, these logo graphics sit right under the text: "SHARE AND CONNECT" ???
    The readme file has a section which provides very specific instructions for making changes to that. The header of that section of the ReadMe file is labeled "Customize Social Media Links"

    "Click on the blank line directly below "Share and Connect", then click on the "edit" button ..." It is Column 4, sort order 41.

    No editing of any other files is necessary.

  8. #8
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: How Do I Change Title Bar Text & Meta Keywords Text?

    Quote Originally Posted by KB2UNK View Post
    #1, now how do I modify the footer template info - such as what it says now, which is: "Powered by Zen Cart. Responsive Zen cart templates by Picaflor Azul." ???
    Why would you want to remove the zencart and picaflor azul byline and give the impression that you created the software and developed the responsive template?

 

 

Similar Threads

  1. v139h How do I change basic meta tags such as page title and description and meta keywords
    By robertwebsite in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Aug 2012, 08:38 AM
  2. Title Bar & Meta
    By horrorware in forum Basic Configuration
    Replies: 3
    Last Post: 28 Nov 2011, 07:39 PM
  3. Keywords/meta tags, and title of page change..
    By in4sit in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 1 Oct 2010, 03:41 PM
  4. Need to change the text in the blue title bar
    By kajamy2 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 30 Aug 2010, 05:11 AM
  5. Meta tags just duplicates text in title bar
    By mediathing in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 24 Jun 2006, 11:00 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