Forums

Sidebar widget wp shopping cart moved in IE but fine in FF?!?! (12 posts)

  1. LEVI44
    Member
    Posted 2 weeks ago #

    hI there,

    I am using Crafty Cart theme, with the WP ecommerce plugin. In firefox website looks great. But in IE it creates a space in the sidebar for no reason!!?!? what should i do or check??

    thanks

  2. songdogtech
    Member
    Posted 2 weeks ago #

    Check you site with The W3C Markup Validation Service. Might have a missing tag that throws IE's display off, either in the theme or the plugin.

  3. LEVI44
    Member
    Posted 2 weeks ago #

    i checked, it has come up with a couple for wpsc_request_image=true&category_id=4&width=45&height=25' which doesn't seem to be anything to do with the sidebar widget?!?

  4. songdogtech
    Member
    Posted 2 weeks ago #

    Do you have extra space in the sidebar, or a space where something should be but isn't? Post your site URL.

  5. LEVI44
    Member
    Posted 2 weeks ago #

    You can see on the left....the site is not live yet hence the WPFAITH part added.....

    http://faithfulcharm.com/WPFAITH/

    Thank you :)

  6. LEVI44
    Member
    Posted 2 weeks ago #

    Its supposed to be like this on the left

    http://demo.billionstudio.com/?wptheme=Crafty%20Cart

  7. songdogtech
    Member
    Posted 2 weeks ago #

    That looks like a z-index problem. Try position: relative; z-index: -1; in body (where the bg-page.png is called) in style.css. The should shove the background image all the way to the back. And also reduce the size of that image; it's huge for a background images and takes time to download.

  8. LEVI44
    Member
    Posted 2 weeks ago #

    Like this?

    body {
    font-size: 80%;
    line-height: 150%;
    background: url('images/bg-page.png') repeat-x left top;
    position: relative; z-index: -1;
    background-color: #FCF1D3;
    }

  9. LEVI44
    Member
    Posted 2 weeks ago #

    Shopping cart is still with space on left...

  10. songdogtech
    Member
    Posted 2 weeks ago #

    Don't know; try the theme blog:Free Crafty Cart Theme — Billion Studio

  11. LEVI44
    Member
    Posted 2 weeks ago #

    ok thanks for your help anyway :)

  12. LEVI44
    Member
    Posted 2 weeks ago #

    No suprise, they are not responding...does anyone else know how i can solve this? Its really annoying...surely its something to do with the padding or margins in the sidebar?

Reply

You must log in to post.

About this Topic