Hi Kriesi Team, you done a good job!
In the new update, when I turn the theme into boxed mode the cart icon doesn’t appear at the top-right corner.
http://oi40.tinypic.com/5mai69.jpg
Can you fix it please?
Thanks in advance.
Cheers
no idea how fix that ?
Hey!
Please post a link to your website. I couldn’t reproduce the issue on the demo website.
Best regards,
Peter
I’ll mark this for Kriesi. I still can’t reproduce it and the icon appears as soon as at least one item is in the cart. Kriesi will be back on Friday and the we’ll release an update which fixes the layout issue and all other bugs.
Thanks a lot!
edit: Just for information —
It doesn’t work only in Firefox, I try in Chrome and Safari – it’s ok!
Ok, now a can reproduce it :)
I’m not sure what’s the best way to fix the issue though – it seems to be a weird browser bug. One solution would be to use js to calculate the cart button position but I’d prefer a css solution and I’ll wait for Kriesi. My css solution is to extend the body width to 100% and to re-position the cart html code. Then we can use the wrap_all class to determine the box/content container width.
Hey!
Hey!
Seems to be easily fixable:
add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at enfold->styling:
#top{overflow:visible;}
Best regards,
Kriesi
Hey! Thanks a lot for your help!