Thread Starter
seofel
(@seofel)
This is the code that will generate that has no alt attribute
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" onload="(function(el) { var t = setInterval(function () {if (window.rplg_badge_init){rplg_badge_init(el, 'google', 'wp-gr');clearInterval(t);}}, 100); })(this.parentNode);" style="display:none"> </div> </div> <script type="fe34bc1205e2ccd9fc16e435-text/javascript">
here is the website: http://oldlrm.littleripple.com.au/
it has happened also in my other websites
Looking forward to the solutions
thanks
-
This reply was modified 6 years, 9 months ago by seofel.
-
This reply was modified 6 years, 9 months ago by seofel.
Thread Starter
seofel
(@seofel)
I fixed this issue now.
I just increase my memory limit.
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
This code tells WordPress to increase the PHP memory limit to 256MB.