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

WpF Ultimate Carousel

설명

WpF Ultimate Carousel is a responsive WordPress carousel slider plugin which through you can add unlimited carousel slider into your theme.
You can change styles according to your theme design.

Features:

  1. Unlimited Carousel.
  2. Very easy installation (just install & use shortcode, Thats it!)
  3. Shortcode system
  4. unlimited color variation by using shortcode attributes.
  5. Responsive
  6. custom post supported
  7. custom taxonomy supported
  8. carousel controls
    9 & more.

Shortcodes

Remember: Must put a unique name in each shortcode, If you want to use 3 carousel in one page then you can put in the first carousel name=”carousel-1″, second name=”carousel-2″ & 3rd name=”carousel-3″.
If you are using one news ticker in one page then leave it.

—– General Carousel ———–

[wpf_carousel name="my-carousel" title="Title Goes here"] //name=(unique-name)

—– Carousel form category ———

[wpf_carousel name="my-carousel-2" category="category name" title="Title Goes here"] //name=(unique-name)

—– Carousel form custom taxonomy ———-

[wpf_carousel name="my-carousel-3" taxonomy="your-taxonomy-name" category="category name" title="Title goes here"] //name=(unique-name)

—– Shortcode attributes are: ——

post_type="post"  // default is "post"

info: Which post type you want to display.

category="category name" // default is empty

info: Put a category name,if you want to display contents from a specific category.

taxonomy="taxonomy name"   // default is category_name 

info: If you want to display custom post contents from a specific custom taxonomy then put the custom taxonomy name here. default is category_name.

name="carousel-name" // default is wpf_carousel

info: Put any unique name (without spaces) for each carousel for using multiple in one page.

title="Carousel title goes here." // default is More...

info: Carousel Title text.

count="posts amount to display" // default is unlimited

info: Put a numeric value to display posts amount.

title_color="color name or hex code" // default is #000000

info: put carousel title color code. Ex: #000000 or black.

title_bg_color="Title background color" // default is none

info: put carousel title background color code. Ex: #000000 or black.

link_color=" Post title Link color" // default is #222222

info : change link color.

slides="numeric-value" // default is 4

info : Put a numeric value to display slides.

scroll="numeric-value" // default is 1

info : Put a numeric value to scroll slides.

autoplay="true-false" // default is false

info : enable autoplay. available values are true/false.

speed="numeric-value" // default is 2000

info : higher value will slower & lower value will faster the carousel.

스크린샷

  • 4 slides
  • 3 slides with different title
  • 2 slides with different title
  • 1 big slide with different title
  • 5 slides with different title

설치

This section describes how to install the plugin and get it working.

e.g.

  1. Upload plugin-directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use shortcode in page, post or in widgets.
  4. If you want carousel in your theme php, Place <?php echo do_shortcode('[wpf_carousel name="my-carousel" title="Title Goes here"]'); ?> in your templates. More shortcodes attributes are available. See description tab.

FAQ

How to install the plugin?

Answer: Read install tab for letting about installation.

Where I can use this plugin?

Answer: You can use this plugin anywhere you want through shortcode. Read shortcode details in description tab.

What to do after install this plugin?

Answer: No need to do anything, it will works on the fly. Install the plugin & use plugin shortcode anywhere in your theme you want.

후기

2019년 10월 12일
It doesn't adjust well. For some reason some shortcodes are not working. Blocks overlap each other and you can not get rid of it.
2016년 9월 3일
It works great, only downside is that to have it work responsively you have to let the plugin javascript handle the size based on the amount of slides. Other than that it does exactly as advertised with minimal settings.
2016년 9월 3일
Work with 4.3.1 no error !
모든 4 평가 읽기

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.0.11

  • change plugin description

1.0.10

  • remove banner image

1.0.3

  • fixed descriptions

1.0.2

  • Changed banner image

1.0

  • Initial Release