techotronic
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: jQuery Colorbox] Strange error while trying to save settingsHi,
could you please paste the errormessages so that I can take a look at them?
Did you use an earlier version of the plugin or was version 1.3.2 the first version you installed?
Do you have any other errors with options of other plugins or is jQuery Colorbox the only one?
Best regards,
ArneForum: Plugins
In reply to: [Plugin: jQuery Colorbox] Not Showing UpHi,
1) icanstoptime.com:
Where do you expect jQuery Colorbox to work?
It seems that on your home, some plugin renders the gallery. Since I use rewriting of the HTML page to add a CSS class “colorbox-postID”, e.g. “colorbox-123” to the images and the class is not added for those images, I suspect the gallery plugin somehow adds the gallery after my plugin processes the HTML.
When I look at a blogpost like “https://icanstoptime.com/2010/somewhere-over-the-rainbow”, the thumbnail images are linked to pages and not to the original-sized images. This must be the case for jQuery Colorbox to work. (Note: here the images do have the colorbox CSS class: “colorbox-1053”)2) hayestack.co.uk:
Strangely, your images do not have a “class” attribute:
<img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="DSC00231" src="https://hayestack.co.uk/wp-content/uploads/2009/07/DSC00231_thumb.jpg" width="244" border="0">
By default, WordPress always adds CSS classes to Images, I have no idea why it doesn’t on that blog. Maybe again some kind of plugin?If there is no class attribute in the img tag to start with, jQuery Colorbox currently can’t add the colorbox-postID class to the img and therefore it does not work.
Best regards,
ArneForum: Plugins
In reply to: [Plugin: jQuery Colorbox] Not Showing UpI just saw that there is an updated version of cforms available on the developers website.
This version includes the jQuery version that I also use for my plugin.Maybe you could try updating?
Forum: Plugins
In reply to: [Plugin: jQuery Colorbox] Not Showing UpHello again,
the Problem seems to be the Plugin “cforms” which includes it’s own jQuery library (which is very bad practice). The jQuery Library is quite old and does not seem to support the stuff I do with my plugin.
Since I include jQuery in a non-conflicting way (using the jQuery library that is bundled with WordPress), cforms jQuery is loaded instead of that from WordPress.I suppose you could ask the developers of “cforms” to consider updating their jQuery library or simply using the one that WordPress brings along.
Just for testing purposes: Could you try disabling cforms and check whether my plugin works after that?
Best regards,
ArneForum: Plugins
In reply to: [Plugin: jQuery Colorbox] Not Showing UpHi,
I have had a few replies of people who use the plugin on theor blogs, and I have 6 blogs running myself, jQuery Colorbox is working on all of them.Could you please tell me a URL for a blog where the plugin does not work? I’ll be happy to debug the problem for you.
Best regards,
Arne