內容簡介
這個外掛會在你的網站中加入一個響應式橫幅簡介輪播,同時你也可以將響應式橫幅簡介輪播頁面和行動裝置觸控輪播方式加入到你的 WordPress 網站中。
若想獲得更多資訊,可以查看DEMO。
安裝說明和支援
請至我們的網站查看安裝和文件。
這個外掛會在你的管理選單中新增一個「響應式橫幅簡介輪播」選項卡,這個選項卡可以讓你輸入圖片標題、內容、連結和圖片項目,就像你編輯常見文章一樣。
只需複製並將以下程式碼貼入你的 header.php 檔案或樣板檔案中,即可使用這個外掛:
你也可以在頁面中使用以下shortcode嵌入響應式橫幅簡介輪播
[banner.intro.slider]
以類別方式顯示響應式橫幅簡介輪播:
[banner.intro.slider cat_id=”cat_id”]
你可以在「響應式橫幅簡介輪播->影集類別」下找到這個選項。
完整的shortcode如下:
[banner.intro.slider cat_id="9" autoplay="true" autoplay_interval="3000"]
可用的參數有:
limit : [banner.intro.slider limit=”-1″](限制每次顯示的圖片數量。預設為 “-1″,即顯示所有圖片。例如,若你只想顯示5張圖片,則需要將limit設置為limit=”5”)
cat_id : [banner.intro.slider cat_id=”2″](按照類別方式顯示圖片輪播)
autoplay : [banner.intro.slider autoplay=”true”](設置是否自動播放。可設為 “true” 或 “false”)
autoplay_interval : [banner.intro.slider autoplay=”true” autoplay_interval=”3000″](設置自動播放間隔時間)
功能包括:
行動裝置觸控滑動
響應式設計
shortcode [banner.intro.slider]
PHP程式碼:在你的網站標頭中放置圖片輪播<div class="headerslider"> <?php echo do_shortcode('[banner.intro.slider]'); ?></div>
在頁面中使用響應式橫幅簡介輪播的shortcode,[banner.intro.slider]
設定簡單
可以與任何主題平滑地整合
可自訂CSS和JS檔案
外掛標籤
開發者團隊
原文外掛簡介
This plugin add a Responsive Banner Introduction Slider in your website. Also you can add Responsive Banner Introduction Slider page and mobile touch slider in to your wordpress website.
View DEMO for additional information.
Installation help and support
Please check Installation and Document on our website.
The plugin adds a “Responsive Banner Introduction Slider” tab to your admin menu, which allows you to enter Image Title, Content, Link and image items just as you would regular posts.
To use this plugin just copy and past this code in to your header.php file or template file
You can also use this Banner Introduction Slider inside your page with following shortcode
[banner.intro.slider]
Display Banner Introduction Slider catagroies wise :
[banner.intro.slider cat_id=”cat_id”]
You can find this under “Banner Introduction Slider-> Gallery Category”.
Complete shortcode is
[banner.intro.slider cat_id="9" autoplay="true" autoplay_interval="3000"]
Parameters are :
limit : [banner.intro.slider limit=”-1″] (Limit define the number of images to be display at a time. By default set to “-1″ ie all images. eg. if you want to display only 5 images then set limit to limit=”5”)
cat_id : [banner.intro.slider cat_id=”2″] (Display Image slider catagroies wise.)
autoplay : [banner.intro.slider autoplay=”true”] (Set autoplay or not. value is “true” OR “false”)
autoplay_interval : [banner.intro.slider autoplay=”true” autoplay_interval=”3000″] (Set autoplay interval)
Features include:
Mobile touch slide
Responsive
Shortcode [banner.intro.slider]
Php code for place image slider into your website header
Banner Introduction Slider inside your page with following shortcode [banner.intro.slider]
Easy to configure
Smoothly integrates into any theme
CSS and JS file for custmization
