Widget Rule to "Visible"

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Tue Oct 08, 2013 4:25 pm
Hi, I would like to disable a widget's visibility to iPhones but not to Tablets. How do I do this with widget rules??

J.
User avatar
Gold Boarder

GK User
Wed Oct 09, 2013 7:25 am
Unfortunately, it's not possible using widget rules in one widget, but you can set 2 widgets (the same) and first set to visible on: "Desktop", the second - visible on "Tablets".

Or you can use one widgets with visible on: "all devices" and into css/mobile.css enter this code:
Code: Select all
#yourwidget-id {
display: none;
}
User avatar
Moderator

GK User
Wed Oct 09, 2013 12:27 pm
cool. thanks
User avatar
Gold Boarder


cron