• Resolved evagm

    (@evagm)


    Browser: IE10, IE11
    OS: Windows 7

    Hi there,

    While testing the plugin in IE10/IE11, I’ve noticed a couple issues with the css. Sadly, I can’t add my own styling to fix these issues since the plugin’s css is in a style block in an iframe. Please help me. You are my only hope…

    Let me know if you’d like to see pictures of the issues.

    Issue #1:
    Cart icon is going out of frame in the Cart Toggle

    .shopify-buy__cart-toggle{
    padding: 8px 10px;
    }
    .shopify-buy__cart-toggle__count{
    margin-bottom: 10px;
    }

    Potential Fix #1:
    .shopify-buy__cart-toggle{
    padding: 5px 10px;
    }
    .shopify-buy__cart-toggle__count{
    margin-bottom: 0;
    }

    Issue #2:
    Image in modal is going up and out of the modal frame

    .shopify-buy__product__variant-img{
    top: 50%;
    transform: translateY(50%);
    }

    Potential Fix #2:

    .shopify-buy__product__variant-img{
    top: 0;
    transform: translateY(0%);
    }

    Issue #3:
    Between 510px and 815px the closing tag (x) is floating outside of the modal.

    @media all and (max-width:800px){
    .shopify-buy__btn–close{
    position: fixed;
    }
    }

    Potential Fix #3:
    Remove that css all together since you apply it at max-width: 499px

    Issue #4:
    The shopify-buy__modal-scroll-contents class code for the modal is not working. In other browser it makes that section scroll if content exceed height allocated.

    Potential fix #4:
    Giving a height to the class fixes the problem.

    .shopify-buy__modal-scroll-contents{
    height: 300px;
    }

    Issue #5:
    There are two arrows displayed in the option select on the modal.

    Potential fix #5:
    Remove the icon when on IE and relocate space icon was taking

    .shopify-buy__option-select__select{
    padding-right: 0px;
    }

    .shopify-buy__select-icon{
    display: none;
    }

    • This topic was modified 8 years, 5 months ago by evagm.
    • This topic was modified 8 years, 5 months ago by evagm.
    • This topic was modified 8 years, 5 months ago by evagm.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Shopify

    (@shopify)

    Hi there,

    I’ve forwarded the information to the team. Are there any screenshots or other example images of the issues that you could share?

    It would be helpful to figure out what could be going wrong.

    Thank you for reporting these issues.

    Thread Starter evagm

    (@evagm)

    Hi there,

    Is there a place I could upload my screenshots of the issues?

    Plugin Author Shopify

    (@shopify)

    Hey,

    Please send them to [email protected]

    Thank you!

    Thread Starter evagm

    (@evagm)

    Hi,

    Just sent the email with all the screenshots referring to the css issues.

    Thanks for looking into this.

    Plugin Author Shopify

    (@shopify)

    Hi Eva,

    The team has fixed all of the issues that you reported to us.

    The fixes should go live in a couple of days, please let us know then if you’re still experiencing the issues.

    Thank your for reporting these issues and for your patience!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘css issues in IE10-IE11’ is closed to new replies.