mamolka
asked 10 years ago

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….

2 Answers
Jackie Lord
answered 10 years ago

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.

mamolka
replied 10 years ago

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/..

mamolka
replied 10 years ago

And what else should I do to make it work?

mamolka
replied 10 years ago

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?

DominicStaff
answered 10 years ago

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:

stranger
replied 10 years ago

thanks for the tip. greeting rick

Powered by DW Question & Answer Pro