Facebook like button - box cut

GK User
Wed Oct 01, 2014 5:23 pm
Hello,
when i click on facebook like button, i see something like this (image on attachment):

Immagine.jpg


It seems that the box is "interrupted" so i can't see the button "send".

- Joomla 3.3.6
- template: GK GameNews 3.12

Thanks
User avatar
Fresh Boarder

GK User
Wed Oct 01, 2014 6:06 pm
Hi,
it might be also FB problem, we just insert code from FB API we didn't discover a wheel.
Please disable GK social buttons from template settings and try to install additional social plugin which offer similar feature.
User avatar
Platinum Boarder

GK User
Wed Oct 01, 2014 6:07 pm
Could you please post an url to your site?
User avatar
Moderator

GK User
Wed Oct 01, 2014 6:14 pm
User avatar
Fresh Boarder

GK User
Thu Oct 02, 2014 6:56 am
I think it works
User avatar
Platinum Boarder

GK User
Thu Oct 02, 2014 9:32 am
it works?
fb.png

where is the remaining part of the "box"?
where is the button "send"?
User avatar
Fresh Boarder

GK User
Thu Oct 02, 2014 10:06 am
Aaaa this part which was cut. Ok, I will check.
User avatar
Platinum Boarder

GK User
Thu Oct 02, 2014 10:11 am
Sorry but this width comes from Facebook API,
but please try use this code:
Code: Select all
.fb_iframe_widget span {width: 330px !important;}
User avatar
Platinum Boarder

GK User
Thu Oct 02, 2014 10:32 am
From time to time facebook changes the way its features works. Like button is generated with use of their code and placing it in our template.
After the change modification need to be done.
Please edit: /templates/gk_gamemagazine/css/override.css and add at its end:
Code: Select all
.fb_iframe_widget span {
    width: 460px !important;
}


It will fix like button element width but will push g+ icon to the right.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Oct 07, 2014 5:37 pm
Thank you so much!!
It solved my issue.

... but G+ icon moved to right.
User avatar
Fresh Boarder

GK User
Tue Oct 07, 2014 8:42 pm
Could you please check what version of template do you have?
User avatar
Moderator

GK User
Tue Oct 07, 2014 8:57 pm
Version: 3.12
User avatar
Fresh Boarder

GK User
Wed Oct 08, 2014 6:41 am
Now FB took whole place, the only solution I see is to change order of social icons, and move G+ as a first one.
But it request a small changes in php file.

or disable Tweet icon.
User avatar
Platinum Boarder

GK User
Wed Oct 08, 2014 6:48 am
or
use SP Share - Social Share Plugin (free), which also support K2
or
use Social icon from services like : https://www.addtoany.com/buttons/for/website / https://www.addthis.com/get/sharing
and insert inside K2 settings
...and use them instead default from template.
User avatar
Platinum Boarder

GK User
Wed Oct 08, 2014 1:43 pm
I have reported that problem to our devteam and they will provide a solution as soon as possible.
I'll post an replay when working fix will be avalible.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.