Reading other posts in this forum I discovered these shortcodes: [weaver_show_if_mobile type=’mobile’]…[/weaver_show_if_mobile] and [weaver_hide_if_mobile type=’mobile’]…[/weaver_hide_if_mobile]
These are useful if you want to insert content that should only be seen on mobile or desktop, they cannot do anything for the standard section of the theme like the footer.
But if you wanted to add content in a widget inside the footer widget are, you can use this to decide when the content shows.
About this shortcode [weaver_hide_if_mobile type=’mobile’] There is an if condition on it (if_mobile type=). How it works? Can I modified to match a specific device (‘tablet’, ‘smart phone’ or general ‘mobile’ devices)?