Google map tiles are not displayed when using Newspaper theme

Category:

FAQ

Topic:

Troubleshooting

If you are using the theme Newspaper available on Envato market it can be that map tiles for Google basemaps are not visible:

This is caused by the theme´s style.css – we already contacted the support and hope that the issue will be fixed with a new release of Newspaper theme soon.

Until this fix is available, you can workaround this issue by navigating to Newspaper / Theme Panel, select the tab “Custom code” and add the following CSS to the section “Custom CSS”:

body.td-animation-stack-type0 .td-animation-stack .entry-thumb,
body.td-animation-stack-type0 .post img {
    opacity: unset !important;
}

as an alternative you can also add the following CSS:

.maps-marker-pro img {
    opacity: 1 !important;
}


Updated on 29 May 2022