Closed (fixed)
Project:
Colorbox
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2011 at 13:45 UTC
Updated:
8 Jul 2012 at 11:41 UTC
Hi, how can I launch a colorbox from a main menu item ? It only allows a link...
Comments
Comment #1
rolandk commentedAnyone ?
Comment #2
hutch commentedYou might be able to alter the menu link with hook_menu_link_alter, see api.drupal.org for details of options
Comment #3
ataxia commentedI was able to do this on a Superfish menu using this for a path:
and putting
in the options for Classes.
It's working, but not actually opening in an iframe (which is fine with me) and it is ignoring the width and height settings.
Comment #4
lsolesen commented