PDA

View Full Version : Realty Nova Map small issue need fix



Wei Hong
September 16, 2019, 09:11 AM
When visiting listing detail page for example:
https://realty.demoflynax.com/properties/beach-property/5850-e-glenn-drive-paradise-valley-20.html

On safari, the breadcrum, notice box, is not clickable. On firefox its ok, I notice on safari there is some kind of shadow effect at the breadcrum position, is that the reason?

Thank you

Rudi
September 16, 2019, 10:30 AM
Hello,

make sure that you have the latest version of safari

otherwise, for older version add the following fix:

in style.css > #bread_crumbs (~1149)

change:


#bread_crumbs {
margin: 0 auto;
font-size: .813em;
}


to:


#bread_crumbs {
margin: 0 auto;
font-size: .813em;
position: relative;
z-index: 1000;
}

Wei Hong
September 17, 2019, 07:29 AM
Hello,

make sure that you have the latest version of safari

otherwise, for older version add the following fix:

in style.css > #bread_crumbs (~1149)

change:


#bread_crumbs {
margin: 0 auto;
font-size: .813em;
}


to:


#bread_crumbs {
margin: 0 auto;
font-size: .813em;
position: relative;
z-index: 1000;
}


Yes Rudi, I has the latest version of safari.

Will try the fix.
Thanks