JornBart Posted June 29, 2013 Share Posted June 29, 2013 (edited) Hi, I'm having a big problem: the button to add something to a cart has suddenly disappeared. Untill recently everything worked fine. I added a number of products in sale in now the button is missing. When I inspect the element I can see that the button is still there, but for some reason it is hidden (see attached image). Can somebody please help me out?!? I'm having already having customers complaining that they can't order anything. Bart Problem solved: was caused by mistyping in css-file Edited June 29, 2013 by El Patron (see edit history) Link to comment Share on other sites More sharing options...
SmartDataSoft Posted June 29, 2013 Share Posted June 29, 2013 Hello,JornBart if you share your site link i can take a look and debug your site and give your a better solution right now Link to comment Share on other sites More sharing options...
JornBart Posted June 29, 2013 Author Share Posted June 29, 2013 Sorry about that: always seem to forget this important bit of inrmation http://www.beaudelicious.be/nl/a-line-dresses/28-bettie-page-1950-s-bubbles-dress.html# Thx!!! Oh, the "add to cart" button also dissapeared in the shopping cart??? Link to comment Share on other sites More sharing options...
SmartDataSoft Posted June 29, 2013 Share Posted June 29, 2013 I debug your site and find that the button possition is changed. on input.button_mini, input.button_small, input.button, input.button_large, input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, a.button_mini, a.button_small, a.button, a.button_large, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, span.button_mini, span.button_small, span.button, span.button_large, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled, .cart_navigation .button, .cart_navigation .button_large, .cart_voucher .submit input.button { .. bottom: -140px;..} [/code on 1076 no line of this file [code] http://www.beaudelicious.be/themes/alysum_2.0/css/alysum.css So you need to made the button position like this and it will solve your issue. .content_prices #add_to_cart .exclusive, .content_prices #add_to_cart .exclusive_disabled { bottom: 0; padding: 7px 15px; } and it will solve your issue. Link to comment Share on other sites More sharing options...
El Patron Posted June 29, 2013 Share Posted June 29, 2013 I marked as solved as OP posted they mis-typed a hack to the .css file. Link to comment Share on other sites More sharing options...
Recommended Posts