Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • Creaktor Branding Agency Friend
    #922189

    background-blend-mode is great. However, IE do not support this.

    http://caniuse.com/#feat=css-backgroundblendmode

    Could you guys update the template by adding some Javascript to fix this?

    www.creaktor.com

    Creaktor Branding Agency Friend
    #922190

    `function multiply(R, G, B) {
    var imgData = ctx.getImageData(0, 0, canvas.width, canvas.height);
    var data = imgData.data;

    for (var i = 0; i < data.length; i += 4) {
    data = R data / 255;
    data = G data / 255;
    data = B * data / 255;
    }

    ctx.putImageData(imgData, 0, 0);
    }`

    www.creaktor.com

    Saguaros Moderator
    #922374

    Did you get it solved?

    Creaktor Branding Agency Friend
    #932538

    hi, no I have no idea how to use the script I found.

    www.creaktor.com

    Saguaros Moderator
    #933279

    Hi

    Did you experience this issue in our demo site in your Edge browser? http://ja-mono.demo.joomlart.com/index.php/en/

    Creaktor Branding Agency Friend
    #933433

    Edge and IE do not support blend-mode’s. See Microsoft details here

    Therefor the experience in the IE and Edge browser is bad, since the color styles made by this blend do not work like intended. Therefor I suggest Joomlart embeds the above javascript into the template which I found here

    www.creaktor.com

    Saguaros Moderator
    #933434

    I will pass to the team for further consideration.

    brusamolino Friend
    #989066

    HI
    i’ve you fixed this problem on EDGE browser?
    I’ve downloaded today and there is the same problem

    Thanks
    Luca

    Saguaros Moderator
    #989169

    Hi Luca,

    It’s a known issue from EDGE browser because it doesn’t support blend mode

    How it looks like on your site? You can attach some screenshots.

    brusamolino Friend
    #989285

    Hi
    here the attach
    If i put a text on the left, without background-blend-mode, is impossible to read it


    1. sitoedge
    Saguaros Moderator
    #989620

    Are you using latest version of JA Mono template? You can update credentials of your site: Admin & FTP account, I will take a look.

    brusamolino Friend
    #989660
    This reply has been marked as private.
    Saguaros Moderator
    #990387

    Btw, do you face the same issue with our demo site: http://ja-mono.demo.joomlart.com/index.php/en/ ?

    brusamolino Friend
    #990388

    Yes
    there is the same bug on your demo
    See the attach file

    Thanks
    Luca


    1. edge
    Saguaros Moderator
    #990791

    Hi Luca,

    I checked with the team but I must say sorry as Edge and IE browser don’t support background-blend-mode. Pls check out the details here

    Pls understand for us, it’s much appreciated.

    Regards

Viewing 15 posts - 1 through 15 (of 20 total)

This topic contains 19 replies, has 5 voices, and was last updated by  thepeakconsultancy 7 years, 8 months ago.

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