• Resolved ubrayj02

    (@ubrayj02)


    For some strange reason, the content that appears on my individual product’s pages in normal browsers simply disappears when view in Internet Explorer.

    I suspect that something strange is happening with the way IE interprets the div’s that WP eCommerce creates.

    In particular, the div that holds all of the products info and text is named productdisplay might be misinterpreted by IE. I also suspect that the div entitled single_product_display is being messed up by Internet Explorer.

    These two divs are defined as follows in my default.css (the default template using the default view):

    div.productdisplay{
     position:relative;
     float:left;
     clear:both;
     top:0px;
     left: 0px;
    /* margin-top: 10px; */
     margin-bottom: 20px;
    
     width: 100%;
     text-align: left;
     }

    There is no div defined for single_product_display, only this:
    div.single_product_display div.textcol{

    /* Adjust this width according to your layout*/
     width:41%;
     margin-right:15px;
    }

    I’ve appended my best guesses onto a post on the Instinct Entertainment support forums:
    http://www.instinct.co.nz/forums/topic.php?id=894

Viewing 1 replies (of 1 total)
  • Thread Starter ubrayj02

    (@ubrayj02)

    The fix for this particular problem was implemented in version 3.6.8RC1 of the plugin.

    Removing the “float:left” from the code above was also reported to fix the problem.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP eCommerce] Product Pages hide content in Internet Explorer’ is closed to new replies.