Viewing 2 replies - 1 through 2 (of 2 total)
  • The full Widget https://gist.github.com/1739212 should be placed in either your theme’s functions.php or a separate plugin entirely. I haven’t tested with a child theme yet but you’re right, it should work as expected.

    The error is a javascript error. Change line 72 at script.js
    from:tb_show(jQuery(this).attr('title'), event.target.href, false);
    to:tb_show(jQuery(this).attr('title'), e.target.href, false);
    and it should work

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Widget Image Field] Child Themes’ is closed to new replies.