Facebook send button overlapped

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jul 25, 2013 10:10 am
Reply with quote
Report this post
hello,

The display of "facebook send" box is overlapped next to Google+1 button! why this is happening?You can see the problem in the attachment below.
And even more, any parameter in the GK_template options for social Api is not working (even the Disable button doesn't work!)

thank you in advance
User avatar
Junior Boarder

GK User
Thu Jul 25, 2013 4:00 pm
Reply with quote
Report this post
Image didnt attached.
Could You post an url to your site?
User avatar
Moderator

GK User
Thu Jul 25, 2013 5:52 pm
Reply with quote
Report this post
Cyberek wrote:Image didnt attached.
Could You post an url to your site?


sorry about the image..
maybe with the url would be more easy
www.anelkistiras.gr

thank you
User avatar
Junior Boarder

GK User
Thu Jul 25, 2013 9:47 pm
Reply with quote
Report this post
Right now I can't see this box - have You disabled it?
With previous problems, it seems like there is something wrong with your installation, perhaps something is missing... Its hard to tell. Ill look more deeply into it tomorrow.
User avatar
Moderator

GK User
Fri Jul 26, 2013 9:51 am
Reply with quote
Report this post
Cyberek wrote:Right now I can't see this box - have You disabled it?
With previous problems, it seems like there is something wrong with your installation, perhaps something is missing... Its hard to tell. Ill look more deeply into it tomorrow.


Hello again,

no I haven't disabled it. It just isn't in the first page. hmm I am sending you again then the photo where you can see what i mean.
In the installation, I didn't received any "wrong alarm". :huh:
thank you in advance

ps.photo: http://www.grevia.gr/images/facebook.jpg

Image
User avatar
Junior Boarder

GK User
Sat Jul 27, 2013 8:51 am
Reply with quote
Report this post
Reported to devteam as a bug, should be resolved soon. Ill get back to You then.
User avatar
Moderator

GK User
Sat Jul 27, 2013 11:23 am
Reply with quote
Report this post
Cyberek wrote:Reported to devteam as a bug, should be resolved soon. Ill get back to You then.


thank you Cyberek,

I am waiting the response of devteam then
User avatar
Junior Boarder

GK User
Sun Jul 28, 2013 7:36 am
Reply with quote
Report this post
Please edit: /templates/gk_magazine/css/override.css and add at its end:
Code: Select all
.itemLinks .itemTagsBlock, .itemLinks .itemSocialSharing { overflow: visible; }

This should help.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Sun Jul 28, 2013 12:32 pm
Reply with quote
Report this post
Cyberek wrote:Please edit: /templates/gk_magazine/css/override.css and add at its end:
Code: Select all
.itemLinks .itemTagsBlock, .itemLinks .itemSocialSharing { overflow: visible; }

This should help.

Remember to enable "CSS override" in template settings - advanced section.


:( Unfortunately, no success. And this overlap is happening only with the magazine template, not the defaults ones. I 've just noticed from your demo template, that this is a bug in general.
any other suggestion?
User avatar
Junior Boarder

GK User
Mon Jul 29, 2013 9:54 pm
Reply with quote
Report this post
I have double checked everything and I can't find the cause of the problem. I have reported back to devteam (their fix works ok on demo site).
User avatar
Moderator

GK User
Tue Jul 30, 2013 8:26 am
Reply with quote
Report this post
Cyberek wrote:I have double checked everything and I can't find the cause of the problem. I have reported back to devteam (their fix works ok on demo site).


I put in template.css this
Code: Select all
iframe {
   max-width: 200%!important;
}

insteed of 100% and now works for the k2 items.

But not for the joomla articles. :? ..So I tried to disable only "the send facebook" button from the template, but it doesn't work. still there..in the articles and in the items
User avatar
Junior Boarder

GK User
Tue Jul 30, 2013 3:20 pm
Reply with quote
Report this post
Finally the:
Code: Select all
iframe {
   max-width: 200%!important;
   overflow: visible;!important;   
}

give me a solution for both the K2 items and joomla articles..in case that there is someone with similar problem.
User avatar
Junior Boarder

GK User
Tue Jul 30, 2013 8:09 pm
Reply with quote
Report this post
Yes, I was going to write solution, but You was much faster. This seems to be a problem with facebook scripts not our template. The way You did works fine, You could also do:
Code: Select all
.fb_iframe_widget iframe {max-width: none!important; }

which does the same.
User avatar
Moderator

GK User
Tue Jul 30, 2013 9:04 pm
Reply with quote
Report this post
Cyberek wrote:Yes, I was going to write solution, but You was much faster. This seems to be a problem with facebook scripts not our template. The way You did works fine, You could also do:
Code: Select all
.fb_iframe_widget iframe {max-width: none!important; }

which does the same.


we need solutions -many. Not problems.ole! ;)
User avatar
Junior Boarder


cron