samisayed Posted December 10, 2014 Share Posted December 10, 2014 Hi, I have a problem with the modal windows when I add a product to the cart, the buttons "continue shopping" or Go to cart are ot displayed. I inspected the elements with google chrome. The div that contains the buttons appear in the html5 and the css has not any display:none, so I wonder what is the problem. Wonder if you could help me. Link to comment Share on other sites More sharing options...
dioniz Posted December 10, 2014 Share Posted December 10, 2014 Is it possible to see your site? Link to comment Share on other sites More sharing options...
samisayed Posted December 10, 2014 Author Share Posted December 10, 2014 Hi Dioniz, Thanks for your reply. its not published. can I make you an user account so you can log in?, I wonder if there is another way. Link to comment Share on other sites More sharing options...
samisayed Posted December 14, 2014 Author Share Posted December 14, 2014 I could publish the web, please if someone could help me I would be grateful. The continue shopping button that is displayed in the modal window once you add a new product in the shopping cart is dissapeared. http://diesalud.es/tienda/5-dietas-online?live_configurator_token=8bc933619c978dd3e7f89bdeb2072f5c&id_shop=1&id_employee=1&theme=theme6&theme_font= Link to comment Share on other sites More sharing options...
dioniz Posted December 14, 2014 Share Posted December 14, 2014 Open yourdomain/themes/yourtheme/css/modules/blockcart/blockcart.css and find this lines: #layer_cart .layer_cart_cart .button-container span.exclusive-medium { margin-right: 5px; } #layer_cart .layer_cart_cart .button-container .btn { margin-bottom: 10px; } Change to: #layer_cart .layer_cart_cart .button-container span.exclusive-medium { display: inline-block; margin-right: 5px; } #layer_cart .layer_cart_cart .button-container .btn { display: inline-block; margin-bottom: 10px; } 1 Link to comment Share on other sites More sharing options...
samisayed Posted December 14, 2014 Author Share Posted December 14, 2014 (edited) Thank you so much dioniz, the only problem is that though the blockcart.css is modified the buttons are not displayed. I even removed the file to upload it after, and try to see if thats the correct file but everything displayed as it existed (unless the buttons) Edited December 14, 2014 by samisayed (see edit history) Link to comment Share on other sites More sharing options...
samisayed Posted December 14, 2014 Author Share Posted December 14, 2014 Thanks again,there was another theme folder and it worked, thank you so so much Link to comment Share on other sites More sharing options...
dioniz Posted December 14, 2014 Share Posted December 14, 2014 You are welcome I'm marking this thread solved. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now