[Plugin: WP AD Gallery] error
-
Hi,
i love your plugin, but just a couple of things:1. error. having trouble with your admin page clashing with other plugins. The problem is with your sprinkle.js file. It is using $.
so in mine i replaced the first line:
$(document).ready(function() {
with
jQuery(document).ready(function( $ ) {which fixes the problem
2nd issue. thumbnails need to have height as well as width set. height=”auto” fixes the problem. (otherwise images show 60px wide but original image height).
lastly i’d love to have an option to change the size of the thumbnails!
thanks
elvis
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: WP AD Gallery] error’ is closed to new replies.