Forums › Forums › Slimbox2 plugin › After upgrade to 0.9.2.3 none of my thumbs are grouped
- This topic has 6 replies, 2 voices, and was last updated 16 years, 9 months ago by
malcalevak.
-
AuthorPosts
-
January 20, 2009 at 4:09 pm #554
Anonymous
MemberHey, first, awesome plugin. I upgraded this morning to the new rev (0.9.2.3) and all of the auto groups went away (no more image 1 of x). Uninstalled and reinstalled with the same outcome. WP 2.7. any ideas? dropped the previous ver of the plugin back and everything is working as it should
thanks in advance!
scottJanuary 20, 2009 at 5:50 pm #4805malcalevak
ModeratorCan you provide a link to your site so I can look into the matter?
And have you tried the latest version, 0.9.3?
January 26, 2009 at 5:00 pm #4806Anonymous
Memberyes, upgraded to 0.9.4.1 and same thing, disabled all other plugins as well to make sure nothing funny. Site is not yet live, or I’d post a link, is there something i should look for? Not sure if this helps, but if i manually add the rel="lightbox-xyz" code for a group, it does not work either. Is there a way to uninstall the plugin entirely? I notice there is an uninstall.php in the plugin folder, but can’t find a way to activate it. Maybe I’ll try to wipe from the DB and then reinstall. thanks in advance!
January 26, 2009 at 5:27 pm #4807Anonymous
MemberFigured something out! If i replace this:
return (this == el) || ($(this).parents("div.post, div#page")[0] && ($(this).parents("div.post, div#page")[0] == $(el).parents("div.post, div#page")[0]));with the old code:
return (this == el) || (this.parentNode && (this.parentNode == el.parentNode));
it works fine. I’m not a JS whiz, so I don’t understand what the difference is but maybe this will help?
January 26, 2009 at 6:27 pm #4808malcalevak
ModeratorTo uninstall you just need to delete the plugin from the plugin panel in WP.
Again, though, without access to your site I can’t do a thing to figure out your problem, since it works fine in every instance I have to look at.
One brief question I do have is are all the images in a post, or a page, or what?
January 26, 2009 at 6:50 pm #4809Anonymous
Memberthey are all in a post, we’ll be live shortly and i’ll be able to send out (it’s behind a firewall at the moment or i’d send you the link) I can copy and paste the rendered source for you if you like? thank you for your help, again, this is an awesome plugin
January 26, 2009 at 11:27 pm #4810malcalevak
ModeratorThe source should help, yes.
-
AuthorPosts
- You must be logged in to reply to this topic.