Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author Marvie Pons

    (@marviepons)

    I’m not sure if that issue is from facebook or theme you are using. But I think a work around is using CSS.

    .fb_ltr { max-height:150px!important;overflow-y:scroll!important;}

    Thread Starter Alex

    (@amunoz)

    Thanks, unfortunately the css did not help. It seems it did not affect the height, but added a scroll bar. Increasing the max height did have no effect.

    Plugin Author Marvie Pons

    (@marviepons)

    can you provide a link to your site so I can check

    Thread Starter Alex

    (@amunoz)

    Thanks! Appreciate it:

    here you go

    Plugin Author Marvie Pons

    (@marviepons)

    data-rocketsrc and text/rocketscript are being added to the button code. Possibly from another WP plugin.

    <div id="fb-root"></div><script data-rocketsrc="https://connect.facebook.net/en_US/all.js#xfbml=1" type="text/rocketscript"></script><fb:like href

    Probably one of WordPress plugins is using CloudFlare.

    Thread Starter Alex

    (@amunoz)

    don’t think that was the issue. I disabled rocketloader on cloudflare and the lightbox still looks the same.

    Plugin Author Marvie Pons

    (@marviepons)

    Try switching temporarily to the twenty twelve theme to make sure it’s not your theme. You can also temporarily disable your plugins to see if there’s other conflicts.

    Thread Starter Alex

    (@amunoz)

    hmmm. Switched the template and it looks better. width is not correct but height is working. so it’s def. the template that’s messing with this. Any ideas how to narrow this down?

    Plugin Author Marvie Pons

    (@marviepons)

    try this css

    .fb_ltr { width:450px!important;}

    Thread Starter Alex

    (@amunoz)

    weird. doesn’t seem to have any impact at all (not on my theme or a generic theme)

    Plugin Author Marvie Pons

    (@marviepons)

    I’ll probably be pushing another version to adjust the width to 450. If you want to fix it in the meantime, you can change the ‘width’ to 450 in line 342 in wp-facebook-like-send-open-graph-meta.php. Otherwise you can just wait for the update.

    Thread Starter Alex

    (@amunoz)

    thanks, will you be adding a solution for the height as well?

    Plugin Author Marvie Pons

    (@marviepons)

    the facebook like button (XBML) only allows to set the width parameter of the comment box. the other work around is by using css I posted above.

    Thread Starter Alex

    (@amunoz)

    unfortunately that won’t work for me then as I cannot change my theme to a generic theme and the css code didn’t work on it at all.

    Plugin Author Marvie Pons

    (@marviepons)

    my advise is to contact the Theme developer for assistance.

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘changing the size of the FB comment box after like’ is closed to new replies.