Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Adding a logo next to one item

    Why not just make the product image a bit bigger to incorporate both the picture of the product and the logo?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  2. #2
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    391
    Plugin Contributions
    0

    Default Re: Adding a logo next to one item

    Here is the page:
    http://maynardstackle.com/zencart/in...&products_id=4

    I would like to place a small gif. next to the upper right hand corner of the discription. If it is possible.

  3. #3
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Adding a logo next to one item

    So why not insert the image into the product description?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  4. #4
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    391
    Plugin Contributions
    0

    Default Re: Adding a logo next to one item

    Thanks for the reply kuroi but, How do I code that in the discription page of the product. The image name is "nitelite1"
    and what file to a put the image into?

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

    Default Re: Adding a logo next to one item

    When editing the product description, add something like this:
    HTML Code:
    <img src="includes/templates/your_template/images/nitelite1.gif" class="descriptionLogo" />
    You can use
    .descriptionLogo {}
    in your stylesheet to affect the display of this logo.
    .descriptionLogo {float: right;}
    will make it move to the top right of the description area, as long as it is the first thing in the description. It will not show in the product listing page, only the product info page.

    Save the image in /includes/templates/your_template/images/nitelite1.gif.

  6. #6
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    391
    Plugin Contributions
    0

    Default Re: Adding a logo next to one item

    Thanks for the help gjh42
    Do also put the whole HTML code in the css style sheet?
    Also I am not familar with what is .descriptionLogo {},
    Is that the name of the gif. or do I leave it as .descriptionLogo {}

  7. #7
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    391
    Plugin Contributions
    0

    Default Re: Adding a logo next to one item

    Got the logo in the area... Now I need to get it in position.

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

    Default Re: Adding a logo next to one item

    You don't put any HTML in your stylesheet, ever.

    .descriptionLogo is the class name I suggest adding to your image code, so that it can be manipulated with a rule you add to the stylesheet (like .descriptionLogo {float: right;} }.

 

 

Similar Threads

  1. Adding text next to my logo on front page
    By gwyllion in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 6 Jul 2012, 09:30 PM
  2. v150 Adding text in empty space next to my logo
    By gwyllion in forum General Questions
    Replies: 2
    Last Post: 30 Jun 2012, 07:23 PM
  3. 30% off one item, 35% off next item
    By Lisa in Vermont in forum Setting Up Specials and SaleMaker
    Replies: 0
    Last Post: 27 Nov 2011, 03:26 PM
  4. Adding text next to logo
    By mikem198 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 4 Mar 2011, 11:55 PM
  5. My next baby step: adding an item for a customer
    By jtjohnston in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Jan 2008, 05:39 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