MS Explorer Compatibility

Posted in: Newspaper
Post count: 10

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

Post count: 35449

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!

Post count: 10

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

Post count: 35449

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!

Post count: 10

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

Post count: 10

I checked, the “Bottom meta info background” property is already white, but in Internet Explorere it appears trasparent.

Ric

Post count: 35449

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!

Post count: 10

Ok. It’s working fine.
Thanks!
Riccardo

Post count: 35449

I’m glad the that problems were solved!
Happy Easter

Post count: 10

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

Post count: 10

Sorry, I’ve to add another problem.

Also ‘Header logo’ image has problems with his size in Internet Explorer.

Riccardo

Post count: 35449

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!

Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newspaper’ is closed to new topics and replies.