Hey guys,
In internet Explorer 9 (Windows 7): The social icons and the “back to top” button have Chinese characters in them instead of images. Devin asked me to upgrade to the latest theme first so I did but problem is still there.
Thanks for looking into this!
Best,
Jonathan
Hi!
Thank you for using the theme!
Please refer to this link on how to troubleshoot the icon issue: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
I noticed that you have a lot of plugins installed but the memory limit is only set to 64M. You might want to increase the wordpress php memory limit to at least 128M. Depending on your hosting environment you might experience an issue when trying to access the Advance Layout Builder. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to remedy this is to enter the following lines in your wp-config.php file at the root of your installation:
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
Ismael
Thanks Ismael, will do on all points. Already the link you sent helped as it says sometimes things don’t look right on virtualization – sure enough on a real browser the icons don’t show but they don’t show as chinese either.
Thanks, you can close this ticket!