Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #434657
    #435471

    Hey hiroy1125!

    I viewed your link and I see a facebook share and like button. I don’t see anything that resembles comments though. Can you take a screenshot and highlight what your referring to so we can get a better idea?

    Cheers!
    Elliott

    #435767
    This reply has been marked as private.
    #436355

    Hey!

    Try adding this to your custom CSS.

    #main > .fullsize { z-index: 999 !important; }
    

    Cheers!
    Elliott

    • This reply was modified 8 years, 11 months ago by Elliott.
    #436461
    This reply has been marked as private.
    #436462
    This reply has been marked as private.
    #437584

    Hi!

    Hmm, it looks like a z-index issue but I couldn’t figure it out. What is the code your using there? Have you done any CSS customizations?

    For the footer problem that should be fixed when you update the theme to the latest version.

    Best regards,
    Elliott

    #437869

    I used a plugin “WP Social Bookmarking Light” and customized CSS a little bit because it didn’t show properly in default.

    On its settings page, styles tab, I added the following codes:
    .wp_social_bookmarking_light{
    position: absolute;
    z-index: 9999 !important;
    }
    .wsbl_facebook_like iframe{
    z-index: 9999;
    overflow: visible;
    }
    #main > .fullsize { z-index: 9999999999 !important; }

    (only your code added at the last line worked so far)

    Is there anyway to put main content text behind with z-index settings?

    #439034

    Hi!

    Go ahead and remove all of your custom CSS and let us know when your done and we’ll take another look.

    I would also consider just grabbing the facebook code from the website, https://developers.facebook.com/docs/plugins/like-button, instead of using a plugin.

    Regards,
    Elliott

    #439100

    Ok, I removed custom CSS except
    #main > .fullsize { z-index: 9999 !important; }
    Please take a look.

    It’s also fine to use facebook code directly.

    #439874

    Hi!

    I’m not sure. The markup looks weird and it’s behaving very weird with the other elements. I would try finding a new plugin to use or just use the official code from the facebook website.

    Best regards,
    Elliott

    #447736

    Hi, is there any update on this issue?
    Let me know any plugins I can use for FB Like!

    Thanks.

    #448139

    Hi!

    Try to generate the widget code here: https://developers.facebook.com/docs/plugins/like-button

    Add the generated code inside a text or code block.

    Best regards,
    Ismael

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.