Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Milap

    (@milap)

    Hey,

    Right now there is no option to remove border from widget.

    Maybe I will add it in next updated version.

    Thanks.

    Hi Milap,

    I’m trying to see if I can get your plugin working on WP 3.4.2 and a “Newscast” theme, latest version.
    On some pages your plugin shows up fine, other pages there’s a problem, you only see the top 10 pixels.

    See: https://www.strikaholic.dk/
    and https://www.strikaholic.dk/inspiration

    Would appriciate your eyes on this.

    Cheers,
    Allan

    Plugin Author Milap

    (@milap)

    Hi Allan,

    I checked plugin in your site.
    After inspecting elements through firebug i found solution.

    Just find class name sidebar fullwidth_sidebar.
    Here you have given height: 400px;.
    Just replace it to min-height: 400px;.

    You are done.

    Let me know if you still get problem.

    Regards,
    Milap

    Hi Milap,

    I was wondering if you had made any progress in being able to remove the border from the widget.

    Love the plugin, it just works! My favourite kind!

    Thanks,

    Richard.

    Plugin Author Milap

    (@milap)

    Hi Richard,

    I have added option to set border color now.
    Please download plugin again and enjoy.

    https://www.ads-software.com/extend/plugins/facebook-pagelike-widget/

    Regards,
    Milap

    I entered border color #ffffff and also just ffffff but the border stays the same. Can you check? trollekelder.be/cafe

    I’ve got same problem as ctpweb. I tried #ffffff and white, but it doesn’t works. Solution?

    Facebook removed border color from their api just add this to your css

    .fb-like-box{
    border:0px;
    width:200px;
    z-index:10;
    height: 236px;
    overflow: hidden;
    position:relative;
    top:-1px;
    left:-2px;
    }

    .fb-like-box iframe{
    left:-5px;
    overflow:hidden;
    position:relative;
    top:-1px;
    }

    tried it but it’s not working for me, check jomode.be in the footer

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Facebook Widget] Border’ is closed to new replies.