Problem Found and Solved load Powerkit
-
To fix the error in console of browser: Uncaught TypeError: e.indexOf is not a function
at S.fn.init.S.fn.load1. go to: \wp-content\plugins\powerkit\modules\social-links\helpers
on line 435 and repply : $( window ).load(function() { to
$( window ).on(‘load’, function() {
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Problem Found and Solved load Powerkit’ is closed to new replies.