How to hide div from a page

Discussion in 'WordPress' started by BSD, Jan 6, 2011.

  1. #1
    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.
     
    BSD, Jan 6, 2011 IP
  2. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #2
    What is "Light Social" and can we see the page?
     
    hmansfield, Jan 6, 2011 IP
  3. BSD

    BSD Member

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #3
    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...) .
     
    BSD, Jan 6, 2011 IP
  4. innovativecoders

    innovativecoders Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Seems like you solved it out, Congrats! :)
     
    innovativecoders, Jan 6, 2011 IP
  5. BSD

    BSD Member

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #5
    Thanks! :)
     
    BSD, Jan 6, 2011 IP