Closed (fixed)
Project:
Colorbox
Version:
7.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2011 at 17:12 UTC
Updated:
23 Sep 2012 at 15:51 UTC
Creating "New custom content" in Panels 7.x-3.0-alpha3 and adding a Colorbox 7.x-1.2 link like:
<a href="path/pic.jpg" class="colorbox-load" width="400" height="400" inline="true#id-of-content" >open in a colorbox</a>
The link will not work. I have full HTML enabled. Note the same link works fine in a Drupal node.
I am not sure if this is a bug with colorbox or with panels, sorry; thy are not working together. If I am missing something I need to do special to get colorbox to work with panels please let me know?
Thank you
Comments
Comment #1
marshallexcavating commentedAnybody having this problem or know of a work around?
Thank You.
Comment #2
partyzan commentedtry this
<a class="colorbox-load" href="path/pic.jpg?width=400&height=400&iframe=true&scrolling=auto">open in a colorbox</a>Comment #3
frjo commented