Thread: Tag Line

Results 1 to 10 of 13

Hybrid View

  1. #1
    Join Date
    Sep 2006
    Location
    U.K.
    Posts
    162
    Plugin Contributions
    0

    Default Re: Tag Line

    Quote Originally Posted by kobra View Post
    I think tagline is in metatags and have not tried this with that file but works for defines in english.php

    Find defines for tagline and insert into/between the single quotes

    Code:
    'url(../images/image.jpg)'
    Locate image in your template/images dir
    Placed this in english.php. //define('SITE_TAGLINE', 'url(../images/logo2.jpg)'; did not work.
    Stephen.
    - ZenCart v:1.3.9h - Template: Simply_Kerrin- Column layout grid. v:1.3.6 - big royal mail. v:2.3.4 - stock by attributes 4.7 - Logo Sidebox - SitemapXML v2s.

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Tag Line

    ^^^ Read my post above
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Sep 2006
    Location
    U.K.
    Posts
    162
    Plugin Contributions
    0

    Default Re: Tag Line

    Quote Originally Posted by Kim View Post
    ^^^ Read my post above
    I placed this in the english.php file in my template and still nothing shows.

    //define('SITE_TAGLINE', <img src="../images/logo2.jpg" alt="Home for all collectors"/>;
    Stephen.
    - ZenCart v:1.3.9h - Template: Simply_Kerrin- Column layout grid. v:1.3.6 - big royal mail. v:2.3.4 - stock by attributes 4.7 - Logo Sidebox - SitemapXML v2s.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Tag Line

    <img src="../images/logo2.jpg"
    Where is this image?

    The above references

    /images/logo2.jpg

    Not

    /includes/templates/your_template/images
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Sep 2006
    Location
    U.K.
    Posts
    162
    Plugin Contributions
    0

    Default Re: Tag Line

    Quote Originally Posted by kobra View Post
    Where is this image?

    The above references

    /images/logo2.jpg

    Not

    /includes/templates/your_template/images
    Kobra I have checked and the image is in /includes/templates/silverfish/images/logo2.jpg
    Stephen.
    - ZenCart v:1.3.9h - Template: Simply_Kerrin- Column layout grid. v:1.3.6 - big royal mail. v:2.3.4 - stock by attributes 4.7 - Logo Sidebox - SitemapXML v2s.

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Tag Line

    Kobra I have checked and the image is in /includes/templates/silverfish/images/logo2.jpg
    I left the src out initially and should have caught this as Kim pointed out...

    So either leave you code as is and place the image at /images

    Or change the code to

    Code:
    <img src="url(../images/image.jpg)" alt="description of your image" />
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Sep 2006
    Location
    U.K.
    Posts
    162
    Plugin Contributions
    0

    Default Re: Tag Line

    Thanks for your help. I decided to just change the header image and quite happy now.
    Stephen.
    - ZenCart v:1.3.9h - Template: Simply_Kerrin- Column layout grid. v:1.3.6 - big royal mail. v:2.3.4 - stock by attributes 4.7 - Logo Sidebox - SitemapXML v2s.

  8. #8
    Join Date
    Feb 2009
    Posts
    16
    Plugin Contributions
    0

    Default Re: Tag Line

    I replace the logo.gif with taline_background.jpg(the background pic of tagline).
    Then I change the parts of logo in stylesheet.css:
    #logo {
    width:70em;
    }
    #logo img {
    width:100%;
    }

    Then it works.

    Of course, I add the logo in the jpg file.

 

 

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 SpeedBird3654 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Sep 2008, 09:51 PM
  4. Tag Line
    By Sentience in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 9 Mar 2008, 06:54 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