how can i fix this log in my console
[AVIA-LOG] Fallback Video Trigger “html5”:
e.AviaVideoAPI {videoElement: video#player_576_1606676404_1117833203_html5.avia_video, $video: a.fn.init(1), $option_container: a.fn.init(1), load_btn: a.fn.init(1), video_wrapper: a.fn.init(1), …}
Hey weasyweb2015,
What si your web site URL?
Best regards,
Basilis
i don’t know why now the avia log disappear
UPDATE
this log appear only if i see my site in mobile mode in chrome now i’m developing in local. how we can do?
Hi,
This code will only appear if you open the console. Normal users won’t see it, if the console is not activated it won’t affect the performance too.
If you really want to get rid of it open up enfold\js\avia.js and remove line 100
console.log("["+type+"] "+text); if(typeof extra != 'undefined') console.log(extra);
Best regards,
Dude