Hey Tyler,
The feed uses the default browser scrollbar, so will appear differently depending on which browser you are viewing your site in. To set the scrollbar on your feed you just need to set a height on it, either on the plugin’s Customize page or directly in the shortcode: [custom-facebook-feed height=500px]
The best way to style the scrollbar would be to use a scrollbar styling plugin such as this one.
John
Hi John,
OK, I installed the plugin you recommended and enabled a height on the feed, but my scrollbar for the feed is still the plain version? The scrollbar on my site seems to match that of the settings for the scrollbar plugin, but the feed scrollbar does not. Any suggestions?
My site is here if you want to take a look.
Thanks,
Tyler
Hey Tyler,
It looks like that plugin only applies the custom scrollbar to the whole site by default, however, if you add the following to our plugin’s Custom JavaScript section – which is under the Misc tab on the plugin’s Customize page – then it should add it to the feed for you too:
jQuery(document).ready(function($) {
var nice = $("#cff").niceScroll({
cursorcolor: "#ff8409",
cursorwidth: "8px",
cursorborder: "0px solid #1e1f23",
cursorborderradius: "5px",
cursorfixedheight: "70",
scrollspeed: 60,
autohidemode: false,
bouncescroll: true
});
});
Let me know whether that solves the problem for you,
John
Your awesome john, that did the trick! I really appreciate your help on this! Have a great week.
Thanks,
Tyler
Hey Tyler,
No problem, you’re very welcome! If you like the plugin please consider leaving a quick review. It really helps to support the plugin!
If you have any other questions in future then just let me know,
John