The theme is almost perfect but there is one exception and it is called ie8… My featured images are extremly enlarged and it looks very bad. Pls help me to change it – I believe there are still huge amount of people using win XP and ie8….
Please download this file: http://d.pr/f/UX4N
Unzip and add this Javascript file into your website. This file will resolve the issue with IE8 (helps media queries to run on IE8).
Let me know if this solution works for you. Get back to me if you have further issues.
Thank You for Your reply. But I do not know how to do this properly. I have unziped and put this file into ../assets/js/..
And what else should I do to make it work?
I think I just have done it! Pls just let me know if it’s a right way. As I said I have unziped and put this file into ../assets/js/.. and then I heve put info functions.php line: wp_enqueue_script( ‘wallpress_jquery_respond’, get_template_directory_uri().’/assets/js/respond.min.js’, array( ‘jquery’ ) ); inside function wallpress_script_method(). That’s it. Is it ok?
To resolve this issue you can download the respond.min.js file and add this file to the folder path “\wp-content\themes\wallpress\assets\js” then open the functions.php file / line 87 and add the following code:
wp_enqueue_script( 'wallpress_jquery_respond', get_template_directory_uri().'/assets/js/respond.min.js', array( 'jquery' ) );
See the screenshot:
thanks for the tip. greeting rick
Please login or Register to submit your answer