This may be on the GMap side of things, but I can't get links within a GMap bubble to become Popups. They have the proper class, but are not being manipulated by Popups. I have ensured that the Popups weight is higher than the Gmap weight.
Any Ideas?
Comments
Comment #1
jlyon commentedThe problem is that the gmap popup is being generated and the Popups API init code isn't being run. I'm looking into a work-around. I'll post back here if I figure anything out.
Comment #2
kvvnn commentedWe eventually got it working by creating Views template overrides.
Comment #3
jlyon commentedDid you call popups_add_popups() in the views theme override files?
Comment #4
kvvnn commentedYes. I attached our override for you.
We were doing a few crazy things, so there is a lot of specific code in there, but you can see how he implemented popups I think.
Comment #5
jlyon commentedGreat thanks!