Something is wrong on Social plugin

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
Tue Sep 09, 2014 5:50 pm
Reply with quote
Report this post
Hi!
I checked your demo pages. it has same problem. when i click facebook button at the K2 item page, it looks wrong please look at the pictures:

first one from your demo page.
gavick.png


and second one from my website
mywebsite.png
User avatar
Senior Boarder

GK User
Tue Sep 09, 2014 9:16 pm
Reply with quote
Report this post
i think it is about z-index settings. but i couldn't solve it. I searched all forum )) please help :))
User avatar
Senior Boarder

teitbite
Wed Sep 10, 2014 10:57 am
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.itemSocialSharing {
    overflow: visible;
}

.fb_iframe_widget iframe {
    max-width: 1024px !important;
}
User avatar
Moderator

GK User
Wed Sep 10, 2014 4:33 pm
Reply with quote
Report this post
teitbite wrote:Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.itemSocialSharing {
    overflow: visible;
}

.fb_iframe_widget iframe {
    max-width: 1024px !important;
}



it doesn't work :roll:
User avatar
Senior Boarder

GK User
Wed Sep 10, 2014 7:11 pm
Reply with quote
Report this post
actually same problem in everywhere. this picture is from your website.
hmm. i should disable facebook box. how can i disable facebook box?

gavick.png
User avatar
Senior Boarder

teitbite
Thu Sep 11, 2014 8:57 am
Reply with quote
Report this post
Hi

I was informed that this has been fixed some time ago, so please update template to the latest version and this should fix the problem. Demos can be a little outdated, since only visible changes triggers its updates.
User avatar
Moderator

GK User
Thu Sep 11, 2014 10:04 am
Reply with quote
Report this post
everything is new.. website is new.
everything is updated...

ok. i will close social feature of Gavick
thanks..
User avatar
Senior Boarder

teitbite
Thu Sep 11, 2014 11:08 am
Reply with quote
Report this post
Hi

I've just found that the fix for this is marked "To improve". Anyway the code I gave You before is definately working on my copy of a quickstart, so can You show me Your site so I'll be able to check if code is not overwritten ?
User avatar
Moderator

GK User
Thu Sep 11, 2014 1:13 pm
Reply with quote
Report this post
Thanks!
I sent you private message. I sent you link of my website
User avatar
Senior Boarder

teitbite
Fri Sep 12, 2014 9:08 am
Reply with quote
Report this post
Hi

Now I see that it is a different issue. Try add this to css:

Code: Select all
#gkPageContent {
    overflow: visible;
}
User avatar
Moderator

GK User
Fri Sep 12, 2014 11:16 am
Reply with quote
Report this post
Hi!
thank you so much.
it works :))))))
User avatar
Senior Boarder


cron