Just bought and installed JobCareer Theme. Everything is fine UNTIL I try to activate WP Job Hunt plugin which is needed for the theme. Now I get this fault.
Fatal error: Call to undefined function wp_is_mobile() in /home/watches3/public_html/zzp-databank.nl/wp-content/plugins/wp-jobhunt/admin/classes/class-save-post-options.php on line 33
Had somebody from India to check it all and all was well ,till I tried to activate the plugin which was left unactivated. Can’t get to the website anymore only by FTP.
Now whose has got the answer to make this theme work?? This is start of line 33 !!
if ( wp_is_mobile() ) {
add_action(‘wp_nav_menu_items’, array( $this, ‘cs_login_header_item’ ), 30, 2);
}
if ( ! wp_is_mobile() ) {
add_filter(‘wp_nav_menu_items’, array( $this, ‘cs_login_menu_item’ ), 10, 2);
}
}