內容簡介
該外掛可在您的網站中添加響應式文章相冊滑動器。同時,您還可以在 WordPress 網站中添加響應式文章相冊滑動器頁面和移動端觸控滑動器。
查看演示以獲取更多信息。
安裝幫助和支持
該外掛在您的管理菜單中添加了“響應式文章相冊滑動器”選項卡,允許您像添加常規文章一樣輸入圖片標題、內容、鏈接和圖片項目。
要使用此外掛,只需將以下代碼複製並貼上到您的 header.php 文件或模板文件中。
您還可以使用以下短碼在您的頁面中使用此文章相冊滑動器
[sp_article.gallery]
按類別顯示文章相冊滑動器:
[sp_article.gallery cat_id=”cat_id”]
您可以在“文章相冊滑動器->相冊類別”中找到它。
完整的短碼是
[sp_article.gallery cat_id="9" width="400" autoplay_interval="3000"]
參數如下:
limit:[sp_article.gallery limit=”-1″](限制在同一時間顯示的圖片數量。默認為“-1”,即全部圖片。例如,如果您只想顯示5張圖片,則將限制設置為 limit=”5”)
cat_id:[sp_article.gallery cat_id=”2″](按相冊類別顯示圖片滑動器。)
width:[sp_article.gallery width=”400″](是否设置寬度。值為數字或百分比)
autoplay_interval:[sp_article.gallery width=”400″ autoplay_interval=”3000″](設置自動播放間隔)
items:[sp_article.gallery items=”4″](設置您想要顯示的滑動器數量)
功能包括:
移動端觸控滑動
響應式
短碼[sp_article.gallery]
用於將圖片滑動器放置到您的網站標頭的 PHP 代碼:<div class="headerslider"> <?php echo do_shortcode('[sp_article.gallery]'); ?></div>
在頁面中使用文章相冊滑動器的簡單方法
易於配置
平滑集成到任何佈景主題中
用於自定義的 CSS 和 JS 文件
外掛標籤
開發者團隊
原文外掛簡介
This plugin add a Responsive Article Gallery Slider in your website. Also you can add Responsive Article Gallery Slider page and mobile touch slider in to your wordpress website.
View DEMO for additional information.
Installation help and support
The plugin adds a “Responsive Article Gallery 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 Article Gallery Slider inside your page with following shortcode
[sp_article.gallery]
Display Article Gallery Slider catagroies wise :
[sp_article.gallery cat_id=”cat_id”]
You can find this under “Article Gallery Slider-> Gallery Category”.
Complete shortcode is
[sp_article.gallery cat_id="9" width="400" autoplay_interval="3000"]
Parameters are :
limit : [sp_article.gallery 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 : [sp_article.gallery cat_id=”2″] (Display Image slider catagroies wise.)
width : [sp_article.gallery width=”400″] (Set width or not. value is number OR percentage)
autoplay_interval : [sp_article.gallery width=”400″ autoplay_interval=”3000″] (Set autoplay interval)
items : [sp_article.gallery items=”4″] (Set slider number that you want to display)
Features include:
Mobile touch slide
Responsive
Shortcode [sp_article.gallery]
Php code for place image slider into your website header
Article Gallery Slider inside your page with following shortcode [sp_article.gallery]
Easy to configure
Smoothly integrates into any theme
CSS and JS file for custmization
