nickm2013
Forum Replies Created
-
Forum: Plugins
In reply to: [Idle User Logout] Not logging out if viewing the front endscript.js seems to have an issue on line 22…
if(!disable_admin){
jQuery(document).idleTimer(timer);
jQuery(document).bind(“idle.idleTimer”, function(){
switch(parseInt(action)){
case 2:
idle_user_logout_callback(”,true);
break;Nick
Forum: Plugins
In reply to: [Idle User Logout] Not logging out if viewing the front endHi
Sorry for the delay. No I still have this issue. Even with the bxSlider disabled I get an error from the console..
Uncaught TypeError: jQuery(…).idleTimer is not a function
And the idleTimer does not work when viewing the front end still.
Thanks
Nick
Forum: Plugins
In reply to: [Idle User Logout] Not logging out if viewing the front endThanks for your response.
I found this in the console ?
Uncaught TypeError: jQuery(…).idleTimer is not a function
…… script.js?ver=2.0:22I also had this but I guess that’s unrelated:-
Uncaught TypeError: jQuery(…).bxSlider is not a function
…… bxslider.setup.js?ver=1.0.0:22I found that script also. This is how it appears in my code.
<script type=’text/javascript’>
/* <![CDATA[ */
var iul = {“ajaxurl”:”http:\/\/mydomainname.com\/wp-admin\/admin-ajax.php”,”actions”:{“action_type”:”2″,”timer”:”20″,”action_value”:””},”is_mobile”:””};
/* ]]> */
</script>I substituted my real domain name for mydomainname in the above.
Thanks
Nick
Forum: Plugins
In reply to: [Twitget] Please migrate to API v1.1Same problem for me. I am using get shortcode in my template. My site now says…
Twitter outputted an error:
The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.