Tagged: ie8
- This topic has 13 replies, 2 voices, and was last updated 11 years, 7 months ago by
livemesh.
-
AuthorPosts
-
July 4, 2013 at 10:45 am #1060
CottrellJamie
MemberHi
I have purchased the html theme and have just been checking the supplied files in ie8 and come across a few issues.
Firstly it appears that the menu does not collapse when the window is resized. The nav just wraps and goes over the slider.
Also, the Nivo and flex slider captions do not scale well at all. They just partly disappear off the top of the slider when the window is resized.
Also on ‘home-page-3.html’ the top services boxes lose all of their margins and lot untidy.
Lastly, the names for the input fields disappear on the contact form.
I hope you can help with these issues. Especially with the flexslider as I am hoping to use that one on my site.
Thank you very much in advance.
July 4, 2013 at 1:12 pm #1062livemesh
KeymasterThanks for bring these to my notice. Pls give me couple of days to look into these. Have tested the enigmatic theme with IE8 and it seemed to perform ok. Will check for these issues again.
July 4, 2013 at 1:18 pm #1063CottrellJamie
MemberThat’s great. Thank you very much. It is a really great, well put together theme overall, so if these can be sorted I will be very happy.
July 4, 2013 at 4:04 pm #1065CottrellJamie
MemberSorry to add to the list but I have noticed another problem with the navigation menu. If you scroll, so the menu changes to the sticky menu, it does not change to the dropdown menu when you resize the window. This is in all browsers.
Thank you
July 5, 2013 at 5:09 am #1074livemesh
KeymasterThat sounds strange. Checked now and things look normal everywhere. Do you notice this happening in demo site too? Can you send me a screenshot of what you mean when you say “sticky menu does not change to the dropdown menu when you resize the window”. Thanks
July 5, 2013 at 7:52 am #1077CottrellJamie
MemberHi
Thank you for your quick reply.
I have placed some screen grabs in a dropbox folder on the link below.
https://www.dropbox.com/sh/0zddjl5n7b4q3pl/fMXBwPIP9e
screen1.jpg (home page example but happens on all pages):
This shows the error with the responsive header in all browsers. If you have the window open full size and the scroll down so the sticky header replaces the usual one. Then if you make the window smaller, the menu does not collapse in the same way as it does with the normal header.screen2.jpg (https://www.livemeshthemes.com/html/enigmatic/home-page-3.html) & screen3.jpg (https://www.livemeshthemes.com/html/enigmatic/portfolio1.html):
These show the issue with the images in Internet Explorer 8. It looks like they are breaking out of their divs?screen4.jpg (https://www.livemeshthemes.com/html/enigmatic/home-page-3.html):
This shows the issue with the flexslider in Internet Explorer 8. As you resize the window the caption goes strange and disappears off of the slider container.I hope these help you to find out what is happening.
Thank you very much.
Jamie
July 5, 2013 at 8:29 am #1078livemesh
KeymasterCan you insert the following code into css/ie8.css and see if some of these issues resolve. My mistake – I have this incorporated into the theme for quite sometime now but it slipped from the HTML version.
/* Do not allow IE to respond to browser resizes */ #sticky-menu-area, #mobile-menu .inner, #header-area, #custom-before-content-area, #before-content-area, #bottom-area, #footer, #main { min-width: 1140px; } body.fluid-width-page .segment-content, body.fluid-width-page .breadcrumbs { min-width: 1140px; }
This is essential for IE8 since IE8 does not support media queries and we should not be decreasing the content width with resize of browser window.
For the navigation issue you mention, I am still not able to understand the problem. Here is the screenshot that I was able to get from the site with the dropdown working fine on resizing and it is restored back to original function on increasing the browser size without issues.
I want to mention that sticky menu will disappear when you resize the browser to a certain width (767px viewport) and start to scroll up or down. On small sized tablets and smartphones, you will not see the sticky menu due to space constraints. I appreciate you taking the pain to report these issues with the screenshots but the navigation menu issue is still not clear to me 🙁
July 5, 2013 at 9:10 am #1079CottrellJamie
MemberHi.
Thank you for this. This explains the sticky menu issue and it should be fine for me to use.
I have added the css as described but it appears to have made things a bit worse. The whole site now appears wider than the window so to see it you need to horizontal scroll. Please see the new screen shot (screen5.jpg) in the dropbox folder. I have uploaded all the orginal files to my server now too (http://www.jcottrell.co.uk/enigmatic/index.html).
Thank you for your help with this. Hopefully we can get there soon. If it is easier to deal with via email please let me know?
Thank you
July 5, 2013 at 9:25 am #1080CottrellJamie
MemberHi
I have just checked the site on browserstack screenshots and it looks fine. On my pc laptop though the issue on the screenshot happens. to view the site without scrolling it has to be viewed at 75%. I may try and get hold of another laptop to test on as well to make sure nothing wierd is going on there.
The issue with the flexslider and the portfolio page images are still there though.
Thank you
July 5, 2013 at 1:07 pm #1081CottrellJamie
MemberHi. Me again. I have just tested on another laptop and the same issue is occurring. the slider fits into the window but most other elements, including the header are too wide for the screen and force horizontal scrolling.
July 6, 2013 at 12:27 pm #1090livemesh
KeymasterHi – did check your site with IE8 and I notice couple of issues you mention on lower resolution monitors when the browser width is decreased. When the browser window size is increased, things look ok.
As far as horizontal scrolling is concerned, I would not worry about it if the page is rendered fine since it happens only when the browser is resized below 1140px and IE8 market share is pretty low these days. Again, we cannot make the template responsive on IE8. Will get these fixed by early next week (should be couple of minor CSS that you need to input into ie8.css file).
You can always email me through my ThemeForest profile page http://themeforest.net/user/livemesh (bottom right box). Thank you for working with me on these and I appreciate all your time.
July 11, 2013 at 5:12 am #1110livemesh
KeymasterI am releasing an update right now for the IE8 issues. Following changes were made to IE8.css file
in addition to the one posted in an earlier post above. No need to have the above change I sent earlier –#container { min-width: 1180px;} /* New change */ #content .contact-form LABEL { display: block !important; }
Regarding the portfolio image overflowing to the sidebar, this is a tricky IE8 issue which can be fixed like below –
.single-portfolio .entry-content img, .single-post .entry-content img { max-width: 100%; height: auto; width: auto; }
but I am not going to make this part of the update since
max-width: 100%
can cause trouble in certain places where images can disappear or become shrunk in IE8. I leave it upto individual sites to tweak their code to suit their requirements. If you do not want to apply this CSS change, you always have a choice making sure the images are equal to or less than the max size of its container which will prevent the overflow. Thanks.July 11, 2013 at 7:54 am #1112CottrellJamie
MemberThank you very much for taking the time to do this for me. I tried the new css and it was still forcing horizontal scroll. I have just adjusted the min-width as below and it works fine for me now…
/* Do not allow IE to respond to browser resizes */
#sticky-menu-area, #mobile-menu .inner, #header-area, #custom-before-content-area, #before-content-area, #bottom-area,#footer, #main { min-width: 920px; }
body.fluid-width-page .segment-content, body.fluid-width-page .breadcrumbs {
min-width: 920px;
}#container { min-width: 960px;} /* New change */
#content .contact-form LABEL {
display: block !important;
}I will just ensure my images are the actual size for the container or declare height and width in the ie8.css.
Thank you very much for this. Your support is very good.
July 11, 2013 at 11:44 am #1113livemesh
KeymasterYou should do fine with the size you set for the content. Thanks for working with us on this!
-
AuthorPosts
- The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.