Linux 软件免费装
Banner图

Combo Slideshow

开发者 3dolab
更新时间 2016年2月5日 04:14
捐献地址: 去捐款
PHP版本: 2.8 及以上
WordPress版本: 4.4.2

标签

image gallery javascript slideshow slider slides slideshow gallery content jquery mootools showcase highlight slide show combo nivo nivo slider post_types

下载

1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.91 1.92

详情介绍:

Combo Slideshow is a photo and image viewing mash-up plugin that integrates the features of the acclaimed jQuery based javascript slideshow Nivo Slider with multiple settings, transition effects and a compatible fallback to the MooTools framework for older or outdated setups. It works natively in conjunction with the WordPress media library. Enjoy: Plugin Homepage: http://www.3dolab.net/en/combo-slideshow/ Running Demo banner image by batintherain icon by fdecomite

安装:

Manual Installation:
  1. Extract the package to obtain the combo-slideshow folder
  2. Upload the combo-slideshow folder to the /wp-content/plugins/ directory
  3. 通过WordPress的的“Plugins”菜单激活插件
  4. Configure the settings according to your needs through the 'Slideshow' > 'Settings' menu
  5. Add and manage your slides in the 'Slideshow' section (or just use the built in wordpress gallery)
  6. Put the shortcode [slideshow post_id="X" exclude="" caption="on/off"] to embed a slideshow with the images of a post into your posts/pages or use [slideshow custom=1] to embed a slideshow with your custom added slides or <?php if (class_exists('CMBSLD_Gallery')) { $CMBSLD_Gallery = new CMBSLD_Gallery(); $CMBSLD_Gallery -> slideshow($output = true, $post_id = null); }; ?> into your WordPress theme
  7. Please take care when updating from versions older than 1.7: due to the new slide administration system, any custom slideshow created with previous versions of the plugin will not work and won't even be shown

屏幕截图:

  • the slideshow in action on a default Twenty Fourteen theme
  • the Admin Settings page

其他记录:

Additional Parameter Info [slideshow] shortcode & $CMBSLD_Gallery -> slideshow() $CMBSLD_Gallery -> show_combo_slider()

常见问题:

Can I display/embed multiple instances of the slideshow gallery?

Yes, you can: summon each instance anywhere with the appropriate shortcode or manual function.

How Can I auto insert a blog posts (or custom) slideshow in my home or single post/page?

Enable it in the plugin settings and make sure that a post thumbnail is set in each post. Auto-insertion features may not work if standard functions are not supported by the theme in use or plugins such as e-commerce, etc...

How Can I insert a custom slideshow in my content?

First create a new Slideshow and add images to the media gallery. Use the shortcode or the manual function with the custom parameter set accordingly. Please note that images have to be uploaded from this screen, in order to be associated as "attachments" of the slideshow object / custom post type. The Content Editor is actually useless except for the Add Media button, or if you ever like to somehow extract it (e.g. slideshow of slideshows post type).

What if I only want captions on some of my pages

Set your default captions to off; for any slideshow you put on your page use [slideshow caption="on"]

What if my configuration isn't showing up?

You're most likely not running PHP5. Talk to your host to upgrade or switch your hosting provider. PHP5 is eleventy years old.

How do I find the numbers to exclude (or include)?

Not as easy as it used to be! Go into the Media Library. Choose an image you want to exclude and click on it and notice your address bar: "/wp-admin/media.php?action=edit&attachment_id=353". Therefore, [slideshow exclude=353]

My thumbnails aren't scrolling, what's up?

Make sure you have at least 6 thumbnails for that to work properly. Otherwise thumbnails are probably not necessary.

How do I change the color to the left and right of my images in the slideshow?

In /views/default/gallery.php find this line: slideshow.letterbox = "#000"; Change #000 to #FFF for white, or any other hex color code.

How can I achieve a liquid layout?

First of all disable the built-in width & height crop adjustment in the settings, and then simply apply the "width:100%" rule in your stylesheet using both the ".ngslideshow.nivoSlider" classes: it will override the default fixed width

更新日志:

1.92 (2016.02.04) 1.91 (2015.03.05) 1.9 (2014.11.22) 1.8 (2013.12.03) 1.7 (2013.06.18) 1.6 (2013.02.15) 1.5 (2013.02.02) 1.4 (2011.09.30) 1.3 (2011.09.30) 1.2 (2011.08.13) 1.1 (2011.07.28) 1.0 (2011.07.12)