• Resolved tibungla

    (@tibungla)


    Thanks for the plugin!

    I am having trouble getting voting to show up correctly on the Image Browser view of NG Gallery. I tried dropping the PHP snipped on the FAQ page into the nextgen-gallery/view/imagebrowser.php file which does add the stars but also includes a giant spinning wheel of death until a vote is cast. Where/how do I insert the voting code into this page?

    It’s a member only site, but here’s a screenshot: tibungla.com/downloads/sample.jpg

    http://wordpress.org/extend/plugins/nextgen-gallery-voting/

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

    (@shauno)

    Hi tibungla
    The CSS (probably NGG’s) is setting all resizing and showing the ajax loading gif. Chances are there is some CSS targeting <img> tags inside a specific container that the voting is also in. If so, then you can move the voting outside of that container, essentially just making sure that CSS isn’t used. You can also add your own CSS rules to override the relavant rule. There should be enough classes on the NGG V markup to get that done

    Thread Starter tibungla

    (@tibungla)

    Yeah! Thank you so much. I just dropped the code a bit lower outside of the imagebrowser DIV and no more Ajax death wheel. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image Browser Voting’ is closed to new replies.