Not working in internet explore 11

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10036082
    brillantor
    Participant

    Most of your templates are not working in internet explorer 11. please help


    #10036091
    Support
    Keymaster

    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.


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.