bladerzzz
Forum Replies Created
-
thank you , @sternhagel! I really appreciate your help!
As for whoever closed your initial thread, that was indeed very inappropriate as I do know that a lot really are looking for a solution to this one as well. And yes, I would def agree that it was not an issue on the Premium version but on the Free version.
Again, thanks @sternhagel and @shauno for the awesome plugin.
Regards!
I figured it’s because of the ‘has_entry’.. Removing the line of code under Adding a friend and Deleting a friend fixes it. But i’m not sure if that’s ideal. I guess because the ‘has_entry’ checks that it is the same entry thus disallowing it to add a new similar log entry.
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Voting Premium with NextGEN Lightbox ProHi sternhagel!
Thanks so much for your quick response and your help!
Just one question as I’m not an expert in jQuery.
Where am I supposed to insert these lines of code:this.bind("loadfinish", function (event) { /* display voting box in lightbox when image is loaded */ var image_id = $(this.getData(this.getIndex()).original).data('image-id'); // gets the ID of the active image if (image_id) { // removes active class from parent frame if lightbox is already open $("#content .image-wrapper.active", top.document).removeClass("active"); // add active class to corresponding voting form in parent frame $( "a[data-image-id=" + image_id + "]", top.document ).parent().addClass( "active" ); } });Sorry for my noobishness but I really do appreciate your help.
Thanks a lot!
Forum: Plugins
In reply to: [NextGEN Gallery Voting] Voting Premium with NextGEN Lightbox ProHi sterhagel!
Do u think you would be able to share your solution / code ?
Appreciate much!
Forum: Plugins
In reply to: [WooCommerce Sold Out Products] Sold Badge not showing on sitenothingless, i figured this one out. just make sure the code mentioned by Gerhard above is found in your content-product.php template:
woocommerce_before_shop_loop_item_title
thnx gerard for the great plugin!