이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Scrollarama

설명

This plugin creates a widget which loops up to ten recent posts and cycles through them with your selected jQuery Cycle effect.

Settings

You can change the following settings:

  • Title: Widget title
  • Category: Category to draw posts from – the list is automatically populated. Make sure the category you want to use exists before you start! You can select any number of categories – use ctrl and/or shift to select more than one
  • Number of posts: Number of posts used – if there are fewer posts, that’s fine. It’ll just use the ones in your chosen category
  • Slider effect: jQuery Cycle effect to be used. To see a preview of all effects, check out jQuery Cycle Effects Browser
  • Timeout: the amount of time each slide will show for, in milliseconds. For example 3000 = 3 seconds
  • Transition speed: how long it takes for each transition, again in milliseconds. For example, if you set this to 1000 it will take one second for a post to fade out and the next to fade in
  • Width: Add a width here if needed. By default, the widget should fit the sidebar you drop it in to. If not, you can override this by setting a width in pixels (don’t include the units, just the number)
  • Height: Set the height of the widget in pixels. Don’t include the units.

Add images to posts as follows:

  • Edit the post to add the image to
  • Add a custom field called “slider”
  • Use the path to an image for the custom field value. This can be one in your media library or use an absolute path from another site if you have permission to do so.
  • That’s very important – image leeching is naughty.
  • Update your post.

스크린샷

  • The widget menu
  • The widget in action

설치

  1. Upload the folder named ‘scrollarama’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Drag and drop the widget to the right sidebar and change the settings as appropriate.

FAQ

What categories are used?

You can specify any number of categories to use. Select multiple categories in the widget control panel using shift and/or ctrl.

What images are used?

The widget looks for a custom field called “slider” – which you should assign an image URL (you can grab this from the image details in the media library, or use an external image if you have permission).

If this custom field isn’t set, the first image attachment assigned to a post is used.

If neither is in place, the background of the slider will be blank.

How big should the image be?

The height should match the height you specify in the widget, and width needs to match the width you set or the width of your sidebar. If it’s bigger than this, the background image will be centered. If smaller, you’ll have some blank space around it, so try to make it big enough.

How can I restyle the widget?

You can edit scrollarama/styles/scrollarama_style.css – just make sure you read the notes or you might break it! A white .png (to replace the default black background behind the post header) is provided, so you can easily swap that out.

The widget doesn’t do x, y or z…

There are several bits of functionality I’d like to add when I get time – mainly to make it a bit more flexible and easy to style and adapt. If you want it to do anything in particular, though, get in touch via my site

Version 1.2 should include better styling options. I’m trying to keep the widget controls tidy and simple, though.

It doesn’t show in IE8!

There’s possibly a conflict with other plugins using jQuery Cycle, possibly only if their Cycle plugin version isn’t the same (2.99 at plugin version 1.1). I’ve seen it once but can’t replicate the issue at the moment. If this happens to you, please contact me via my site or in the forum for this plugin.

What’s with the name?

I couldn’t think of one, so I asked on Twitter and @michlan came up with it. I’m going to make this a thing. If you want to name a future plugin, follow @maltpress

Marry me?

Maybe.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Scrollarama”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Scrollarama”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.1

  • Fixed bug on new WP and Scrollarama installs where category array chucks an “implode: Invalid arguments” error

1.1

  • Added timeout (time each slide shows for) editing
  • Added speed (time it takes for transition to complete) editing
  • Added custom jQuery Cycle option editing
  • Can now select multiple categories to slide through
  • Now select up to ten posts

1.0

  • Plugin launched