cck_map in panels2 ?
| Project: | cck_map |
| Version: | 5.x-3.3 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Hi, hope this helps :
For some reason I had trouble adding cck_map field output in a node override panel page ...
the cck_map field was part of the overriden node's content.
I'm not sure where the issue comes from (I guess it could be some argument/js conflict with panels2) but looking at the source code of the page I figured out the cck_map's js functions were called normaly ... but the <div> in which the map should have appeared had no style informations ... here's what it looked like :
<h3>carte</h3><div id='field-carte0mapArea' class='mapArea' style="width: px; height: px"></div> </div>
At this point I've just set up a new '.mapArea' class in my external CSS and gave it a width/height ... it works fine for now, but doesn't deal with the problem itself.
I haven't found much information about "theme_cck_map" ... any help on how to use it, or how to pass the width/height arguments through panels would be appreciated.
