Linux 软件免费装
Banner图

Slideshow Gallery LITE

开发者 contrid
更新时间 2024年5月8日 22:00
捐献地址: 去捐款
PHP版本: 3.1 及以上
WordPress版本: 6.5.2

标签

gallery image gallery javascript slideshow slides javascript slideshow slideshow gallery images content gallery wordpress plugins wordpress slideshow gallery featured content

下载

1.4 1.4.4.2 1.4.4.3 1.4.5 1.1 1.2.2 1.2.2.1 1.2.3 1.2.3.2 1.3 1.3.1 1.4.1 1.4.2 1.4.3 1.4.4 1.4.4.1 1.6.11 1.7.4.2 1.7.6 1.7.9 1.0 1.7.7 1.4.6 1.4.7 1.4.8 1.5 1.5.1 1.5.2 1.5.3 1.5.3.4 1.6 1.6.1 1.6.10 1.6.12 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.6.1 1.6.7 1.6.7.1 1.6.8 1.0.3 1.5.3.2 1.5.3.3 1.6.9 1.7.2 1.7.4 1.7.4.3 1.7.3 1.7.4.4 1.0.4 1.7.5 1.0.5 1.1.1 1.2 1.2.1 1.4.9 1.7.4.1

详情介绍:

Feature content in beautiful and fast JavaScript powered slideshow gallery showcases on your WordPress website. You can easily display multiple galleries throughout your WordPress website displaying your custom added slides, slide galleries or showing slides from WordPress posts/pages. The slideshow is flexible, all aspects can easily be configured and embedding/hardcoding the slideshow gallery is a breeze. See the online demonstration. Here are several ways to display a slideshow: Shortcode for all slides To embed a slideshow with all slides under Slideshow > Manage Slides in the plugin, simply insert the shortcode below into the content of a post/page. [tribulant_slideshow] Shortcode for featured posts You can create a slideshow from featured posts, each post being a slide and it's featured image used as the slide image. The link of the slide will be the link of the post so clicking on the slide will take users to that post. Here is a sample shortcode that you can use for this: [tribulant_slideshow featured="true" featurednumber="10" featuredtype="post"] Shortcode for a gallery's slides To embed a slideshow with slides from a specific gallery under Slideshow > Manage Galleries in the plugin, simply insert the shortcode below (where X is the ID value of the gallery) into the content of a post/page. [tribulant_slideshow gallery_id="X"] Shortcode for the images of a WordPress post/page To embed a slideshow with the images uploaded to a WordPress post/page through it's media gallery, simply insert the shortcode below (where X is the ID value of the post). Whether you want to display the images from a post or a page, the parameter remains post_id. [tribulant_slideshow post_id="X"] Shortcode for latest/featured products In order to display latest or featured products in a slideshow, you need the Shopping Cart plugin from Tribulant. Once you have this installed and activated, you can easily display recent or featured products. To display recent products use the shortcode below. [tribulant_slideshow products="latest"] And to display featured products, use the one below. [tribulant_slideshow products="featured"] For both, you can use the productsnumber parameter to limit the number of products eg. [tribulant_slideshow products="latest" productsnumber="5"] Hardcode into any plugin/theme with PHP To hardcode into any PHP file of your WordPress theme, simply use <?php if (function_exists('slideshow')) { slideshow($output = true, $gallery_id = false, $post_id = false, $params = array()); } ?>. Parameters for shortcode/hardcode to customize each slideshow You can use any of the following parameters with both the hardcoding and shortcode to customize each slideshow gallery: Shortcode example 1: [tribulant_slideshow layout="responsive" gallery_id="3" auto="true" navopacity="0" showthumbs="true"] Shortcode example 2: [tribulant_slideshow layout="specific" post_id="379" width="600" height="300" auto="false" showinfo="false"] Hardcode example 1: <?php slideshow(true, 3, false, array('layout' => "responsive", 'auto' => "true", 'navopacity' => "0", 'showthumbs' => "true")); ?> Hardcode example 2: <?php slideshow(true, false, 379, array('layout' => "specific", 'width' => "600", 'height' => "300", 'auto' => "false", 'showinfo' => "false")); ?> This way you can customize each slideshow you embed or hardcode, despite the settings you saved under Slideshow > Settings. Languages Thank you to these wonderful people who contributed to translating the Slideshow Gallery plugin: Contact us to submit your language file and be mentioned here!

安装:

Installing the WordPress slideshow gallery plugin is very easy. Simply follow the steps below.
  1. In WordPress, navigate to Plugins > Add New and upload it there (or search and install it there), and then skip to step 6. Or, for manual installation, extract the package to obtain the slideshow-gallery folder and continue below.
  2. Upload the slideshow-gallery folder to the /wp-content/plugins/ directory.
  3. Activate the plugin through the 'Plugins' menu in WordPress.
  4. Configure the settings according to your needs through the Slideshow > Settings menu.
  5. Add and manage your slides in the 'Slideshow' section.
  6. Use [tribulant_slideshow post_id="X"] to embed a slideshow with the images of a post into your posts/pages or use [tribulant_slideshow gallery_id="X"] to display the slides of a specific gallery by ID or use [tribulant_slideshow] to embed a slideshow with your custom added slides under Slideshow > Manage Slides or <?php if (function_exists('slideshow')) { slideshow($output = true, $gallery_id = false, $post_id = false, $params = array()); } ?> into your WordPress theme using PHP code.

屏幕截图:

  • Slideshow gallery with thumbnails turned OFF.
  • Slideshow gallery with thumbnails at the top.
  • Different styles/colors.
  • TinyMCE editor button to insert shortcodes.
  • Turn on Thickbox to show enlarged images in an overlay.

常见问题:

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

Yes, you can and you can add multiple slideshows on the same page as well.

How can I display specific slides in a slideshow gallery instance?

You can organize slides either into multiple galleries according to your needs or you can upload images to WordPress posts and display the images uploaded to a post.

How do I display the images uploaded to a post?

You can embed a slideshow and show the images uploaded to a post with the post_id parameter. Like this [tribulant_slideshow post_id="123"].

Can I exclude certain images from a post in the slideshow?

Yes, you can use the exclude parameter to exclude post images by their order in the gallery (comma separated) like this [tribulant_slideshow post_id="123" exclude="2,4,8"].

How can I fix slide images or thumbnails not displaying?

There is an "Images Tester" utility under Slideshow > Settings on the right-hand side. Use that to determine the problem.

更新日志:

1.7.9 1.7.8 1.7.7 1.7.6 1.7.5 1.7.4.4 1.7.4.3 1.7.4.2 1.7.4.1 1.7.4 1.7.3 1.7.2 1.7.1 1.7 1.6.15 1.6.14 1.6.13 1.6.12 1.6.11 1.6.10 1.6.9 1.6.8 1.6.7 1.6.6 1.6.5 1.6.4 1.6.3 1.6.2 1.6.1 1.6 1.5.3.4 1.5.3.2 1.5.3 1.5.2 1.5.1 1.5 1.4.9 1.4.8 1.4.7 1.4.6 1.4.5 1.4.4.3 1.4.4.2 1.4.4.1 1.4.4 1.4.3 1.4.2 1.4.1 1.4 1.3.1.3 1.3.1.2 1.3.1 1.3 1.2.3.2 1.2.2.1 1.2.2 1.2.1 1.2 1.1 1.0.4 1.0.4 1.0.3 1.0