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):
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
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
-
- 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.
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.
-
- Platinum Boarder
- GK User
- Wed Oct 01, 2014 6:07 pm
Could you please post an url to your site?
-
- Moderator
- GK User
- Wed Oct 01, 2014 6:14 pm
-
- Fresh Boarder
- GK User
- Thu Oct 02, 2014 6:56 am
I think it works
-
- Platinum Boarder
- GK User
- Thu Oct 02, 2014 9:32 am
it works?
where is the remaining part of the "box"?
where is the button "send"?
fb.png
where is the remaining part of the "box"?
where is the button "send"?
-
- Fresh Boarder
- GK User
- Thu Oct 02, 2014 10:06 am
Aaaa this part which was cut. Ok, I will check.
-
- 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:
but please try use this code:
- Code: Select all
.fb_iframe_widget span {width: 330px !important;}
-
- 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:
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.
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.
-
- Moderator
- GK User
- Tue Oct 07, 2014 5:37 pm
Thank you so much!!
It solved my issue.
... but G+ icon moved to right.
It solved my issue.
... but G+ icon moved to right.
-
- Fresh Boarder
- GK User
- Tue Oct 07, 2014 8:42 pm
Could you please check what version of template do you have?
-
- Moderator
- GK User
- Tue Oct 07, 2014 8:57 pm
Version: 3.12
-
- 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.
But it request a small changes in php file.
or disable Tweet icon.
-
- 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.
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.
-
- 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.
I'll post an replay when working fix will be avalible.
-
- Moderator
15 posts
• Page 1 of 1