
终极智能滑块 WordPress的
这是一个插件,用于扫描 WordPress 中包含图像的文件夹并创建包含图像的滑块。您只需将图像拖放到该文件夹中即可,只需将短代码放在要显示滑块的位置即可:
[smartSlider]
特征:
- 图像的 40 种过渡效果
- 11 字幕的过渡效果
- CSS3 转换
- 缩略 图
- 可配置的 WordPress 管理页面
- 大量选择
- 响应
- 滑动支持
- 每页多个滑块
- 键盘导航
- 可通过 CSS 进行定制
- 支持图像名称中的任何 HTML(用于标题)
您想手动添加图像吗?
如果您的图像在另一台服务器中,或者您只想手动添加它们,只需将目录参数设置为 none 并将它们添加到短代码中,如下所示:
[smartSlider directory="none"] <img src='url.png' data-effect='boxesDiagonal' data-captioneffect='fade' data-caption="hi there" /> <img src='url.png' data-effect='boxesDiagonal' data-captioneffect='fade' data-caption="hi there" /> <img src='url.png' data-effect='boxesDiagonal' data-captioneffect='fade' data-caption="hi there" /> [/smartSlider]
您还需要手动指定图像和标题的过渡效果。
您是否希望滑块从文件夹中读取图像并手动添加一些图像?
然后只需手动添加几张图像,它就会读取图像文件夹(在管理页面中指定)以及您添加到短代码中的几张图像。
例如:
[smartSlider] <img src='url.png' data-effect='boxesDiagonal' data-captioneffect='fade' data-caption="hi there" /> <img src='url.png' data-effect='boxesDiagonal' data-captioneffect='fade' data-caption="hi there" /> <img src='url.png' data-effect='boxesDiagonal' data-captioneffect='fade' data-caption="hi there" /> [/smartSlider]
您想要在 WP 中使用多个滑块吗?
您可以使用一些参数自定义单个滑块,以下是所有可用的参数:
[smartSlider directory="images2" effects="boxesDiagonal,zoomOut" caption="fade,zoomOut" theme="theme2"]
原文链接:https://www.hrdweb.com/53020.html,转载请注明出处~~~
评论0