nomorebacon
Forum Replies Created
-
Forum: Plugins
In reply to: [CataBlog] Problem with LightBox in the latest versionI’m loving the plugin Zach and I just did all of the above ??
Forum: Plugins
In reply to: [CataBlog] Problem with LightBox in the latest versionHey Zach,
I just thought I’d let you know that I sorted my issue out. I was using a jQuery slider and there was a javascript conflict between the slider and CataBlog. Thanks for following up!
Ryan
Forum: Plugins
In reply to: [CataBlog] Problem with LightBox in the latest versionHi Zach,
I don’t mean to hijack this thread but I’m having a similar problem in IE8 with lightbox.
I’m using version 3.1.2 of WordPress and version 1.26 of the Catablog plugin.
I have reloaded the gallery template and ensured that the .catablog-image CSS class is what is being used for the Lightbox jQuery selector.
The problem I’m having is that sporadically the lightbox won’t work in IE8. Sometimes the Lighbox effect is triggered and other times it just loads the full size image. It seems to work all the time in all other major browsers, but for some reason in IE8, the Lightbox loads sometimes and doesn’t other times. It’s pretty strange. The URL for my site is https://prevata.headbandmedia.com. I have the site password protected at the moment but would be happy to private message you the login details.
Thanks in advance for helping me resolve this issue!
Ryan
Thanks for the reply doc4. I did find the solution. Apparently there was an issue with my theme. I inserted the following code just before the </head> tag in my header.php.
<?php wp_head(); ?>`
That seemed to resolve the issue and everything is back to normal.
Thanks!