[solved]
I dug around a little bit and noticed at the bottom of my “view source” for the webpage the jquery.colorbox.js was loaded with a ?ver=1.3.20 I checked the directory : …/wp-content/plugins/lightbox-plus/js/jquery.colorbox.js and my version was WRONG… I reloaded a fresh copy of lightbox-plus (had the new version of jquery.colorbox.js) and all the errors disappeared…
Evidently the online “update plugin” did not reload the correct version of the jquery file… had to do a manual upload…
Works!
Thanks for your help
Uh, thanks, I think. 😉
Glad you were able to resolve it.
Dan, it’s weird but this just happened to me as well. I was having trouble with a javascript form loading and went to investigate. Found that the version of colorbox was as jollymoon says (set to 1.3.20).
I had the latest version of your plugin installed. Uninstalled (via my WordPress admin), reinstalled (via the admin site) and the problem persisted. It wasn’t until I downloaded the zip from ww.wp.xz.cn and uploaded it to the admin that it fixed it. Weird.
Anyways, I saved the old files that had the issue if you’d like to check it out. You can contact me via HewattDesign.com.
Thanks for the plugin,
– Andrew
Now I am getting a weird error message.
When you do a search and have several results to display the error does not appear.
It only appears when you do a SEARCH on my blog and returns a NO RESULT or blank search query…
here is the whole line from the page:
Notice: Trying to get property of non-object in …/htdocs/blog/wp-content/plugins/lightbox-plus/classes/actions.class.php on line 139
<!– Lightbox Plus ColorBox v2.6/1.3.32 – 2013.01.24 – Message: –>
<script type=”text/javascript”>
jQuery(document).ready(function($){
$(“a[rel*=lightbox]”).colorbox({initialWidth:”30%”,initialHeight:”30%”,maxWidth:”90%”,maxHeight:”90%”,opacity:0.8});
});
</script>
<script type=’text/javascript’ src=’http://www.edparton.com/blog/wp-content/plugins/lightbox-plus/js/jquery.colorbox.1.3.32.js?ver=1.3.32′></script>
A small nuisance but I can’t find out why Lightbox Plus is giving an error on a Search and not anywhere else??
Thanks!