Results 1 to 10 of 10
  1. #1
    Join Date
    Jul 2008
    Location
    Ontario, Canada
    Posts
    83
    Plugin Contributions
    0

    Default Product Description Problems

    I have been trying for days to move my Product Options (attributes) up and to the right of my product image, just below my model & price, which are below the product description.

    I have tried to edit product_info_display and when I move bof add cart and e of add cart to below the attributes, it just gives me a blank white page.

    Can anyone help me??

  2. #2
    Join Date
    Jul 2008
    Location
    Ontario, Canada
    Posts
    83
    Plugin Contributions
    0

    Default Re: Product Description Problems

    Sorry... the site is gir lgar nish .com

  3. #3
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Product Description Problems


  4. #4
    Join Date
    Jul 2008
    Location
    Ontario, Canada
    Posts
    83
    Plugin Contributions
    0

    Default Re: Product Description Problems

    I did see that and gave it a try but my page then shows blank. Just white. I can't figure out what I am doing wrong. Could it be due to my images being larger (400x400)?

  5. #5
    Join Date
    Jul 2008
    Location
    Ontario, Canada
    Posts
    83
    Plugin Contributions
    0

    Default Re: Product Description Problems

    When I make the image smaller everything moves up. I do need these larger images though... any ideas?

  6. #6
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

    Default Re: Product Description Problems

    I am trying to figure out how to change the text color and active and visited link color of ONLY the product descriptions. I tried doing the #productDescription stuff but either i am not doing it right or something. I have also tried changed the color via html inside the product description box. When I added the alink: code in the description box and it worked but it changed all the active links on the page including sideboxes and everything. So is there a way to set the product description text on the product info page active link, visited link, and text color to be separate than any other text on the page. If you go the site you can see that the color on the page is all green and you can't tell which text are actual links.

    http://www.wpc-consulting.com/~stxmi...products_id=33

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

    Default Re: Product Description Problems

    You were not using correct CSS declarations to try to change the color. Also, your description has an id of #productDescription1, not the standard #productDescription, so the rule you have will not apply to it anyway.
    Code:
    /*
    .content, #productDescription, .shippingEstimatorWrapper {
    
    	font-size: 4.2em;
    
    	padding: 0.5em;
    
    	}
    
    
    
    #productDescription{
    
    font-size: 2em;
    margin-top: 0em;
    line-height: 1.2em;
    alink="blue";
    
    }
    
    */
    Try this:
    Code:
    #productDescription1 a {
        color: #0000ff;
        }
    
    #productDescription1 a:visited {
        color: #0099ff;
        }
    
    #productDescription1 a:hover {
        color: #0066ff;
        }
    
    #productDescription1 a:active {
        color: #00aaff;
        }
    Last edited by gjh42; 29 Sep 2008 at 05:50 AM.

  8. #8
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

    Default Re: Product Description Problems

    For some reason it didn't change the text color but that was no big deal I didn't need that anyway. I wanted all the text to be the same color unless it was a link. Now why did you have the productdescription1? I remember one tie editing a file and had the productdescription1 instead of just productdescription but I thought I reverted back. Is it normally a one at the end or did i change something? Thanks again for all your help it all worked out great!!!

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

    Default Re: Product Description Problems

    The 1 at the end is a custom version of the tag. it is normally #productDescription.

  10. #10
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

    Default Re: Product Description Problems

    thats what I thought I guess i must have changed it and never changed it back. Well thanks for the help

 

 

Similar Threads

  1. Replies: 1
    Last Post: 30 Apr 2015, 06:22 AM
  2. v139h Short Description problems - no description on product list page
    By jgold723 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 24 Oct 2014, 05:52 AM
  3. Problems with product description
    By haveonelikethis in forum PayPal Website Payments Pro support
    Replies: 2
    Last Post: 6 Jun 2009, 11:38 AM
  4. Product Description Problems
    By djcaw57 in forum General Questions
    Replies: 0
    Last Post: 24 Sep 2008, 02:49 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