How Can I Get My Likes Post Window To Open On My Forum

Discussion in 'Facebook' started by tunescool, Feb 17, 2013.

  1. #1
    the like buttons post window wont open because of something under it on my forum. how can i get it to over the object

    [​IMG] [​IMG]

    <script>(function(d, s, id) {
    var js, fjs = d.getElementsByTagName(s)[0];
    if (d.getElementById(id)) return;
    js = d.createElement(s); js.id = id;
    js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
    fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    <fb:like send="false" layout="button_count" width="10" show_faces="false"></fb:like>
     
    tunescool, Feb 17, 2013 IP
  2. aetdinger

    aetdinger Active Member

    Messages:
    136
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #2
    Check the elements on your blog or website and see which elements is blocking the view of others and which elements should appear on top of others. Inside the style code for each just add position and z-index properties to them.

    z-index number being highest z-index:9999; will be at the shown at the front. 0 value (default) at the back etc.

    you should be able to apply a z-index to the container or

    make sure the parent container is set to "overflow:visible" and not "overflow:hidden"


    have you set your own .div for this?
     
    aetdinger, Feb 20, 2013 IP
  3. aetdinger

    aetdinger Active Member

    Messages:
    136
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #3
    if you cannot solve this you should try searching "z-index facebook like box", also why not just add the i frame version available in the facebook developer section. whats your site?

    goodluck
     
    aetdinger, Feb 20, 2013 IP
  4. tunescool

    tunescool Well-Known Member

    Messages:
    430
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    158
    Digital Goods:
    1
    #4
    i use proboards, it uses a css stylesheet and template for each page. im pretty sure theres no z-index ive been thru it a billion times. i have it in a div with the other two

    im good with some stuff but this i wont be able to do. can i add my own z-index to the css. id need someone to just show me to what to put in the css or where in the code. i have a thread there but its a new version and nobody answers alot of stuff. this is the div


     
    tunescool, Mar 4, 2013 IP