Tagged: featured image, IE8
-
AuthorPosts
-
October 15, 2013 at 6:16 am #175462
Hi, Could you please help in resolving following issues?
1. I am using grid layout for my blog. Featured image is not shown on single posts. If I change blog style to “Single Author, small preview”, then featured image is shown as small preview on the left side of single post. How can I show featured image as small preview on the left side of single post in grid style blog layout?
2. My site http://www.yupmom.com is setup in “Responsive Layout Large (Max width:1210px)”.
When I open my site http://www.yupmom.com in IE8, entire site is shown in width 910px, where as in other browsers (firefox/chrome) site is displayed in width 1210px. How can I make IE8 also display my site in width 1210px?3. In IE8, the images in “you might also like” area under a single post are stretched. How can I fix this?
Regards
SreeOctober 15, 2013 at 7:09 pm #175991Hi, could some one help on my issues? Appreciate it.
October 16, 2013 at 4:58 am #176181Hello!
1.) Deselect the Blog page on Enfold > Theme Options > And where do you want to display the Blog?. Go to Enfold > General Settings > Blog Style > select other style other than Grid Layout. Edit your Blog page, switch to Advance Layout Builder then insert the Blog Post element. Select the Grid Layout as blog style. You will have a Blog page with Grid Layout and still have single posts with featured image.
2.) IE8 (and lower versions) and Firefox prior to 3.5 does not support media query and safari 3.2 partially support it. there are a couple of techniques available which use JavaScript to add support to these browsers. You might need to hire a freelance developer to modify the theme for you. You can add this on your custom.css or Quick CSS:
.responsive_large .container { width: 1210px; }
3.) Can you please give us a link to the product page with the “You might also like” section?
Best regards,
IsmaelOctober 16, 2013 at 5:11 pm #1765221.) Deselect the Blog page on Enfold > Theme Options > And where do you want to display the Blog?. Go to Enfold > General Settings > Blog Style > select other style other than Grid Layout. Edit your Blog page, switch to Advance Layout Builder then insert the Blog Post element. Select the Grid Layout as blog style. You will have a Blog page with Grid Layout and still have single posts with featured image.
Thanks, this is working in Firefox/Safari. However featured image in single posts is not showing up in IE8. Please help.
2. My site is setup in “Responsive Layout Large (Max width:1210px)”.
When I open my site in IE8, entire site is shown in width 910px, where as in other browsers (firefox/chrome) site is displayed in width 1210px. How can I make IE8 also display my site in width 1210px?Your Answer) IE8 (and lower versions) and Firefox prior to 3.5 does not support media query and safari 3.2 partially support it.
I bought this theme only after reviewing browser compatibility documentation on ThemeForest Market Place. According to the documentation
Enfold theme will support IE8.Please see this link
http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=Kriesi&ref=Kriesi&clickthrough_id=170085927&redirect_back=trueCreated 16 April 13
Last Update 10 October 13
Columns 4+
Compatible Browsers IE8, IE9, IE10, Firefox, Safari, Opera, Chrome
Software Version WordPress 3.6, WordPress 3.5The CSS solution is not working.
Could you please help in at least fixing this IE8 issue?October 17, 2013 at 4:27 am #176824Hi!
2.) I just tested the solution and it works fine on IE8. I visited your site again using IE8 and the container looks 1210px in width. What is the screen resolution of your monitor?
Cheers!
IsmaelOctober 17, 2013 at 5:51 am #176855Ismael,
I added additional code (Your pointers helped me) and fixed some of IE8 issues. That’s why it looks much better in IE8 now.
1.) Deselect the Blog page on Enfold > Theme Options > And where do you want to display the Blog?. Go to Enfold > General Settings > Blog Style > select other style other than Grid Layout. Edit your Blog page, switch to Advance Layout Builder then insert the Blog Post element. Select the Grid Layout as blog style. You will have a Blog page with Grid Layout and still have single posts with featured image.
Thanks, this is working in Firefox/Safari. However featured image in single posts is not showing up in IE8. Please help.
Regards
SreeOctober 18, 2013 at 2:45 pm #177396Hey!
IE8 does not support media queries. This is why your site displays at a smaller width since the default width without a media query effecting it is smaller than the large screen width.
You could try using this plugin to force IE8 to use media queries however: http://wordpress.org/plugins/respondjs/
For the single blog item try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
a.small-preview {max-width:auto;}
Regards,
Devin -
AuthorPosts
- The topic ‘Want Enfold-featured image as small preview when using grid layout’ is closed to new replies.