Facebook Like button pop-up window is under article photo

February 2014 Joomla Template
Rate this topic: Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.3.50 out of 6 based on 2 vote(s)
GK User
Mon Nov 24, 2014 2:26 pm
Reply with quote
Report this post
When logged into Facebook, and visiting an article page with gkSocialAPI on the left, clicking Like button shows a facebook pop-up windows that is not show completely, as it is under article main photo. How can I fix this problem, and enable that pop-up for the user to enter comments?
User avatar
Junior Boarder

GK User
Thu Nov 27, 2014 11:14 am
Reply with quote
Report this post
Hello,

Could you provide an URL to your website with this problem?
User avatar
Administrator

GK User
Thu Nov 27, 2014 12:04 pm
Reply with quote
Report this post
dziudek wrote:Hello,

Could you provide an URL to your website with this problem?


Actually, it happens also in your own demo:
http://demo.gavick.com/joomla25/news2/index.php/template/k2/k2-item
Try to click on the left "Like" bottom while logged in Facebook.

If you fix it there, you'll know how to fix it in my site. I can not provide yet my URL because it is still in progress and it is password protected.

TIA.
User avatar
Junior Boarder

GK User
Fri Nov 28, 2014 5:50 pm
Reply with quote
Report this post
Please go the template settings -> advanced settings tab -> custom CSS code: please add:

Code: Select all
.itemFacebookButton iframe {
  max-width: 1000px!important;
}
User avatar
Administrator

GK User
Mon Dec 01, 2014 8:36 am
Reply with quote
Report this post
dziudek wrote:Please go the template settings -> advanced settings tab -> custom CSS code: please add:

Code: Select all
.itemFacebookButton iframe {
  max-width: 1000px!important;
}


Thanks for your reply, but, sadly, it does not work. And there are no elements with "itemFacebookButton" class.

Using "Web Developer" Firefox extension, and viewing the generated source code, the "<fb>" fragment is as follows:

Code: Select all
<fb:like fb-iframe-plugin-query="action=like&amp;app_id=&amp;color_scheme=light&amp;font=arial&amp;href=http%3A%2F%2Fwww.kelmy.com%2Fboceto%2Fes%2Fproductos%2Fazucares%2Fazucar-antihumedad&amp;layout=box_count&amp;locale=es_ES&amp;sdk=joey&amp;send=true&amp;show_faces=true&amp;width=500" fb-xfbml-state="rendered" class=" fb_iframe_widget" href="http://www.kelmy.com/boceto/es/productos/azucares/azucar-antihumedad" send="true" layout="box_count" show_faces="true" width="500" action="like" font="arial" colorscheme="light"><span style="vertical-align: bottom; width: 76px; height: 86px;"><iframe class=" fb_iframe_widget_lift" src="http://www.facebook.com/plugins/like.php?action=like&amp;app_id=&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter%2F7r8gQb8MIqE.js%3Fversion%3D41%23cb%3Df4fc31cdfc615e%26domain%3Dwww.kelmy.com%26origin%3Dhttp%253A%252F%252Fwww.kelmy.com%252Ff3cec11aacc9e9a%26relation%3Dparent.parent&amp;color_scheme=light&amp;font=arial&amp;href=http%3A%2F%2Fwww.kelmy.com%2Fboceto%2Fes%2Fproductos%2Fazucares%2Fazucar-antihumedad&amp;layout=box_count&amp;locale=es_ES&amp;sdk=joey&amp;send=true&amp;show_faces=true&amp;width=500" style="border: medium none; visibility: visible; width: 450px; height: 367px;" title="fb:like Facebook Social Plugin" scrolling="no" allowtransparency="true" name="f3a9c884b1c237c" frameborder="0" height="1000px" width="500px"></iframe></span></fb:like>


I wait for your solution. Best regards, Antonio.
User avatar
Junior Boarder

GK User
Mon Dec 01, 2014 5:05 pm
Reply with quote
Report this post
Please provide me an URL to your website - I've fixed this issue on our demo as you have pointed to our link.
User avatar
Administrator

GK User
Tue Dec 02, 2014 8:27 am
Reply with quote
Report this post
[cut]
User avatar
Junior Boarder

GK User
Tue Dec 02, 2014 2:18 pm
Reply with quote
Report this post
Your issue was caused by fact, that you have checked a K2 item, while your issue is related to the com_content item - please add the following CSS code:

Code: Select all
.itemAsideInfo iframe {
    max-width: 1000px!important;
}
User avatar
Administrator

GK User
Wed Dec 03, 2014 8:10 am
Reply with quote
Report this post
You got it! Thxs.
User avatar
Junior Boarder


cron