-
AuthorPosts
-
March 9, 2015 at 11:27 pm #408535
For some versions of Chrome, the icons and promo boxes are not showing up over the video until you right click and inspect elements. At that point they are visible even after leaving and returning to the page. It is only on the first load that they are not visible and until the inspect element feature is called.
March 10, 2015 at 9:54 am #408688Hi sooter8!
Do you have a link for a page where this is happening? Also, what versions of Chrome is it happening on?
Best regards,
RikardMarch 10, 2015 at 3:53 pm #408885This reply has been marked as private.March 11, 2015 at 4:16 am #409639Hey!
It seems to happen only on first load. Please try to purge the plugin cache then test the site again. Try to add this to the functions.php file:
add_action('wp_footer', 'ava_auto_resize'); function ava_auto_resize(){ ?> <script> (function($){ $(window).on("resize", function (event) { if (event.originalEvent === undefined) { var alien = 'alien'; console.log(alien); } else { var human = 'human'; console.log(human); } }).resize(); })(jQuery); </script> <?php }
Best regards,
IsmaelMarch 11, 2015 at 5:52 pm #410001Thanks for your reply.
We have removed all caching features again but still no change in the problem. You are correct it happens on first load at random, but it also happens intermittently on refresh after that as well.
Where should I put the new action in the function file?
Thanks!
March 12, 2015 at 5:42 am #410299Hi!
Please try to add it to the very bottom of functions.php. Please let us know if you have any luck with it.
Best regards,
RikardMarch 13, 2015 at 9:03 am #410878Hello – unfortunately, we are still having the same problem.
March 14, 2015 at 5:02 am #411398Hi!
Actually, I cannot reproduce the issue again. Please post the login details. Set it as a private reply.
Best regards,
IsmaelMarch 16, 2015 at 3:09 pm #412186Sadly I am having the same issue and I was not able to find an answer in this forum.
The provided sollution of the functions.php did not work.
Please advice, a test case can be found on http://www.slimmerwifi.nl
March 16, 2015 at 4:53 pm #412291This reply has been marked as private.March 16, 2015 at 10:08 pm #412622This issue has been solved by updating to Enfold 3.1!
March 17, 2015 at 12:37 pm #412887March 18, 2015 at 5:08 am #413371Unfortunately it has not been fixed for me and is still intermittently not loading the icons. It is also now sometimes not loading the icon list items as well on many pages.
March 20, 2015 at 6:03 am #415036 -
AuthorPosts
- You must be logged in to reply to this topic.