Hi,
I used a ‘Flex Block 5’ in my site, but I’m having some problems with the Explorer Browser.
The images thumbnails are bigger and not resized. They go out from their places.
Could you help me in finding the problem?
Thanks in advance.
Riccardo
Hi,
Our theme was been tested only on these browsers -> https://i.imgur.com/Yk82II0.png -> https://themeforest.net/item/newspaper/5489609 the Explorer Browser is not one of theme, therefore we can not say if it will work properly on not on it.
Thank you for your understanding!
Sorry! When I wrote “Explorer Browser” I would say Internet Explorer 11 (IE11), which is included in the link You sent.
I don’t know il it is possible to send the link.
I try: http://www.cielosopraesquilino.it/wp
Thanks
Riccardo
Hi,
Indeed on Internet explore are some problems, is not recognize the new css style, like flex elements, please try this custom css
[class*="ie"] .td-module-container {
display: block;
}
[class*="ie"] .td-image-container {
height: auto;
flex: initial;
}
Set the code in theme panel> custom code> custom css.
Let me know the results!
With that code, images are ok, but they still cover the meta data. Perhaps I could solve with the definition of a white backgruond for meta data. In any case, presentation seems to be different according to the used browser.
Thanks
Riccardo
I checked, the “Bottom meta info background” property is already white, but in Internet Explorere it appears trasparent.
Ric
Hi,
Please add this custom code too
[class*="ie"] .td_module_flex_1 .td-image-container, [class*="ie"] .td_module_flex_3 .td-image-container, [class*="ie"] .td_module_flex_4 .td-image-container, [class*="ie"] .td_module_flex_5 .td-image-container{
z-index: -1;
}
If there is still a problem, let me know!
Hi,
I found an undesidered effect resulting from the custom code You suggested me to use.
When I put that code, images doesn’t link no more to their posts. I saw it on ‘Flex Block 5’ and ‘Flex Block 1’ modules. Otherwise, if I remove the code, images links correctly to the articles.
That comportament is not depending from the browser. Chrome and IE works in the same way.
Custom code is the following:
[class*=”ie”] .td-module-container {
display: block;
}
[class*=”ie”] .td-image-container {
height: auto;
flex: initial;
}
[class*=”ie”] .td_module_flex_1 .td-image-container, [class*=”ie”] .td_module_flex_3 .td-image-container, [class*=”ie”] .td_module_flex_4 .td-image-container, [class*=”ie”] .td_module_flex_5 .td-image-container{
z-index: -1;
}
Thanks
Riccardo
Sorry, I’ve to add another problem.
Also ‘Header logo’ image has problems with his size in Internet Explorer.
Riccardo
Hi,
Please send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you!