Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Feb 2010
    Location
    East Anglia
    Posts
    52
    Plugin Contributions
    0

    Default Meta Tags on Generated Pages

    I'm still running version 1.3.8 as my priority at the moment is to get my shop live rather than keep up with updates.

    For the look of it, I want to be able to have the window headings in my generated pages the same as those in my product and catalogue pages. This would mean changing the meta tags for those pages, I presume.

    I looked in the FAQ pages, and that sent me to look at common/html_header.php. Well, I looked, and as far as I could see I would have to delve into some JavaScript files. Unfortunately I don't speak Java. Is there anyone out there who'd be kind enough to help me with this?

    Cheers,

    Dave Smith,
    www.Fernslist.com

  2. #2
    Join Date
    Feb 2010
    Location
    Arizona
    Posts
    50
    Plugin Contributions
    0

    Default Re: Meta Tags on Generated Pages

    You mean the banner top header? If so, then the main css file may be where you look, and see where this css selector is applied

    [zc-home/includes/templates/classic/cssstylesheet.css]

    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #000000;
    height:90px;
    width:100%;
    }

    This site has good reference material on php, java, css, etc:
    http://www.w3schools.com/css/default.asp

    Meta tags are controlled in:
    [zc-home/includes/languages/english/meta_tags.php]
    as far as i have seen, and the aren't really "visual" in nature.

    Let me know if it helps, or specifics, I can help some, as I'm getting this going too:
    geometry777_at_gmail_dot_com
    I have a weird schedule, but will help out where I can...
    Last edited by 10west; 28 Apr 2010 at 01:47 PM.

  3. #3
    Join Date
    Feb 2010
    Location
    East Anglia
    Posts
    52
    Plugin Contributions
    0

    Default Re: Meta Tags on Generated Pages

    Quote Originally Posted by 10west View Post
    You mean the banner top header?
    No, I don't mean the banner top header. I've got that sorted. What I mean is the window title bar – where the contents of the meta tag "Title" would be put.

    If you look at my site you will see that title bar just contains the name of the page. But when you look at, for example, my Shipping and Returns page you'll see that the title bar also contain the TITLE and SITE_TAGLINE from meta_tags.php. It's no big deal, but I'd like all my pages to look similar.

    Many thanks for your offer of help. I'll be glad to take it up and to give you any help I can, either. dave at davidosmith dot co dot uk

    Cheers for now,

    Dave

 

 

Similar Threads

  1. v150 Title meta tag maximum value, for auto generated tags
    By timb22 in forum General Questions
    Replies: 0
    Last Post: 10 Apr 2015, 02:48 AM
  2. Replies: 0
    Last Post: 28 Oct 2013, 11:22 PM
  3. Meta Tags for EZ pages
    By Lidders in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Sep 2010, 03:48 PM
  4. EZ pages and meta tags
    By karenkte in forum General Questions
    Replies: 0
    Last Post: 28 Sep 2008, 09:02 AM

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