Forum
Welcome, Guest
Please Login to access forum.
Re:Facebook like button comment size (1 viewing) 
Go to bottom
TOPIC: Re:Facebook like button comment size
#411
Andrew
Fresh Boarder
Posts: 2
User Offline
Facebook like button comment size Karma: 0  
Hi, Thanks for this plugin. I just have one problem though, when you click the facebook like button a comment box pops up underneath, the same width as the like button which says "say something etc" but it's all cur off. How do I fix that? site is at www.wakaexperience.co.nz (need to go into a page) Using version 1.0 on 3.2.2
Thanks for your help

Andrew
 
Logged Logged  
  The administrator has disabled public write access.
#412
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Facebook like button comment size Karma: 79  
Hi Andrew,

the issue is related to css.

Try to assign the following style in your template css file:

Code:

.fb_iframe_widget span { position: inherit !important; } .fb_iframe_widget { position: inherit !important; }
This should fix the problem as in the following screenshot:
 
Logged Logged  
  The administrator has disabled public write access.
#421
Andrew
Fresh Boarder
Posts: 2
User Offline
Re:Facebook like button comment size Karma: 0  
Thanks very much for your help. Perfect! Sorry for my late reply. I didn't get the notification.
Andrew
 
Logged Logged  
  The administrator has disabled public write access.
#422
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Facebook like button comment size Karma: 79  
Hi Andrew,

just FYI i included the styles in the standard latest release of the plugin, i hope the problem won't happen again.

John
 
Logged Logged  
  The administrator has disabled public write access.
Go to top