A basic javascript based scrolling display of post titles and thumbnails.
Images are based on the "Featured Image" selected on the Edit Post screen. If the option is not displayed, click Screen Options in the top right of the Edit Post screen and check the "Featured Image" checkbox.
Any new image added to your site should have a thumbnail created in the correct new size. However, the old thumbnails will need to be regenerated. This can be done for all images on your site with the excellent "Regenerate Thumbnails" plugin.
The easiest way to figure this out is just to look at the images included with the plugin (wp-content/plugins/featured-posts-scroll/images), and format your images in the same basic manner. For the default arrow position (sides of the image), the arrow image should be 46x100. For the alternate arrow position at the bottom of the scroll, the arrow image should be 48x48. For the "no border" position, the arrow image should be 70x120.
For any configuration, the image should be split into four evenly sized quadrants. The top row is left/right arrows as they normally appear and the bottom row are the arrows as they appear when hovered over. The left column should be arrows pointing left, and the right column should be arrows pointing right.
This issue is typically caused by templates that don't enable post thumbnails. If your template's functions.php file does not contain this, you must add it:
add_theme_support( 'post-thumbnails' );
The plugin will currently only display manually entered excerpts. Automatically generated excerpts will not be displayed.
If you get this error, it means that the permissions on your server aren't setup to let WordPress write directly to a file. To resolve this you'll need to temporarily change the permissions on this plugin's css and js directories, click "Save Settings" on the admin page, and then change the permissions back.
You can change the permissions on your server either by using SSH or a config menu on your hosting service's site (if they allow you to directly change permissions). With SSH access, navigate into the featured-posts-scroll directory and enter "chmod 777 css js", click "Save Settings" on the admin page, and then change permissions back with "chmod 755 css js".
Requires: 2.9.1 or higher
Compatible up to: 3.3.2
Last Updated: 2011-12-20
Downloads: 20,004
Got something to say? Need help?