You can create your custom color box styles instead of using a plugin provided styles. For creating custom color box style go to /sites/all/modules/contrib/color box/styles copy any one of the folders. (You can find plain, default, and Stockholm syndrome styles there).Place the copied folder into your theme folder. Rename the folder with your custom name. Also, rename the CSS and js files.
Colorbox
While working with a project, I need to display a view in colorbox popup. I have done the following steps for processing popup for views. You may also look into other solved issues and details related to colorbox over here.
Article will be explaining how to create a Pop up using the colorbox module for our Drupal website. There are certain circumstances were we need to popup blocks to display messages, images, videos etc.
My need was to display a text message on focus out from a particular field inside a content type. Steps are,
Many of the sites now a days are designed to play video in pop-up window.This can be implemented using color box module and adding link to the video url in anchor tag with class as colorbox-load.Read on to know how to implement this.
Webform is a helpful module that enables you to submit information such as contact forms, surveys etc. It is easy to configure webform in a drupal site. Now, what about displaying a webform inside a colorbox? Although it is easy to install colorbox module and write custom code to display webform, we also have to effectively handle form submission and validation errors. However, there is an easy way in drupal7 to display a webform inside a colorbox.
We need to develop websites which are capable of handling YouTube video.This feature can be implemented using media YouTube module. Read on to know to add YouTube capability to a content type in a Drupal website.
A few Drupal users have found out that Colorbox does not open the login link in a Menu when it was expected to do so. If you are looking a solution for this scenario with Colorbox in your Drupal site then read on to find out more.
Here is the solution
A few Drupal users had found out that their site Contact form does not load in Colorbox when calling it with the relative page url. If you are facing the same issue with Colorbox in your Drupal site the continue reading.
Here is the most probable solution.
We had faced a peculiar problem with slideshow in colorbox in one of our Drupal projects. Everything works well before an image cache is set to slideshow images to make them same in size. After setting this image cache, colorbox slideshow begin to behave so strangely by showing a very small window with scroll bar and images are hardly visible. Please refer the image below. But after refreshing page images appears with expected size. But loading another page, and returns to the previously loaded page also make the situation again.
Many Drupal users were looking for a way to stop the title in a Colorbox popup from fading away. If you are facing the same question in Drupal when using the Drupal Colorbox module and would like to know how to stop the title from fading away then continue reading to know the fix.
A few Drupal users were getting a Fatal error: Call to undefined function libraries_load() in .../sites/all/modules/colorbox/colorbox.module on line 217 on their Drupal sites after updating to Colorbox 2.0. If you are faced with the same error message in your Drupal after updating the Colorbox module then continue reading.
Many Drupal users who were using the Colorbox module in their sites have encountered an "Uncaught TypeError: Object # has no method 'colorbox'" in the Javascript console of their browser. If you are facing the same issue with Colorbox in their module then continue reading to find out more.
Many Drupal users wanted to know how to use a single image to start a Colorbox slideshow? If you are pondering over the same question with Colorbox in your Drupal site then read on to find out the answer.
It is easy to show an image pop-up in Colorbox using Views in a Drupal website. You just have to change the image formatter in Views. However if you don't have a View and you still want to load the image in Colorbox, you can do it using jQuery. Read on to know how to load an image in Colorbox using jQuery in a Drupal 7 website.
Many Drupal users wanted to know how to launch a video thumbnail embedded in a View in Colorbox using Video.js. If you are facing the same question in your Drupal website with Colorbox and Views then read on to find out the solution.
Colorbox is a pretty nice JQuery plugin having a lot of cool features. Recently we had worked on a Drupal project in which we had to load some content programmatically via Colorbox. To be more specific we had to load the Drupal node/add form within Colorbox before presenting it to the user. If you are facing the same scenario in your Drupal site and want to know how to load a node/add form inside a Colorbox popup then follow the steps mentioned here.
A few Drupal users wanted to know how to show specific content in a page using Colorbox. If you are facing the same question with Colorbox in your Drupal site then read on to find out more.
Many Drupal users have requested to know how to load Javascript within Colorbox. If you are looking for a way to load a JS app in Colorbox in your Drupal site then read on to find out the solution.
Many Drupal users have wanted to know how to disable Colorbox for mobile browsers. If you are looking for a way to disable Colorbox for mobile devices for your Drupal site then read on to find out the method to do that.
Many Drupal users have reported that Colorbox was not working on their site. If you are facing the same issue with Colorbox in your Drupal site then read on to find out the possible solutions.