I have made a custom theme for my website and I have discovered a problem with colorbox. In my localhost it works just fine. When I click the image it pops up. However, on the same template it doesn't work online. I have checked to see if colorbox is activated and if the pages on wich to open colorbox are checked. The online and the offline websites have the exact same settings, however different hosts.
The only clue that I have is that the image links seem to be different:
Online
`
[img]/cache/inspiratie/wallpapers-1/wallpaper-4_w580_h326_watermark-aerografie-trans.jpg[/img]
Offline
[img]/cache/inspiratie/wallpapers/wallpaper-4_w580_h326_watermark-aerografie-trans.jpg[/img]
`
me a fix. Thank you!
I have checked multiple times. The links are different. The offline version has class="thickbox" in the anchor tag. The online version doesn't have this attribute. Also the href attribute is different:
Online:
/zp-core/full-image.php?a=inspiratie%2Fwallpapers-1&i=wallpaper-4.jpg&q=90&wmk=watermark-aerografie-trans
Offline:
/albums/inspiratie/wallpapers/wallpaper-4.jpg
Clearly the links have not been modified to open the colorbox plugin but I don't understand why not. I have checked that all settings are correct. I can take a screenshot if you need. Thanks!