Hello, thanks for your purchase.
First sorry for this issue.
We will fix that for the next version of Porto.
For now to fix, please follow the steps below:
1) Edit the “js/theme.js” script and replace the “Loop for render” code at line 4153 until 4159 to:
// Loop for render
var render = function() {
cursorOuter.style.transform = 'translate('+ self.clientX +'px, '+ self.clientY +'px)';
cursorInner.style.transform = 'translate('+ self.clientX +'px, '+ self.clientY +'px)';
self.loopInside = requestAnimationFrame(render);
}
Please try that and let us know if you need further assistance.
Kind Regards,
Rodrigo.