CSS safari

HomeSupportImage StoreCSS safari

Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #50353
    pathmakumar
    Participant

    Hi, thanks for the plugin. It works well just like what I wanted. I’m using wp slash theme. My problem is when I click image on the gallery, the ‘add cart button’ on the lightbox is not appearing properly. The border is outside the button. This happens with all the browser.

    And on safari the checkbox in the gallery is very small (like a dot).

    lastly, is there anyway to bypass the photo/album size selection after you add to cart?  i don’t need because i only offer photo/album size.

    Hope you can help me with this, thanks again.

    #50421
    Xpark Media
    Keymaster

    what version of safari are you suing and are you using a window or mac. can you provide a link to your site, I may be able to provide the styles for you

    #50551
    pathmakumar
    Participant

    Thanks for your reply, just updated to 3,17

     

    I’m using mac, safari 6

    http://www.pixelartsphotography.com.my/?page_id=1387

    #50585
    Xpark Media
    Keymaster

    @pathmukamar, there ara a few form styles on your theme that may affect other forms not just the image store, I sugget contacting the theme developer, in the mean time here are a few styles that can fix the issues

    input[type=chekcbox] {
    	-webkit-appearance: checkbox;
    }
    input[type=text] {
    	-webkit-appearance: text;
    }
    #ims-pricelist {
    	text-shadow: none;
    	color: #666;
    }
    div.ims-field.ims-submit input {
    	height:auto;
    	padding: 1px 3px;
    }
    #50762
    pathmakumar
    Participant

    Hi, Hax thanks for the fix, it works well but the problem came back after i update to 3.1.8, should i reverse to 3.1.7?

    #50775
    Xpark Media
    Keymaster

    make sure that you add styles to your theme not the plugin, or even better use a child theme that way you can update both theme and plugin without losing your changes.

    #50834
    pathmakumar
    Participant

    Got it, Thanks so much hax

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.