Hello

I m a French Guy, sorry for the bad English

- I am under drupal 7.34;
- Modules libraries, colorbox 7.x-2.8 are installed in their last versions.
- I put well the plug in colorbox in the directory " libraries ": the dashboard of the admin is under the " 1.5.14" version for colorbox plug in
- I use Ck Editor in the full version 4.4.6.08188, and imce.
- I am under the Corporate clean theme which I had already included colorbox during a try of online site at the beginning of the year, and where I had not known problem of integration and exploitation.

My problem : i want to enlarge my smalls pictures with colorbox.
In the class Css of the image, I inform well " colorbox ".

The Colorbox's overlay appear.
But the big pictures don't appear in the overlay, It charges infinitely...

You can see it here

I don't think it's a chmod problem : with no colorbox class, the big picture appear.

Thank you for your help ;-)

CommentFileSizeAuthor
colorb.jpg10.46 KBguilmoon
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

guilmoon’s picture

Issue summary: View changes
guilmoon’s picture

I think that the problem come from ck editor's syntax.

Here's the html form :
<a href="/sites/default/files/jeux/aigle/boite-f-b.jpg" target="_self"><img alt="" class="colorbox" src="/sites/default/files/jeux/aigle/boite-f-s.jpg" style="height:351px; width:249px"></a>

What do you think about it?

guilmoon’s picture

I find the good syntax myself :
<p><a class="colorbox" href="/sites/default/files/jeux/aigle/boite-f-b.jpg" target="_self"><img src="/sites/default/files/jeux/aigle/boite-f-s.jpg" style="border-style:solid; border-width:1px; float:left; height:351px; width:249px" title="Cliquez ici"></a></p>

It's very strange : when i start from this custom code, and i want to see the css class by ck editor and the " image properties", there's nothing, but, now, the colorbox effect works very well ...

frjo’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.