Hi,
I’m on my sixth Enfold license now and this is the first one with the Woocommerce plugin. It works fine but I’ve noticed that the quantity isn’t visible on mobile devices (tablet/phones) bot portrait and landscape. That means that a customer is not able to increase or decrease the quantity. How can I make sure that IS visible on mobile?
Regards,
Steven
Hey Steven!
You are currently using an older version of the theme. Can you please firstly update Enfold to the latest version 3.4.4 – kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hi, Just did the update. It only says: 3.4.3….
Hi!
can you please try and update the theme with the FTP, so we can be sure it is the latest version?
Thanks a lot
Best regards,
Basilis
Hi,
I did. Yesterday I downloaded: themeforest-4519990-enfold-responsive-multipurpose-theme-wordpress-theme. And in the style CSS I see:
Theme Name: Enfold
Description: A superflexible and responsive Business Theme by Kriesi – <br/> Update notifications available on twitter and facebook:<br/> Follow me on twitter<br/> – Join the Facebook Group
Version: 3.4.3
Author: Kriesi
Author URI: http://kriesi.at
License: Themeforest Split Licence
License URI: –
Theme URI: kriesi.at/themes/enfold/
I I guess this is the latest version right. I double checked the file today and it still says : 3.4.3
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive .shop_table .product-quantity {
display: block !important;
}}
Regards,
Yigit
Hi Yigit,
Thanks! Works. So what about the version issue?
Cheers,
Steven
Hey!
It seems that style.css file was not updated so even though you are using 3.4.4, it says 3.4.3. Sorry for the confusion :)
Best regards,
Yigit
Ah, I see.