CMS Development

MJ1
Participante

Overlay Issues in IE/Edge

resolver

Hello all. I am a newer user to HubSpot. My website is currently rendering correctly in FireFox/Chrome but the different modules are not overlaying correctly in IE/Edge only.

 

The website is www.setra.com

 

The elements on the page are stacking instead of overlaying on these browsers. Am I missing a simple CSS edit here? Thanks and I can provide more information if needed.

0 Me gusta
1 Soluciones aceptada
edjusten
Solución
HubSpot Employee
HubSpot Employee

Overlay Issues in IE/Edge

resolver

Hi @MJ1  It appears that there are some java issues that are causing this to happen. 

 

In the file located here: 

 

https://cdn2.hubspot.net/hub/211498/hub_generated/style_manager/1429209811504/custom/page/web_page_b...

 

you have an undefined function on Line 18:

 

$(...).mixItUp

 

If we block that function the background images resolve correctly in the edit version of your page (the version of the page in the HubSpot editor). 

 

Let's start by defining that function so that background images show correctly in the editor, then republish to see if it shows correctly in Edge.  

 

Please let me konw if this works correctly for you.

 

Thank you,

Ed 


Did my post help answer your query? Help the Community by marking it as a solution

Ver la solución en mensaje original publicado

0 Me gusta
2 Respuestas 2
edjusten
Solución
HubSpot Employee
HubSpot Employee

Overlay Issues in IE/Edge

resolver

Hi @MJ1  It appears that there are some java issues that are causing this to happen. 

 

In the file located here: 

 

https://cdn2.hubspot.net/hub/211498/hub_generated/style_manager/1429209811504/custom/page/web_page_b...

 

you have an undefined function on Line 18:

 

$(...).mixItUp

 

If we block that function the background images resolve correctly in the edit version of your page (the version of the page in the HubSpot editor). 

 

Let's start by defining that function so that background images show correctly in the editor, then republish to see if it shows correctly in Edge.  

 

Please let me konw if this works correctly for you.

 

Thank you,

Ed 


Did my post help answer your query? Help the Community by marking it as a solution
0 Me gusta
MJ1
Participante

Overlay Issues in IE/Edge

resolver

Thank you! You pointed me in the right direction. So the reference to that file was "http" and we are using SSL. So all I had to do was change that file you referenced to https and it worked. Thanks!

0 Me gusta