It worked fine before, but now it generates an error (inspector)
"overzicht-paspoort:55 Uncaught TypeError: jQuery(...).click(...).oauthpopup is not a function"
It references to the line of js-code where the socialconnect part is appended:
jQuery(document).ready(function(){
jQuery(".login").append('<div class="socialconnect"></div>');
});
jQuery(document).ready(function(){jQuery('.socialconnect').append('<div><button class="linkedin_button linkedin zocial">Link to LinkedIn</button></div>');jQuery( '.linkedin_button' ).c ... etc
After disabling the social connect button it all works fine; enabling--> generates error
thanks for your answer and fast response