blackbyrd84
Forum Replies Created
-
Sorry to necro-post, but how do you use the files located on github to make the slider resize? I am fairly new to the coding world.
Forum: Plugins
In reply to: [NextGEN Gallery Voting] WordPress 3.2.1 NGG Voting 1.8.2 BROKEN!Ok, that’s alright, thanks again bud!
Forum: Plugins
In reply to: [NextGEN Gallery Voting] WordPress 3.2.1 NGG Voting 1.8.2 BROKEN!Quick question, right now the voting is setup for individual pictures. The votes aren’t averaged against the group, they are only averaged against each individual picture. Since you saw, we are hosting a contest, is there anyway we can make the voting start average against each other instead of each individual picture? If not, that’s ok 🙂
Forum: Plugins
In reply to: [NextGEN Gallery Voting] WordPress 3.2.1 NGG Voting 1.8.2 BROKEN!Haha, I don’t blame you at all! Thanks again!
Forum: Plugins
In reply to: [NextGEN Gallery Voting] WordPress 3.2.1 NGG Voting 1.8.2 BROKEN!You are awesome!
That’s what the problem was. Sorry, I don’t know much about CSS at all. I only have worked with C++ and I was trying to take my knowledge from that and apply it to CSS. It works for the most part, but not everything is able to be translated!Thanks again for all of your help!
Forum: Plugins
In reply to: [NextGEN Gallery Voting] WordPress 3.2.1 NGG Voting 1.8.2 BROKEN!I put it here
<!-- Thumbnails --> <?php foreach ( $images as $image ) : ?> <div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box" <?php echo $image->style ?> > <div class="ngg-gallery-thumbnail" > <a href="<?php echo $image->imageURL ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?> > <?php if ( !$image->hidden ) { ?> <img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> /> <?php } ?><?php echo nggv_imageVoteForm($image->pid); ?> </a> </div> </div>Forum: Plugins
In reply to: [NextGEN Gallery Voting] WordPress 3.2.1 NGG Voting 1.8.2 BROKEN!Alright, as long as the votes keep working for now its ok. The only problem I can see as of right now is the fact that the pre-existing votes aren’t reflecting on the stars. Oh well. They are still showing up in the gallery itself, so no big deal.
Thanks a lot for working with me 🙂
Forum: Plugins
In reply to: [NextGEN Gallery Voting] WordPress 3.2.1 NGG Voting 1.8.2 BROKEN!It’s halfway working. My problem is I had a lot of votes before it went down. Now that the plugin is back up, the votes that are still in for the pictures are not reflecting on the stars.
Forum: Plugins
In reply to: [NextGEN Gallery Voting] WordPress 3.2.1 NGG Voting 1.8.2 BROKEN!They are registering, because under “manage gallery” it shows me all the votes plus IPs. It was working fine until WordPress updated they other day to 3.2.1….
Forum: Plugins
In reply to: [NextGEN Gallery Voting] WordPress 3.2.1 NGG Voting 1.8.2 BROKEN!Which doesn’t make sense, because I have “Only allow users to vote once” selected too….
Forum: Plugins
In reply to: [NextGEN Gallery Voting] WordPress 3.2.1 NGG Voting 1.8.2 BROKEN!Yeah, that check box is indeed checked on all images.
By URL do you mean one to our website?
Here you go.
Forum: Plugins
In reply to: [NextGEN Gallery Voting] WordPress 3.2.1 NGG Voting 1.8.2 BROKEN!Have you by chance added the <?php echo nggv_imageVoteForm($image->pid); ?> tag back into the gallery template that would have been overwritten when you update NGG?
Thanks shauno, I re-added the tag, and all is well, except the already entered votes don’t reflect what the stars are showing, but that ok I suppose.
Thanks!Forum: Plugins
In reply to: [NextGEN Gallery Voting] WordPress 3.2.1 NGG Voting 1.8.2 BROKEN!What else would you like to know?
I had WP 3.2 and it worked perfectly fine, then updated to 3.2.1 and now the voting stars will not show up under the pictures. The current registered votes are still visible in the “manage gallery” tab, but like I said, do no show up under the image on the site.
Thanks