內容簡介
這個外掛會將所選擇的 NextGen 圖庫中的圖片顯示為幻燈片。
可以選擇將內容插入到想要的文章或通過顯示功能將幻燈片放置在網站中選定的位置
有一個管理面板,可以按照您的意願設置幻燈片選項
- 效果、速度、尺寸等等。請參見屏幕截圖。
您可以在我們網站的首頁標題中看到演示
以下外掛是必需的:NextGen Gallery
使用方法
在管理面板中生成所需設置的代碼,
您必須將代碼復制並粘貼到所需位置的文章內容中,請參見屏幕截圖。
在管理面板中生成所需設置的代碼,您必須複製代碼並分配它
到一個變量中,以便呼叫過濾器函數
示例:將代碼插入到頁面代碼中選定的位置
$cont=” [flexoslider GalleryID=’1′ effect=’random’ animSpeed=’1000′ pauseTime=’1000′ width=’930′ height=’260′ img_link =’true’ img_title =’true’ img_nav =’false’ max_br =’2′ order =’random’ pause =’false’ nav_arrow =’true’]”;
echo flexoslider::filter($cont); ?>
外掛標籤
開發者團隊
原文外掛簡介
This plugin displays the pictures from the selected NextGen gallery as a slider.
There is an option to insert the content into desired post or by display function
to put the slider to the chosen location in your site
There is admin panel, which allows you to set the slider option as you wish
– the effect, speed, size, etc. See at Screenshots .
You can see demo in the header of homepage in our website
the following plugins are required: NextGen Gallery
How to use
Generate a code with the desired settings in the admin panel,
you must copy and paste the code in the desired location in the content of the post see Screenshots.
Generate a code with the desired settings in the admin panel, you must copy the code and assign it
to a variable which with to call the filter function
Example: insert the code to the chosen location in to the page code
$cont=” [flexoslider GalleryID=’1′ effect=’random’ animSpeed=’1000′ pauseTime=’1000′ width=’930′ height=’260′ img_link =’true’ img_title =’true’ img_nav =’false’ max_br =’2′ order =’random’ pause =’false’ nav_arrow =’true’]”;
echo flexoslider::filter($cont); ?>
