內容簡介
這個外掛可在您的網站上加入一個Responsive Banner Display縮略圖。同時,您還可以將Responsive Banner Display縮略圖頁面和手機觸摸輪播機制添加到您的WordPress網站中。
查看展示進一步瞭解。
安裝說明和支援
此外掛會在您的管理員選單中添加一個「Responsive Banner Display Thumbnail」選項卡,允許您輸入圖像標題、內容、連結和圖像項目,就像您輸入普通文章一樣。
要使用此外掛,只需將代碼複製並黏貼到your header.php文件或模板文件中
您也可以使用此Banner Display縮略圖在您的頁面中使用以下簡碼
[bdt_gallery.slider]
按Banner Display縮略圖類別顯示:
[bdt_gallery.slider cat_id=”cat_id”]
您可以在「Banner Display Thumbnail-Gallery Category」下找到此選項。
完整簡碼如下
[bdt_gallery.slider cat_id="9" autoplay="true"]
非常規格是:
限制:[bdt_gallery.slider limit=”-1″](限制定義同時顯示的圖像數量。預設為「-1」,即所有圖像。例如,如果您想只顯示5張圖像,則將限制設置為limit=”5”)
cat_id:[bdt_gallery.slider cat_id=”2″](按圖像幻燈片類別顯示。)
自動撥放:[bdt_gallery.slider autoplay=”true”](設置是否自動撥放。值為「true」或「false」)
功能包括:
手機觸摸輪播
支援Responsive
簡碼[bdt_gallery.slider]
用於在網站標題中放置圖像幻燈片的PHP代碼 <div class="headerslider"> <?php echo do_shortcode('[bdt_gallery.slider]'); ?></div>
在您的頁面中使用Banner Display縮略圖的簡碼[bdt_gallery.slider]
易於配置
可平滑地集成到任何主題中
用於自訂的CSS和JS文件
外掛標籤
開發者團隊
原文外掛簡介
This plugin add a Responsive Banner Display Thumbnail in your website. Also you can add Responsive Banner Display Thumbnail page and mobile touch slider in to your wordpress website.
View DEMO for additional information.
Installation help and support
The plugin adds a “Responsive Banner Display Thumbnail” 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 Display Thumbnail inside your page with following shortcode
[bdt_gallery.slider]
Display Banner Display Thumbnail catagroies wise :
[bdt_gallery.slider cat_id=”cat_id”]
You can find this under “Banner Display Thumbnail-> Gallery Category”.
Complete shortcode is
[bdt_gallery.slider cat_id="9" autoplay="true"]
Parameters are :
limit : [bdt_gallery.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 : [bdt_gallery.slider cat_id=”2″] (Display Image slider catagroies wise.)
autoplay : [bdt_gallery.slider autoplay=”true”] (Set autoplay or not. value is “true” OR “false”)
Features include:
Mobile touch slide
Responsive
Shortcode [bdt_gallery.slider]
Php code for place image slider into your website header
Banner Display Thumbnail inside your page with following shortcode [bdt_gallery.slider]
Easy to configure
Smoothly integrates into any theme
CSS and JS file for custmization
