Hello, So here is the problem. I need to hide the Light Social from a page So I created a page template and added this to the end <script type="text/javascript"> $j=jQuery.noConflict(); $j(document).ready(function(){ //Hide div w/id extra $j("#hide").hide(); }); </script> Where #hide is added to the main wraper of the plugin, but this is not working. PS. the LS plugin ads its div to the end post hook. Any sudjestions? Doesen't have to be jQuery. Just anything that will hide this div from that page.
Plugin, but no worries I dumped the LS nice plugin but it doesen't have any controls. However if any body is interested how I solwed the issue, continue reading... I downloaded a "SocioFluid" plugin that have little bit more attractive look and inserted this code to the php files I needed (template_page_fullwidth.php , and so on...) .