Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Andrew Winkler Friend
    #663006

    With or without JCH-Optimize and/or NoNumber Joomla CDN enabled I have this weird problem that the ‘Our portfolio’ popup Items work in Safari but not in Firefox. I haven’t tried other browsers as yet.

    Ninja Lead Moderator
    #663123

    I set Development Mode: OFF from backend site

    Now, the problem is gone, you can check it again.

    Andrew Winkler Friend
    #663798

    The OnePage template site still does not “pop” in Firefox on my Windows 8.1 notebook. It’s fine though, on my Ipad, both in Safari and Google.

    Andrew Winkler Friend
    #746135

    The OnePage template site still does not “pop” in Firefox on my Windows 8.1 notebook. It’s fine though, on my Ipad, both in Safari and Google.

    Ninja Lead Moderator
    #664178

    I fixed the problem js problem directly on your site with solution below

    Open templates/ja_onepage/js/script.js file

    find


    context.drawImage(image, 0, 0);

    imageData = context.getImageData(0, 0, canvas.width, canvas.height);

    to

    context.drawImage(image, 0, 0);

    context.crossOrigin = "Anonymous";

    imageData = context.getImageData(0, 0, canvas.width, canvas.height);

    Now, your site is working fine with firefox browser

    Ninja Lead Moderator
    #746218

    I fixed the problem js problem directly on your site with solution below

    Open templates/ja_onepage/js/script.js file

    find


    context.drawImage(image, 0, 0);

    imageData = context.getImageData(0, 0, canvas.width, canvas.height);

    to

    context.drawImage(image, 0, 0);

    context.crossOrigin = "Anonymous";

    imageData = context.getImageData(0, 0, canvas.width, canvas.height);

    Now, your site is working fine with firefox browser

    Andrew Winkler Friend
    #664185

    Great! It worked!!! Many thanks. 🙂

    Andrew Winkler Friend
    #746225

    Great! It worked!!! Many thanks. 🙂

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

This topic contains 8 replies, has 2 voices, and was last updated by  Andrew Winkler 9 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum