Bring Your Business to Life › Support › Image Store › Images in shopping cart
- AuthorPosts
- July 24, 2014 at 7:22 pm #168228RavenworksParticipant
We have a site located here: http://photoflashbacks.com/
The plugin is working well but I notice that when items are selected and the shopping cart is viewed, there is no thumbnail of the image shown… only a vertical string of text with the image name.
Any suggestions?
Thanks
July 27, 2014 at 5:27 pm #168667RavenworksParticipantMore… It does appear that a very small image is showing up when going to the “Cart” page but it does not show up on the page immediately following the “Add to Cart” command.
The site is a responsive design so when viewed from a “smart phone sized window”, a very nice display of the image and title appears.
I could insert custom CSS into the template but I’m not sure what part of the layout should be adjusted. I did see this code suggested for what I thought was a similar prblem but it appears to have made no difference:
.ims-preview {
float: left;
padding: 4px 80px 0px 0px;
width: 50px;
margin-left: 0px;
}Any suggestions would be greatly appreciated.
August 11, 2014 at 1:56 am #170933Xpark MediaKeymasterThis code will fix the alignment issue in your cart page
.ims-cart-form figure.ims-img { display: inline-block; margin: 0; }
The widget image updates looks like a bug, we’ll try it fix it on the next release
- AuthorPosts
- You must be logged in to reply to this topic.