Viewing 15 replies - 1 through 15 (of 20 total)
  • Plugin Author shauno

    (@shauno)

    This is a site specific styling thing. Each site has it’s own theme and styling, so the plugin does as little as possible, allowing you to tweak it with your theme.
    For you site, you could potentially add the following rule to your stylesheet:

    .nggv-link-plain-like {
      float: right;
    }

    That will ‘float’ the voting link to the very right side of its container. You might notice that doesn’t always line up with the right side of the image, because sometimes the container is bigger than the image.

    You could add the following to force the width of the voting container then like this:

    .nggv_container {
    	width: 165px;
    }

    That is very specific to your current settings, so if you change the voting type of the thumbnail sizes etc, this won’t work as well.

    Thread Starter montesdesigns

    (@montesdesigns)

    ok, so this works however. two things. first is the image itself “like image” isn’t clickable anymore but the border is. Second is the thanks for voting isn’t working… i noticed this since the recent update 6/6/13

    Thread Starter montesdesigns

    (@montesdesigns)

    note… i noticed this only happens in chrome? weird it seems to work now i think maybe another plugin is conflicting you can login and check it out the login i sent you still works. πŸ˜€ thanks.

    Plugin Author shauno

    (@shauno)

    I see the users will always see the results, regardless of if the option is ticked for that or not.
    I will look into it ASAP, and get a bug fix version out.

    Thanks for the heads up.

    Plugin Author shauno

    (@shauno)

    Found the problem. There was a conflict with the current release version of the Premium add-on that I missed.
    I have fixed the problem and committed version 2.5.1, please update and let me know if you have any other problems.

    I am hoping to release the new version of the Premium add-on very soon, with a couple nice new features!

    Thanks for the feedback as always man, much appreciated πŸ™‚

    Thread Starter montesdesigns

    (@montesdesigns)

    anytime.

    heres another odd thing..maybe you can help me with..

    not logged in:
    https://dl.dropboxusercontent.com/u/32734904/Capture.JPG

    logged in:
    https://dl.dropboxusercontent.com/u/32734904/Untitled-1.jpg

    i am missing an image for vote & another plugin doesn’t perform properly as it did before the update.

    Plugin Author shauno

    (@shauno)

    What exactly is the problem?

    Thread Starter montesdesigns

    (@montesdesigns)

    its missing the plugin buttons for share links (from another plugin) and i am missing newly uploaded images with the voting option enabled. see screen captures above if you can.

    Thread Starter montesdesigns

    (@montesdesigns)

    also am missing a gallery…

    http://www.randomfg.com/street-scene/

    but it only shows the images from this gallery & from vote if there new images uploaded if i am logged in…

    Plugin Author shauno

    (@shauno)

    It seems between the 2 screenshots, you had voted on the first 2 images.
    Also, I can’t see the voting plugin having any affect on a gallery disappearing! If you disable the voting plugin, does the page load the gallery?

    Thread Starter montesdesigns

    (@montesdesigns)

    If I disable the plugin it doesn’t load any gallery do to code in the gallery.php file I could try completely uninstalling the plugins

    Plugin Author shauno

    (@shauno)

    If you disable the voting plugin, you will need to remove the voting tag from the gallery.php. But I really don’t think that’s going to load the missing gallery. It’s either been removed, or the shortcode in the page is missing or pointing to the wrong id.

    Thread Starter montesdesigns

    (@montesdesigns)

    well what throws me off is the gallery doesn’t show to the public but it shows when i am logged in to my user.. the same goes for the recent uploaded photos… is there a way were i can install a pervious version of the voting plugin

    Plugin Author shauno

    (@shauno)

    You can get all previous versions from here.

    Version 2.5.1 did have a problem with certain settings not actually showing the voting form, so please update to 2.5.2 and test again.

    I just got the chance to login to your site and see exactly what’s happening. I now do see that the ‘street scene’ gallery only shows when logged in. But that wont be because of the voting plugin, that will be a NGG issue I think. I see you have the shortcode bolded, perhaps start by removing that.

    Thread Starter montesdesigns

    (@montesdesigns)

    ill give that a try… the other thing was on the vote section newly uploaded images are not showing should i try uninstalling and reinstalling ngg?

Viewing 15 replies - 1 through 15 (of 20 total)

The topic ‘vote button’ is closed to new replies.