Active
Project:
Popups API (Ajax Dialogs) [D7]
Version:
6.x-2.0-alpha5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2009 at 21:14 UTC
Updated:
17 May 2010 at 15:56 UTC
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!