colorbox
Good afternoon,
I can't configure ColorBox. When I click on the image, it doesn't display the image but just a white background and the image itself. How can I properly set up ColorBox so that the image appears as shown in your video tutorial?
Below is how I configured ColorBox
The ColorBox plugin: http://colorpowered.com/colorbox/
Drupal module ColorBox: http://drupal.org/project/ColorBox
Drupal module Libraries: http://drupal.org/project/Libraries
We unpack Drupal modules as usual — in sites/all/modules, and the plugin itself — in sites/all/libraries. After unpacking the archives in the specified locations, we activate the Drupal modules ColorBox and Libraries on the admin/modules page. Those who wish can explore the module settings, while those who agree with the default settings can start configuring the fields in the desired content type. I will be configuring it for the Blog Post content type.
So.
Let's go to the field display management settings for the Blog Post content type: admin/structure/types/manage/blog/display
On the right, we see three tabs: Default, Full Content, and Teaser
Each of these tabs is responsible for displaying the Image field as a fully opened page and a teaser on the main page
By clicking on each tab, we make the following settings on the opened pages:
- Label: Hidden
- Format: ColorBox
Next to the label Image, all the way to the right, we see the gear icon for ColorBox format settings and click it:
- Dropdown list Content image style: thumbnail or medium
- Dropdown list Colorbox image style: original image
- Dropdown list Caption: Alt text
We click the Update button to apply the changes made to all created content
We click the Save button to save our settings.