Forum Replies Created
-
AuthorPosts
-
May 21, 2015 at 2:26 pm in reply to: Facebook "Like" button comment module not shown properly #447736
Hi, is there any update on this issue?
Let me know any plugins I can use for FB Like!Thanks.
May 4, 2015 at 5:10 pm in reply to: Facebook "Like" button comment module not shown properly #439100Ok, I removed custom CSS except
#main > .fullsize { z-index: 9999 !important; }
Please take a look.It’s also fine to use facebook code directly.
May 1, 2015 at 2:04 am in reply to: Facebook "Like" button comment module not shown properly #437869I used a plugin “WP Social Bookmarking Light” and customized CSS a little bit because it didn’t show properly in default.
On its settings page, styles tab, I added the following codes:
.wp_social_bookmarking_light{
position: absolute;
z-index: 9999 !important;
}
.wsbl_facebook_like iframe{
z-index: 9999;
overflow: visible;
}
#main > .fullsize { z-index: 9999999999 !important; }(only your code added at the last line worked so far)
Is there anyway to put main content text behind with z-index settings?
April 29, 2015 at 3:34 am in reply to: Facebook "Like" button comment module not shown properly #436462This reply has been marked as private.April 29, 2015 at 3:31 am in reply to: Facebook "Like" button comment module not shown properly #436461This reply has been marked as private.April 28, 2015 at 3:48 am in reply to: Facebook "Like" button comment module not shown properly #435767This reply has been marked as private. -
AuthorPosts
