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

    (@shauno)

    You’ve somehow managed to turn some of the double quotes into the fancy left and right quotes that are being encoded by the browser. Did you open any of the plugin’s files in a weird editor?

    Download a clean copy from the repo, and overwrite your files. That should fix it.

    [ Signature moderated. ]

    Thread Starter nojule

    (@nojule)

    Hi shaun, thanks for your reply, no all i did was install the plugin Nextgen Gallery from the add new plugins section and then added the voting one.

    I have done what you suggested, basically started again and still no luck! ?? Any other ideas?

    Thread Starter nojule

    (@nojule)

    PS: i put my code in here …..

    <img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> />
    				<?php } ?>
    			</a>
                            <?php echo nggv_imageVoteForm($image->pid); ?>
    		</div>
    	</div>
    
    	<?php if ( $image->hidden ) continue; ?>
    Thread Starter nojule

    (@nojule)

    Ok i think it might be my theme “Striking” from “Kaptinlin” on themeforest…. It seems to work if i use the twenty-twenty theme?

    Plugin Author shauno

    (@shauno)

    It seems it’s the theme then ??
    As I do not have that theme, I can’t test to see what the exact conflict is.

    [ Signature moderated. ]

    Thread Starter nojule

    (@nojule)

    I solved it btw you have to wrap your gallery in the shortcode [raw][nggallery][/raw]

    hope it helps anyone else ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: NextGEN Gallery Voting] STARS Javascript error’ is closed to new replies.