• Resolved wkk

    (@wkk)


    Hello,

    I’ve recently started to use this plugin and it’s working fine =D Just a style question: is it possible to fix height to the feeds container?

    As feeds’ length may vary a lot, I would like to fix height (showing a scroll if neccesary) to control my web’s general appearance.

    Thank you very much in advance.

    Best regards,

    https://www.ads-software.com/plugins/facebook-feed-grabber/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author bonnerl

    (@bonnerl)

    If you’re up for adding/editing some CSS then absolutely!

    Just add the following in some place like a theme stylesheet,

    .fb-feed {
        height: 400px;
        overflow: auto;
    }

    400‘ in the code above can be changed up or down as needed.

    Plugin Author bonnerl

    (@bonnerl)

    Note I hope/plan to add a feature that limits the length of each status in the same fashion that happens on Facebook in the next version of this plugin. Could also still be 2 version out though. We’ll see.

    Thread Starter wkk

    (@wkk)

    Thanks a lot for the quick answer.

    Is there a way to set this in a new .css and make the plugin include it? Altering existing .css may suppose troubles when updating, I think…

    Thank you very much in advance.

    Best regards,

    Plugin Author bonnerl

    (@bonnerl)

    You are correct! There are 3 options to work around that.

    1. Some themes have a built in way to add custom CSS. This would be the easiest route to go if it’s an option. I would look under your themes settings to see if this route is available to you.
    2. My personal favorite way to go about custom styling is to set up a Child Theme. In your case the only part of the Child Theme documentation that you need to use is the required style.css it talks about at the beginning. I have had a theme that I had to account for multiple stylesheets but if your theme is done well then this won’t be a problem..
    3. The last option would be to add the style via a plugin. There’s probably already a plugin to do this. If not you just need to make one that uses the wp_head action to add in your custom styles.
    Thread Starter wkk

    (@wkk)

    Option one was perfect for me =D

    Thank you very much, you’ve been very helpful!

    Best regards,

    PS: If anybody else has this issue, here’s what I’ve done:

    I use suffusion theme (4.4.7) and .fb-feed above code can be included in: Appearance → Suffusion Options → Back-End → Custom Includes (Custom Styles box).

    Plugin Author bonnerl

    (@bonnerl)

    Great news! Glad you got it. ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Setting height’ is closed to new replies.