Hi!
I am using the modified shortcode to have a simple fancy_image gallery at the end of some pages. My only problem is that I'd like to make the social buttons to disappear. I tried to modify the shortcode.php but it just gives this error message: Parse error: syntax error, unexpected T_STRING in /home/drbokorl/public_html/wp-content/themes/infocus/lib/functions/shortcode.php on line 38.
Here is what I tried to do. I added this at line 38 of the updated shortcode.php
jQuery("a[rel^='prettyPhoto'], a[rel^='lightbox']").prettyPhoto({social_tools: false});













