Hi,

I have added a "Colorbox: Colorbox trigger" in the Views for popup effect. However, when it popup in colorbox, it's blank. I tried to change theme, and it works in other themes.

I noticed in bootstrap theme, the URL is changed when colorbox shown. For instance, in other template, URL is mydomain.com/mysite as it is, but in bootstrap, the URL will be mydomain.com/mysite#colorbox-inline-2136816470, yet nothing shown in popup content.

Can someone test it out and come out with a solution. Thanks.

Comments

simone960’s picture

Any idea?

markhalliwell’s picture

Status: Active » Closed (won't fix)

Scripted response:

Supported code

This project only supports Drupal versions 7.x-3.x and higher.
This project only supports Bootstrap versions 3.0.0 and higher.
This project only supports jQuery versions 1.7 and higher.

Anything that falls outside the scope of this support will be either escalated to the current version or marked as "Closed (won't fix)".

Documentation

There's been some amazing Drupal Community work done around Bootstrap. Many of your questions can be answered in our Bootstrap Documentation section by individuals who have helped further expand Bootstrap's integration with Drupal:
  * Bootstrap related modules
  * Bootstrap sub-theming "how to"
  * Bootstrap theming techniques and tips

If you find documentation in these locations inaccurate or missing, please update it yourself (all logged in users have edit capability).

Creating new issues

PLEASE SEARCH THE ISSUE QUEUE FIRST. DO NOT DUPLICATE EXISTING ISSUES.

It is also strongly recommended you read: How To Solve All Your [Drupal] Problems.

This project's issue queue should only be used when existing/new bugs are found or new feature requests are desired to integrate Bootstrap into Drupal. It should not be used to create issues against the Bootstrap framework, please go to https://github.com/twbs/bootstrap/issues and file them there.

The following support questions should also not be asked here:
  * CSS/Layout (site specific)
  * LESS or SASS syntax/integration
  * JavaScript, Bootstrap or custom (site) plugins
  * Integration with modules that don't work in multiple themes (file the issue with that module).

If you create an issue and it has been marked as "Closed (won't fix)", please visit Drupal StackExchange. It is an amazing resource for asking questions, learning new techniques and overall general support. Please do not blow up this project's issue queue with the equivalent of: "Help me! I don't want to read the multitude of documentation found by a simple Google search."

bloomt’s picture

Did you ever figure this out?

Matroschker’s picture

Hello,

thats exactly my problem too. Is there anything to avoid this?
I can reproduce this if I scroll the page so that the link which contains the trigger is nearly at the top of the browser window - in this case the link from the page is changing. If the link is in the middle of the browser window all is working fine.

Matroschker

simone960’s picture

no wonder some time it seems working some time not... no such issue with other theme ... =="

maxime.deg’s picture

#4 exactly the same.

And I just tested with latest version and even the dev version.

Trigger link is correct, but pop-up is empty (and nothing in html container "cboxLoadedContent")
<div id="cboxLoadedContent" style="width: 600px; overflow: auto; height: 399px;"></div>

Any idea ?

Problem is "only" (didn't test all themes) with Bootstrap

markhalliwell’s picture

Turn off the "Fix anchor positions" and "Enable smooth scrolling" settings in the JavaScript tab of the theme settings.

tky’s picture

It worked!
Thanks, Mark.

deepakaryan1988’s picture

Thanks #7 worked!! :)

internal’s picture

I encounter the same issue with event calendar module. When create new event on month view, the popup dialog is empty after spinning. The html is "

". I turned off above options but no help. Thanks.

maxime.deg’s picture

Did you try #7 solution ?

internal’s picture

Yes. I did toggle that options several times, but still can't fix it.

camp5456’s picture

#7 worked for me, thanks Mark!!

markhalliwell’s picture