custom visible On

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Wed Aug 20, 2014 1:17 pm
i have used the recently joined buddypress feature but i do not want it to show on smartphone. I would just like it on desktops and tablets is there a way of doing this?
User avatar
Senior Boarder

GK User
Wed Aug 20, 2014 2:13 pm
Yes, you have to use widget rules with this widget:
http://www.gavick.com/documentation/wor ... get-rules/

and set to visible only on desktop.
User avatar
Moderator

GK User
Wed Aug 20, 2014 7:44 pm
but i would also like it to display on tablets aswell
User avatar
Senior Boarder

GK User
Thu Aug 21, 2014 6:51 am
In this case, set widget to visible on "all devices" and add this code into your Msocial/css/mobile.css file:
Code: Select all
#bp_core_members_widget-2 {
   display: none;
}
User avatar
Moderator


cron