[Plugin: Mobble] and Easing Slider hide for mobile phones
-
Hello everyone,
I’m using Mobble to add conditional functions for mobile devices, and so it happens that I want to add a conditional function that does not present the Easing Slider plug-in if the website is viewed on mobile.
I was able to accomplis this for the footer and the sidebar by using this:<?php if (!is_mobile()) { get_sidebar(); } ?> <?php if (!is_mobile()) { get_footer(); } ?>But I have no clue how to accomplis this for Easing slider.
This is the code to have Easing slider show up:
<?php if (function_exists("easing_slider")){ easing_slider(); }; ?>How can I add the two things together? I’m sorry. Please pardon my PHP illiteracy.
Thank you in advance if you can help me!
The topic ‘[Plugin: Mobble] and Easing Slider hide for mobile phones’ is closed to new replies.