Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28
  1. #11
    Join Date
    Mar 2011
    Posts
    65
    Plugin Contributions
    0

    Default Re: Product Info Page

    Thanks a lot.

    It's a lot closer to the product now than before which is awesome but i'd still like it to be beside the dvd--if possible.

    Can we use a float right or something like that on the image?

  2. #12
    Join Date
    Mar 2011
    Posts
    65
    Plugin Contributions
    0

    Default Re: Product Info Page

    Thanks a lot.

    It's a lot closer to the product now than before which is awesome but i'd still like it to be beside the dvd--if possible.

    Can I set the image to float right or something like that?

  3. #13
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Product Info Page

    in the beginning before I saw the image that is what I was going to do.

    try this tell me what you think, will have to make logo image or prod image a little smaller tho.

    in your stylesheet file:
    find this:
    Code:
    /*.content,*/ #productDescription, .shippingEstimatorWrapper {
    	/*font-size: 1.2em;*/
    	padding: 0.5em;
    	}
    change to:
    Code:
    /*.content,*/ .shippingEstimatorWrapper {
    	/*font-size: 1.2em;*/
    	padding: 0.5em;
    	}

    and add this:
    Code:
    #productDescription {
    padding: 9.0em 0.0em 0.0em 0.0em;
    background-image:url(../zencart/includes/templates/custom/images/thespecs.jpg);
    background-repeat:no-repeat;
    background-position:right top;
    height:300px;
    }

  4. #14
    Join Date
    Mar 2011
    Posts
    65
    Plugin Contributions
    0

    Default Re: Product Info Page

    Hmm.. it didn't seem to do anything.

  5. #15
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Product Info Page

    it did, I am getting an error when I right click where the image should be. check to make sure the path is correct in your css file

    it pulling image from /zencart/includes/templates/custom/zencart/includes/templates/custom/images/thespecs.jpg

    so change image path to /images/thespecs.jpg

    also at the end of your css file:
    #seShipTo {
    padding: 0.2em;
    }
    } <----------------Remove this

    also check pm for new image

  6. #16
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Product Info Page

    @rb,
    Use this for the correct path:
    background-image:url(../images/thespecs.jpg);

  7. #17
    Join Date
    Mar 2011
    Posts
    65
    Plugin Contributions
    0

    Default Re: Product Info Page

    Nice

    Now how do I remove the extra one

  8. #18
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Product Info Page

    if you like that look we can get rid of the coding in your tpl_product_info_display.php, i also uploaded a smaller image, use the same link as before.


    & thank you haredo

  9. #19
    Join Date
    Mar 2011
    Posts
    65
    Plugin Contributions
    0

    Default Re: Product Info Page

    I like this look, and the smaller file I noticed is a bit blurry. It seems the more resizing that's done the blurry it gets.

    What file should i be deleting from tpl_product_info_display.php

  10. #20
    Join Date
    Mar 2011
    Posts
    65
    Plugin Contributions
    0

    Default Re: Product Info Page

    the one i added earlier, i assume

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v151 Product info page blank but shows template no info
    By Pablo_escobar in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 17 Jan 2014, 11:17 PM
  2. Product Info page...info column width.
    By Tantirx in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Apr 2011, 12:25 AM
  3. Product Info Page: Moving Product Name Up On Product Info Page
    By khopek in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Feb 2010, 08:01 AM
  4. how do i remove all links to end product info page on multi product page?
    By what44 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 6 Nov 2007, 06:10 PM
  5. No product info/ image on product info page
    By ali.peracha in forum General Questions
    Replies: 4
    Last Post: 4 Apr 2007, 05:16 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