In a locale test installation I use gmap.

In theme bluemarine all looks ok but if I switch to barlow all markers are not transparent anymore.

CommentFileSizeAuthor
#1 gmap-barlow.jpg72.44 KBrstamm
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rstamm’s picture

FileSize
72.44 KB

screenshot

Egon Bianchet’s picture

Is there a website where I can have a look at the code?

rstamm’s picture

the background color of .node .content img causes this issue.

To solves it I comment out the background color.

style.css

.node .content img {
  padding: 5px;
/* background: #eee; */
  border: 1px solid #ddd;
}
anarcat’s picture

Status: Active » Needs work

Does that change break anything else? Not sure why we need this markup in the first place...

ron_sparks’s picture

Component: Code » CSS

Thanks you this is so simple! ha and this was killing me.
Now on to learning about cluster marker management ;)

anarcat’s picture

Version: 4.7.x-1.x-dev » 5.x-1.3
Status: Needs work » Fixed

4.7 is not maintained anymore. I will release one last 5.x release for this fix, as it was fixed in HEAD and 6.x, and I will deprecate the 5.x branch.

I don't use this theme on any 5.x site anymore, so I will not maintain that version anymore.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.