Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #449770

    1. How can I use this plugin in a sidebar widget on Enfold? The one the theme provides doesn’t have some of the features or styles I want that this one from FB has.
    https://developers.facebook.com/docs/plugins/page-plugin

    2. Is there any way to style the sidebar widget titles?

    #449962

    Hey!

    1. Copy the provided code into a Text Widget.

    2. Use the following CSS code:

    #top .sidebar .widgettitle{
    color: red;
    font-weight: bold;
    font-size: 22px;
    font-family: serif;
    }

    Best regards,
    Josue

    #450158

    1. Thanks. After I posted this I tried that but it’s not responsive. I think because the FB code has a minimum width. I’m guessing this is why you guys created your own like box in the first place? Is there any way the following could be added to yours?
    A. Recent posts
    B. Share button
    C. Cover photo

    2. Thanks! How do I within that code change the text away from all caps? Also is there a way to center it, have a background color, and maybe even a box around the widget and/or widget title?

    #450178

    Hi!

    1- Currently it is not possible but please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
    2- Please add following code to Quick CSS as well

    #top .sidebar .widgettitle{
    text-align: center;
    text-transform: none!important; 
    }

    Best regards,
    Yigit

    #450326

    Great thanks! I see in the first bit of code Josue gave me it says font family is serif. How can I choose a font (say Helevetica Neue Thin) to use for the sidebar widget title?

    #450339

    Hey!

    Use this:

    #top .sidebar .widgettitle{
         font-family: "Helvetica Neue", sans-serif;
         font-weight: 100;
    }

    Cheers!
    Josue

    • This reply was modified 8 years, 11 months ago by Josue.
    #450343

    Perfect thanks!

    One last thing I just noticed. Is there a way to give the Enfold FB like box transparency? Right now it’s set against a white box.

    #450350

    Here you go:

    #top .av_facebook_widget_wrap{
        background: transparent;
    }

    Cheers! 
    Josue

    #450351

    Perfecto! Gracias.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Facebook Sidebar Widget’ is closed to new replies.