jan.mazanek
Forum Replies Created
-
Thank You!
Hello,
we do optimize the website for speed. Including useless JavaScript is not best practice. There might be:
1) very simply solution: add into Settings a checkbox “Enable GDPR checkbox in forms”
(I would also add text field to set GDPR text)2) better solution: test GDPR shortcode presence in all forms included in every specific page and include GDPR JavaScript only if really needed
Will you change your plans and add one of the mentioned? If not, we will consider removing the external JavaScript in child theme, but it will only work for our client, not for all your customers.
Best regards,
Jan Mazánek
WebToffee suppord did response, but we stopped to use their plugin and used default included in Avada Theme, so wi didn’t resolve this but do not wish to do anything else in this.
Hi @webtoffee,
did you fix this in Version 1.6.10?
Forum: Plugins
In reply to: [a3 Lazy Load] onshow hides LayerSlider imageThe problem was, that I was preloading first Layer Slider image before A3 Lazy load triggered.
My code was:
var ImageToPreload = $('div[id^=layerslider_] img[data-src]').first(); var ImageUrl = $(ImageToPreload).attr('data-src'); ImageToPreload.attr('src', ImageUrl);
I solved this by removing attribute ‘data-src’:
// Remove 'data-src' to prevent execution of A3 Lazy load ImageToPreload.removeAttr('data-src');
Still I think it would be better if Lazy load didn’t add ‘lazy-hidden’, if image is in fact displayed.
I would pleased with Contact Form DB integration too