[WordPress] 外掛分享: WpF Ultimate Carousel

WordPress 外掛 WpF Ultimate Carousel 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「WpF Ultimate Carousel」是 2015-01-07 上架。 目前已經下架不再更新,不建議安裝使用。
  • 目前有 100 個安裝啟用數。
  • 上一次更新是 2016-12-25,距離現在已有 3052 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.0.1 以上版本才可以安裝。
  • 有 5 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

antorjalalin |

外掛標籤

slider | carousel | slider carousel | post carousel slider | custom post carousel slider |

內容簡介

WpF Ultimate Carousel 是一個響應式的 WordPress 輪播滑塊外掛,透過這款外掛,您可以在您的佈景主題中添加無限的輪播滑塊。
您可以根據您的佈景主題設計更改樣式。

特色:

無限輪播滑塊。
非常容易安裝(只需安裝並使用捷徑,就完成了!)
捷徑系統
透過使用捷徑屬性的方式,可獲得無限的顏色變化。
響應式
支援自訂文章
支援自訂分類
輪播控制
9 以及更多。

捷徑

提示:每個捷徑必須放置一個唯一的名稱。如果您想在一個頁面中使用 3 個輪播滑塊,您可以在第一個輪播滑塊中放置 name=”carousel-1″, 在第二個中放置 name=”carousel-2″,以及在第三個中放置 name=”carousel-3″。
如果您只在一個頁面中使用一個新聞標題滾動就可以不用管這些。

—– 一般輪播滑塊 ———–

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

—– 以分類方式輪播 ———

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

—– 以自訂分類方式輪播———-

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

—– 捷徑屬性:——

post_type="post" // 預設值為「post」

資訊:要顯示哪種文章類型。

category="category name" // 預設為空值

資訊:如果您想要從特定分類中顯示內容,請放置分類名稱。

taxonomy="taxonomy name" // 預設值為 category_name

資訊:如果您想要顯示自訂分類中的自訂文章內容,則請放置自訂分類名稱。預設為 category_name。

name="carousel-name" // 預設值為 wpf_carousel

資訊:為每個輪播滑塊放置任何唯一的名稱(不帶空格),以便在同一個頁面中使用多個輪播滑塊。

title="Carousel title goes here." // 預設為「More...」

資訊:輪播標題文字。

count="posts amount to display" // 預設值為無限制

資訊:放置數值以顯示文章數量。

title_color="color name or hex code" // 預設為 #000000

資訊:放置輪播標題顏色碼。例如:#000000 或 black。

title_bg_color="Title background color" // 預設為無

資訊:放置輪播標題背景色碼。例如:#000000 或 black。

link_color=" Post title Link color" // 預設為 #222222

資訊:更改連結顏色。

slides="numeric-value" // 預設值為 4

資訊:放置數值以顯示幻燈片數量。

scroll="numeric-value" // 預設值為 1

資訊:放置數值以捲動幻燈片。

autoplay="true-false" // 預設值為 false

資訊:啟用自動播放。可使用 true/false 的值。

speed="numeric-value" // 預設值為 2000

資訊:輪播的速度越快數值越低,輪播的速度越慢數值越高。

原文外掛簡介

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:

Unlimited Carousel.
Very easy installation (just install & use shortcode, Thats it!)
Shortcode system
unlimited color variation by using shortcode attributes.
Responsive
custom post supported
custom taxonomy supported
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.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「WpF Ultimate Carousel」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


最新版本

延伸相關外掛(你可能也想知道)

  • SliderX

    總結:

    ,
      ,
    • SliderX 外掛可幫助您在 WordPress 網站中建立/設計輪播圖。它可以節省您的時間並智能生成輪播圖。...。
    • Awesome WordPress Slider 》Awesome WordPress Slider 是最強大且直觀的 WordPress 外掛程式,可以創建以前不可能實現的 Slider。完全響應式、SEO優化,並可與任何 WordPress 主題一起使...。

文章
Filter
Apply Filters
Mastodon