Slideshow Gallery LITE

Description

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:
“responsive”, ‘auto’ => “true”, ‘navopacity’ => “0”, ‘showthumbs’ => “true”)); ?>

Hardcode example 2:
“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.

  • effect [ fade | slide ] = Choose the transition effect of the slideshow. Either fade or slide
  • slide_direction [ lr | tb ] = If you’re using slide for the effect, you can choose left/right or top/bottom sliding
  • easing [ swing ] = Choose the easing effect you’d like. The default is swing
  • products [ latest | featured ] = String “latest” or “featured” to display products from the Checkout plugin.
  • productsnumber [ productsnumber ] = Numeric/integer to limit the number of products to display.
  • featured [ true | false ] = Show posts with their featured images
  • featurednumber [ number ] = A numeric/integer value. The default is 10
  • featuredtype [ post_type ] = A post type slug like ‘post’, ‘page’, etc. The default is ‘post’
  • gallery_id [ gallery_id ] = Numeric/integer ID of a gallery to display images from.
  • post_id [ post_id ] = Numeric/integer ID of a post to take images from it, uploaded through it’s “Add Media” button.
  • numberposts [ numberposts ] = Numeric value of the number of images to take from the post/page. “-1” for unlimited/all
  • layout [ responsive | specific ] = Set to ‘responsive’ for mobile/tablet compatible theme and ‘specific’ for fixed width/height.
  • resizeimages [ true | false ] = Set to ‘true’ to resize images to fit the slideshow dimensions.
  • imagesoverlay [ true | false ] (default: setting) = Set to ‘true’ to display links of slides that are images in a Colorbox overlay on the page.
  • orderby [ random ] = Set to ‘random’ to randomly order the slides. Leave this shortcode parameter to order by the order set on the slides.
  • width [ width | auto ] = (only with layout=”specific”) Width of the slideshow in pixels. Don’t specify ‘px’ part, just the numeric value for the height.
  • resheight [ resheight ] = (only with layout=”responsive”) Numeric/integer value such as “30” to be used with ‘resheighttype’ below
  • `resheighttype [ resheighttype ] = (only with layout=”responsive”) “px” (pixels) or “%” (percent) as the value e.g., resheighttype=”%”
  • height [ height ] (only with layout=”specific”; default: setting) = Height of the slideshow in pixels. Don’t specify the ‘px’ part, just the numeric value for the height.
  • autoheight [ true | false ] = Should the gallery adjust it’s height for each slide?
  • auto [ true | false ] (default: setting) = Set this to ‘true’ to automatically slide the slides in the slideshow.
  • autospeed [ speed ] (default: setting) = Speed of the auto sliding. 10 is normal. Lower number is faster. Between 5 and 15 is recommended.
  • fadespeed [ speed ] (default: setting) = Speed of the fading of images. 10 is normal. Lower number is faster. Between 1 and 20 is recommended.
  • shownav [ true | false ] (default: setting) = Set to ‘true’ to show the next/previous image navigation buttons.
  • navopacity [ opacity ] (default: setting) = The opacity of the next/previous buttons. Between 0 and 100 with 0 being transparent and 100 being fully opaque.
  • navhoveropacity [ opacity ] (default: setting) = The opacity of the next/previous buttons on hovering. Between 0 and 100 with 0 being transparent and 100 being fully opaque.
  • showinfo [ true | false ] (default: setting) = Set to ‘true’ to show the information bar for each slide.
  • infospeed [ speed ] (default: setting) = Speed at which the information bar will slide up. Between 5 and 15 is recommended.
  • showthumbs [ true | false ] (default: setting) = Set to ‘true’ to show the thumbnails for the slides.
  • thumbsposition [ top | bottom ] (default: setting) = Set to “top” to show above the slideshow.
  • thumbsborder [ hexidecimal color ] (default: setting) = Hex color of the active thumb border. For example #333333.
  • thumbsspeed [ speed> ] (default: setting) = Speed of the thumbnail bar scrolling. Lower is slower. Between 1 and 20 is recommended.
  • thumbsspacing [ spacing ] (default: setting) = An integer value in pixels to space the thumbnails apart. Don’t include the ‘px’ part, just the number. Between 0 and 10 is recommended.

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!

Screenshots

  • Slideshow gallery with thumbnails at the bottom.
  • 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.

Installation

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.

FAQ

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.

Reviews

March 30, 2023 2 replies
Greate plugin, got some security though
Read all 742 reviews

Contributors & Developers

“Slideshow Gallery LITE” is open source software. The following people have contributed to this plugin.

Contributors

“Slideshow Gallery LITE” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Slideshow Gallery LITE” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

See all releases and full changelogs in our docs.

1.8.4

  • ADD: “Dismiss forever” button on the admin area rating notice to dismiss it forever.
  • FIX: Order slides by random (orderby=”random”) was not working.
  • FIX: XSS vulnerability.

1.8.3

  • IMPROVE: PHP 8.2 and 8.3 compatibility.
  • FIX: Cannot order slides after previous vulnerability fix.

1.8.2

  • FIX: Vulnerability SQL injection on shortcode gallery.

1.8.1

  • FIX: Saving slides and galleries that are multilingual don’t save the title and description.
  • FIX: Disabling direct access to plugin log file using htaccess rules added on plugin activation.

1.8

  • FIX: Security improvements and fixes.

1.7.9

  • IMPROVE: Added back the serial key to the plugin action links.
  • FIX: Bug in select all in group checkboxes.
  • FIX: Responsive issue, report and fix suggestion by Jules.
  • FIX: Vulnerability issue with gallery ID.
  • FIX: CSRF vulnerability issue with reset settings and check DB.

1.7.8

  • FIX: Compatibility with FSE (Full Site Editing).

1.7.7

  • FIX: Unwanted code displayed below the slider because of an older IE6 fix.
  • FIX: Search result in plugins showed a warning.
  • FIX: Security updates.

1.7.6

  • IMPROVE: Disabled error handler as it was causing issues needlessly. WordPress error logging is sufficient.
  • IMPROVE: PHP 8 and 8.1 compatibility.
  • FIX: Some PHP warnings and errors that were causing problems.

1.7.5

  • FIX: Null safe checker is added to some places.

1.7.4.4

  • FIX: Multiple slideshows error on a page/post.

1.7.4.3

  • IMPROVE: Various security fixes.
  • IMPROVE: Removed unneeded libraries.

1.7.4.2

  • IMPROVE: Various security fixes.

1.7.4.1

  • IMPROVE: Various security updates.
  • IMPORTANT: Due to required changes by www.remarpro.com and us hosting this free plugin here with them, we were unfortunately required to remove the ability to use translation plugins with this free lite version. This still works in our premium version and you can purchase that on our Tribulant website. The premium version will also get more features in the future. We apologise for the inconvenience.

1.7.4

  • FIX: XSS vulnerability issue.

1.7.3

  • IMPROVE: Removed update checker.

1.7.2

  • IMPROVE: Removed serial key management for this free version. To manage the serial key and get access to all the features, you can purchase and use the paid version of this plugin.

1.7.1

  • FIX: Colorbox updates and fixes.

1.7

  • FIX: Error handler.
  • FIX: Undefined $_SERVER variable indexes, while executing WP Cron.
  • FIX: PHP Errors and Notices fixes for current and future versions of PHP.

1.6.15

  • FIX: Additional errors related to errorhandler.php.

1.6.14

  • FIX: Errors related to errorhandler.php.
  • FIX: Errors in recent PHP versions.
  • FIX: Incompatibility with the Avada theme and potentially other WordPress themes.

1.6.13

  • FIX: Undefined variable and other errors.

1.6.12

  • ADD: infoheadingcontent attribute on shortcode
  • IMPROVE: Preload slideshow images on page load
  • IMPROVE: Security fixes and improvements
  • IMPROVE: About page update with new layout
  • FIX: Debugging setting affects debugging on WordPress globally

1.6.11

  • ADD: Variable buttons when saving multiple slides for Alt, Caption, etc.
  • ADD: Polylang multilingual integration
  • ADD: WPGlobus multilingual integration
  • IMPROVE: Make Select2 select drop downs accessible by screen readers
  • IMPROVE: Make Colorbox translatable
  • FIX: Expired slides are showing up in the ordering screen
  • FIX: Apostrophe in gallery title/name won’t save

1.6.10

  • ADD: WordPress 5+ compatibility

1.6.9

  • ADD: Search box in admin sections to find slides and galleries
  • IMPROVE: ALT attributes on slide images
  • IMPROVE: Change “Configuration” to “Settings” throughout
  • IMPROVE: https:// to https://
  • FIX: Possible XSS and SQLi vulnerability
  • FIX: Media library loading very slowly
  • FIX: Buttons/icons not showing in some browsers like FireFox
  • FIX: Serial key overlay not showing correctly

1.6.8

  • ADD: Set an expiry date on a slide
  • ADD: Use WP_List_Table for proper, responsive tables in admin
  • IMPROVE: Static textdomain for easier translation
  • IMPROVE: Update WP Color Picker
  • IMPROVE: https:// to https://
  • IMPROVE: hange INPUT to BUTTON element in several places
  • IMPROVE: Prevent conflict with outdated Select2 versions from other plugins
  • FIX: Jetpack Lazy Load causes problems with slides
  • FIX: url() function sometimes breaks plugin path
  • FIX: Use link on slide confusion and not opening
  • FIX: Apostrophe in gallery title/name won’t save
  • FIX: “No slides are available” due to getimagesize() not supported

1.6.7

  • ADD: Compatibility with WordPress 4.8+
  • ADD: Display slideshow images inside RSS feeds
  • FIX: Blank/empty slide breaks slideshow
  • FIX: Woocommerce loads outdated version of Select2, conflicts
  • FIX: Conflict with Select2 of Yoast SEO

1.6.6

  • IMPROVE: Check for missing media/attachment records
  • IMPROVE: ALT attributes on slide images
  • FIX: Arrows on thumbnails slider misaligned on some themes
  • FIX: Thumbnail dimensions incorrect on media image slides
  • FIX: Possible XSS vulnerability (credit: www.defensecode.com)
  • FIX: PHP deprecated class constructors cause warning message
  • FIX: Slideshow doesn’t show in posts/pages loaded with Ajax

1.6.5

  • IMPROVE: Use attachment full URL if ‘thumbnail’ size is not available when adding slides
  • IMPROVE: Change deprecated jQuery live() to on()
  • IMPROVE: Colorbox upgrade to 1.6.4
  • IMPROVE: Review SSL/https
  • IMPROVE: Updated welcome/about page
  • IMPROVE: New, improved object cache system
  • FIX: Security, possible XSS on CSS parameters
  • FIX: Missing FontAwesome font files in admin area
  • FIX: Fatal error: Call to a member function image_path() on a non-object
  • FIX: Colorbox when you have Multiple Galleries

1.6.4

  • ADD: Full retina/high definition compatibility
  • ADD: Setting to hide thumbnails bar on mobile
  • ADD: Show thumbnails in order list for slides
  • ADD: Information Bar position
  • ADD: Show info bar only on hover
  • ADD: Fade the information bar after a few seconds
  • IMPROVE: Remove auto slide on slideshow with single image
  • IMPROVE: CSS Selectors Resize images setting for responsive slideshows as well
  • IMPROVE: Ensure that autoheight always works even with responsive height set
  • IMPROVE: Generate images/thumbnails on remote URLs as well
  • IMPROVE: Compatibility with new PHP OOP such as PHP7
  • FIX: Paging broken in admin sections, database error

1.6.3

  • IMPROVE: Allow html in description of slides
  • IMPROVE: Set line-height on icons
  • IMPROVE: Auto hide thumbnails bar if only one image/slide
  • IMPROVE: Featured posts in TinyMCE button/icon dialog
  • IMPROVE: No items tables in admin sections
  • FIX: Changing paths causes media uploaded slides thumbnails to break
  • FIX: Prev an Next buttons not showing in some browsers (Firefox)
  • FIX: Update issue
  • FIX: Image overlay (Colorbox) close icon not working in some browsers (FireFox)
  • FIX: Overflow of thumbnails slider with very narrow slideshow
  • FIX: Next & Prev arrows not showing in Colorbox overlay
  • FIX: Slideshow is sliding with only one slide/image available
  • FIX: Possible security vulnerability with malicious strings in slides/galleries

1.6.2

  • ADD: (PRO) jQuery UI effects – Blind, Clip, Explode, Puff, Pulsate, Shake, etc.
  • ADD: (PRO) jQuery easing effects
  • ADD: (PRO) Excerpt length and more settings for featured posts in slideshow
  • ADD: (PRO) Touch/mobile swipe gestures support
  • ADD: (PRO) Set a delay on the information bar
  • ADD: (PRO) WPML multilingual support
  • ADD: (PRO) qTranslate X multilingual support
  • FIX: Do not load any resources from remote sources
  • FIX: Removed all limitations/restrictions on galleries and slides

1.6.1

  • IMPROVE: Featured posts in TinyMCE button/icon dialog
  • IMPROVE: No items tables in admin sections
  • FIX: Possible security vulnerability with malicious strings in slides/galleries

1.6

  • ADD: Assign/set/remove galleries bulk action for slides in admin
  • ADD: “Per Page” setting in admin sections
  • ADD: Max height setting for auto height
  • IMPROVE: Upgrade Colorbox and load from CDN
  • IMPROVE: WordPress 4.4 headings changes compatibility
  • IMPROVE: Headings in admin settings for easier settings
  • IMPROVE: Use post_id=”X” to pull current post/page ID automatically
  • IMPROVE: Make sure links in information bar is the same colour as information text
  • IMPROVE: WordPress configured date format in admin sections for dates
  • IMPROVE: Select2 drop downs in admin sections
  • IMPROVE: Performance improvements with PHP class autoload
  • IMPROVE: Remove wp_head/wp_footer checks
  • IMPROVE: Check that slide ‘type’ database field is present
  • FIX: Featured posts featuredtype parameter ineffective
  • FIX: “Submit Serial Key” permission/access error
  • FIX: Sorting of slides within gallery in admin not working
  • FIX: Possible XSS security issues
  • FIX: HTML validation errors
  • FIX: Specify URL slides not always pulling image correctly
  • FIX: Specify URL “File type is not allowed…”
  • FIX: Colorbox images wrong path (404 Not Found)
  • FIX: Information bar not showing excerpt of post correctly
  • FIX: Post/page media images description not showing in info bar
  • FIX: Thumbnails don’t show on some browsers (Android, Opera, Safari, etc)

1.5.3.4

  • ADD: FontAwesome icons throughout
  • IMPROVE: Improved error handling on multiple slides adding
  • IMPROVE: Minimalistic Colorbox design
  • IMPROVE: Remove dashicons and fonts completely
  • IMPROVE: New WordPress 4.3 check-column styling
  • FIX: Some notices/errors showing raw HTML code
  • FIX: Vulnerability/security issues

1.5.3.2

  • IMPROVE: Prevent plugin files from being accessed directly for security
  • IMPROVE: Check file mime and type of image URL on slide for security
  • IMPROVE: Validate, sanitize and escape data for security purposes
  • IMPROVE: Implement WordPress nonces throughout for security
  • FIX: CSS and JS files don’t work with child theme folder
  • FIX: Setting to only hide title
  • FIX: Multiple slideshows, overlay shows all images
  • FIX: Broken permissions page when paging gallery

1.5.3

  • FIX: Link not showing with auto height on
  • FIX: Dots (.) in image filenames break images/slides
  • FIX: Multiple loading/spinning images

1.5.2

  • ADD: Navigate between images in overlay
  • IMPROVE: Ability to hide wp_head/wp_footer notifications in admin
  • IMPROVE: HTML validation
  • IMPROVE: WordPress 4.1 compatibility
  • FIX: Remove unnecessary flush()

1.5.1

  • ADD: Setting to output Javascript per slideshow or globally in footer
  • ADD: Detection of wp_head/wp_footer functions in theme which are required
  • ADD: Left/right and top/bottom sliding effect
  • ADD: Effect/transition setting to choose between fade/slide
  • IMPROVE: Open featured posts slides in the same window
  • IMPROVE: Make prev/next buttons/elements unselectable
  • IMPROVE: Animation for auto height of images
  • IMPROVE: Cross-fading of images for a better effect
  • IMPROVE: Image fade speed setting up to 50
  • IMPROVE: New, improved paging in admin sections
  • FIX: Slide ‘type’ database column/field not created or updated to support media
  • FIX: Fix drag/drop sorting open- and closed hand cursors
  • FIX: Erratic timing between slides
  • FIX: Auto height setting doesn’t work on fixed layout slideshow

1.5

  • ADD: Add multiple slides at once from the media gallery/uploader
  • ADD: “Check/optimize database tables” feature under settings
  • ADD: Load external language files from wp-content/languages/slideshow-gallery/
  • ADD: “Continue editing” checkboxes in admin sections
  • ADD: Indexes on MySQL database tables for performance
  • ADD: Use media library for slides
  • IMPROVE: Improvements to load_plugin_textdomain()
  • IMPROVE: Blank index.php file to prevent indexing/crawling of plugin files/folders
  • IMPROVE: Replace all ‘slideshow-gallery’ string instances dynamically
  • IMPROVE: New help tooltip design
  • IMPROVE: Move Javascript out of shortcode into head
  • IMPROVE: Add text to arrow buttons

1.4.9

  • ADD: ‘numberposts’ shortcode attribute for post/page images as slides
  • ADD: Notice to rate/review the plugin
  • IMPROVE: Moved some files from plugin core to /assets/ folder
  • FIX: Post/page images gallery only shows 10 slides, no more
  • FIX: Extra space after thumbnails in thumbnail strip

1.4.8

  • ADD: WordPress 4.0 compatibility
  • FIX: Post/page images slideshow order broken
  • FIX: Hide information bar on mobile checkbox resets to on

1.4.7

  • ADD: Recommended plugin under settings
  • IMPROVE: TimThumb absolute URLs to prevent permission problems
  • IMPROVE: Allow long filenames for custom slides
  • IMPROVE: Replace direct Ajax calls with wp_ajax_
  • IMPROVE: Prefill the post ID in the TinyMCE dialog with ID of current post
  • FIX: Spaces in filenames uploaded to post/page breaks images
  • FIX: Remove all wp-config.php and wp-load.php references
  • FIX: Possible shell exploit by uploading PHP file as slide
  • FIX: Colorbox script should only load with this featured turned on
  • FIX: Thumbnails On/Off setting doesn’t work

1.4.6

  • ADD: Featured content. Display a slide for each post with it’s featured image
  • ADD: Auto height setting to adjust height for each slide
  • IMPROVE: (m)qTranslate compatibility for post images and featured posts
  • IMPROVE: Change direct Ajax calls to wp_ajax_ hooks
  • FIX: Slideshow inside float:left; element breaks height
  • FIX: Information bar not showing on post/pages images slides

1.4.5

  • ADD: Welcome/about screen on update
  • ADD: Child theme folder support
  • ADD: Multilingual with (m)qTranslate
  • IMPROVE: New style for sliders in settings
  • IMPROVE: Deprecated: Function split() is deprecated
  • IMPROVE: Deprecated: Function eregi() is deprecated
  • FIX: Uppercase file extensions
  • FIX: Image overlay/enlargement only works with no thumbnails
  • FIX: Image overlay/enlargement URL wrong
  • FIX: Space in file name
  • FIX: Information bar is overlapped by prev/next

1.4.4.3

  • FIX: TypeError: ‘null’ is not an object (evaluating ‘e.offsetHeight’)

1.4.4.2

  • IMPROVE: Replaced eregi() with preg_match()
  • IMPROVE: Replaced ereg_replace() with preg_replace()
  • FIX: Multiple rows of thumbnails issue
  • FIX: Info bar delay on hide
  • FIX: console.log() call left behind
  • FIX: Current image not showing when saving slide and it doesn’t save

1.4.4.1

  • IMPROVE: Change admin-functions.php to includes/admin.php
  • FIX: Cannot order slides of a gallery “No slides available”

1.4.4

  • FIX: Galleries not showing when saving a slide

1.4.3

  • ADD: WordPress Object Cache API for performance
  • FIX: Post/page images slideshow not showing images with resize turned on
  • FIX: Featured/latest product images not showing with resizing

1.4.2

  • ADD: More flexible settings for information bar per slide
  • ADD: Switch from TimThumb to BFI Thumb
  • FIX: Change mysql_real_escape_string() to esc_sql()
  • REMOVE: Images tester is no longer needed

1.4.1

  • ADD: Set opacity for information bar per slide
  • ADD: Setting per slide to show title/description or not
  • IMPROVE: Updated TimThumb script
  • IMPROVE: Updated WordPress plugin file header
  • IMPROVE: Function call_user_method() is deprecated
  • IMPROVE: New spinner/loading image
  • FIX: More PHP warnings/notices
  • FIX: 404 Not Found on spinner/loading image

1.4

  • ADD: WordPress 3.9 compatibility
  • ADD: New shortcode [tribulant_slideshow] to prevent conflicts
  • IMPROVE: Reduced/hidden information bar on mobile
  • IMPROVE: More CSS selectors on elements
  • IMPROVE: New dashicon for help instead of CSS
  • IMPROVE: File and folder permissions incorrect on some servers
  • FIX: TinyMCE editor button/icon not inserting shortcodes
  • FIX: PHP strict standards warnings
  • FIX: NextGen Conflict
  • FIX: Slideshow not showing with 1 slide
  • FIX: TinyMCE editor icon/button since WordPress 3.9 missing

1.3.1.3

  • FIX: Image could not be moved from TMP error in some cases
  • FIX: PHP Strict, Notice and Warning messages

1.3.1.2

  • FIX: Not all Settings loading

1.3.1

  • ADD: Images tester utility under Settings to fix broken images
  • FIX: Issue with turning off navigation images
  • FIX: Issue with new slider settings if empty or set to zero (0)

1.3

  • ADD: Show latest/featured products from Shopping Cart plugin
  • ADD: Plugin “Settings” link on the “Plugins” page in WordPress
  • ADD: TimThumb crop position setting
  • ADD: WordPress multi-site compatibility
  • ADD: Sortable columns in all admin sections
  • ADD: Help tooltips in admin
  • ADD: Sliders for speed settings
  • ADD: Color picker for color settings
  • ADD: Delete image upon deletion of locally created slide
  • ADD: WordPress 3.8+ design and compatibility
  • ADD: Multiple slideshows on a single page
  • ADD: Responsive design for mobiles and tablets
  • ADD: Debugging setting in settings
  • IMPROVE: Colorbox upgrade/fix
  • IMPROVE: Use wp_upload_dir() for dynamic paths
  • IMPROVE: Better thumbnail slider using CSS calc
  • IMPROVE: Move images to default theme folder
  • IMPROVE: New TinyMCE icon/button
  • IMPROVE: New dashicons menu icon
  • IMPROVE: When the nav arrows are turned off, the link click area should be full
  • IMPROVE: Automatically center align images in the slideshow
  • FIX: Empty/zero thumbs spacing causes JS error
  • FIX: Deleting a slide leaves empty reference in gallery
  • FIX: Information overlaps arrows when long
  • FIX: Permissions settings not working
  • FIX: Turning off autoslide setting doesn’t stop autoslide
  • FIX: Javascript error due to tooltip() call
  • FIX: Width/height of slideshow is less than the settings

1.2.3.2

  • ADD: List/grid switching for ordering of slides
  • ADD: Permission/role settings for sections
  • ADD: ‘imagesoverlay’ parameter to turn On/Off the Colorbox overlay per slideshow
  • ADD: “Resize Images” setting TimThumb test case for debugging
  • ADD: Order slides per gallery
  • ADD: Order slides randomly
  • IMPROVE: Change WP_PLUGIN_DIR to plugins_url() for styles/scripts
  • IMPROVE: Change mysql_list_fields() to a compatible function
  • IMPROVE: Remove previous image to prevent overlapping
  • IMPROVE: Max width/height for Colorbox overlay for images
  • FIX: Null ID value on insert of slide
  • FIX: Validation errors
  • FIX: Slide current/new window problem

1.2.2.1

  • IMPROVE: Upgrade of TimThumb from 2.8.9 to 2.8.10 to fix broken images.

1.2.2

  • FIX: Slides paging numbers didn’t show up
  • REMOVE: ‘Description’ not mandatory/required for each slide.
  • FIX: Slashes caused by single/double quotes in titles/descriptions
  • ADD: Hardcode for each gallery in ‘Manage Galleries’ section
  • ADD: Shortcode in the ‘Manage Galleries’ section for each gallery
  • ADD: Gallery ID to the ‘Manage Galleries’ section
  • FIX: the 100% width issue on the ‘img’ tag if resizeimages = false
  • IMPROVE: Change cache directory to “wp-content/uploads/slideshow-gallery/cache” for TimThumb

1.2.1

  • FIX: Thumbnails On/Off setting doesn’t work
  • IMPROVE: TimThumb absolute URLs to prevent permission problems
  • FIX: Colorbox script should only load with this featured turned on

1.2

  • ADD: ‘About Us’ box in the Settings section
  • IMPROVE: Better, more usable hardcoding procedure
  • FIX: Slideshow goes left
  • IMPROVE: auto width property
  • ADD: Banner image for www.remarpro.com directory
  • IMPROVE: Use load_plugin_textdomain instead for language file
  • ADD: Order slides by random?
  • FIX: Enqueue scripts/styles at the right time
  • ADD: Link target (current/new window) setting on each slide for link
  • IMPROVE: Hide next/previous navigation when there is only one slide
  • ADD: TimThumb integration for cropping images
  • CHANGE: Colorbox for popup images
  • ADD: ‘Open’ link to test slide links
  • ADD: Icon in each section of the plugin
  • CHANGE: Author name on www.remarpro.com to link appropriately
  • ADD: Dimensions for thumbnail images
  • CHANGE: New icon image for the admin menu
  • IMPROVE: Change 1=1 for the CSS
  • FIX: Code showing in the RSS feed.
  • ADD: Shortcode parameters
  • ADD: Setting to turn off the next/previous navigation
  • IMPROVE: “Previous Image” and “Next Image” in language file
  • FIX: Not all thumbnails load the first time
  • IMPROVE: Remove black borders left and right of the image
  • IMPROVE: Removed link overlay which displayed white in IE6

1.1

  • ADDED: “THIS POST” added to the TinyMCE dialog to insert a shortcode for a slideshow of the current post
  • IMPROVED: Some CSS improvements to the slideshow
  • ADDED: Thickbox to show images in overlay. Can be turned On/Off
  • FIXED: Fixed all thumbnails not preloading on first load
  • FIXED: Slide HREF in IE
  • ADDED: Spinner loading indicator to show the slideshow is loading up
  • ADDED: “Link” column in the “Manage Slides” section
  • FIXED: Load Thickbox on the ‘Manage Slides’ page for the enlargements
  • ADDED: Ability to upload an image when saving a slide rather than specifying a URL
  • ADDED: Row actions in the ‘Manage Slides’ section

1.0.4

  • IMPROVED: WordPress 2.9 sortable meta boxes.
  • FIXED: wp_redirect() fatal error in dashboard.
  • ADDED: TinyMCE editor button to quickly insert slideshows into posts/pages.
  • ADDED: exclude parameter to use in conjunction with the post_id parameter to exclude attachments by order.
  • CHANGED: Changed #wrapper in the HTML markup to #slideshow-wrapper due to some theme conflicts.

1.0.4

  • COMPATIBILITY: WordPress 2.9
  • FIXED: #fullsize z-index to keep below other elements such as drop down menus.

1.0.3

  • ADDED: Default, English language file in the languages folder.
  • ADDED: Settings setting to turn On/Off resizing of images via CSS.
  • ADDED: Webkit border radius in CSS for thumbnail images.
  • ADDED: post_id parameter for the [tribulant_slideshow] shortcode to display images from a post/page.
  • IMPROVED: Plugin doesn’t utilize PHP short open tags anymore.
  • COMPATIBILITY: Removed autoLoad (introduced in PHP 5) parameter from class_exists function for PHP 4 compatibility.
  • IMPROVED: Directory separator constant DS from DIRECTORY_SEPARATOR.

1.0

  • Initial release of the WordPress Slideshow Gallery plugin
VIP777 login Philippines Ok2bet PRIZEPH online casino Mnl168 legit PHMAYA casino Login Register Jilimacao review Jl777 slot login 90jili 38 1xBet promo code Jili22 NEW com register Agila Club casino Ubet95 WINJILI ph login WINJILI login register Super jili168 login Panalo meaning VIP JILI login registration AGG777 login app 777 10 jili casino Jili168 register Philippines APALDO Casino link Weekph 50JILI APP Jilievo xyz PH365 casino app 18JL login password Galaxy88casino com login superph.com casino 49jili login register 58jili JOYJILI apk Jili365 asia ORION88 LOGIN We1win withdrawal FF777 casino login Register Jiligo88 philippines 7777pub login register Mwgooddomain login SLOTSGO login Philippines Jili188 App Login Jili slot 777 Jili88ph net Login JILIMACAO link Download Gcash jili login GG777 download Plot777 app download VIPPH register Peso63 jili 365.vip login Ttjl casino link download Super Jili 4 FC178 casino - 777 slot games JILIMACAO Philippines S888 register voslot LOVE jili777 DOWNLOAD FK777 Jili188 app CG777 app 188 jili register 5JILI login App Download Pkjili login Phdream Svip slot Abcjili6 App Fk777 vip download Jili888 register 49jili VIPPH register Phmacao co super Taya777 link Pogo88 real money Top777 app VIP777 slot login PHMACAO 777 login APALDO Casino link Phjili login Yaman88 promo code ME777 slot One sabong 888 login password PHMAYA casino Login Register tg777 customer service 24/7 Pogibet slot Taya777 org login register 1xBet live Acegame888 OKBet registration JILIASIA Promotion Nice88 voucher code AgilaClub Gaming Mnl168 link Ubet95 free 50 PHMAYA casino login JLBET 08 Pb777 download 59superph Nice88 bet sign up bonus Jiliyes SG777 download apk bet88.ph login JILIPARK casino login Register Philippines PHMAYA APK CC6 casino login register mobile PHMACAO com download MWPLAY app JILIPARK Download Jili999 register link download Mnl646 login Labet8888 download 30jili jilievo.com login Jollibee777 open now LOVEJILI 11 18JL casino login register Philippines JILIKO register Philippines login Jililuck 22 WJPESO casino PHMAYA casino login Jili777 login register Philippines Ttjl casino link download W888 login Register Galaxy88casino com login OKBet legit tg777 customer service 24/7 Register ROYAL888 Plot777 login Philippines BigWin Casino real money PHLOVE 18JL PH 18JL casino login register Philippines SG777 Pro Taya777 pilipinong sariling casino Jiligames app MNL168 free bonus YesJili Casino Login 100 Jili casino no deposit bonus FC178 casino free 100 Mwcbet Download Jili888 login Gcash jili download JILIMACAO 123 Royal888 vip 107 Nice888 casino login Register FB777 link VIPPH app download PHJOIN 25 Ubet95 legit phcash.vip log in Rrrbet Jilino1 games member deposit category S888 live login FF777 download FC777 VIP APK ME777 slot Peso 63 online casino OKGames app Joyjili customer service superph.com casino FB777 Pro Rbet456 PH cash online casino Okbet Legit login taruhan77 11 VIPPH 777Taya win app Gogo jili 777 Plot777 login register Bet99 app download Jili8989 NN777 VIP JP7 fuel Wjevo777 download Jilibet donnalyn login Register Bossjili ph download 58jili login registration YE7 login register FC777 new link login 63win register Crown89 JILI no 1 app Jili365 asia JLBET Casino 77PH fun Jili777 download APK Jili8 com log in CC6 casino login register mobile ph365.com promotion phjoin.com login register 77PH VIP Login download Phdream live chat Jlslot2 Me777 download Xojili legit PLDT 777 casino login Super Jili Ace Phdream 44 login Win888 casino JP7 Bp17 casino login TTJL Casino register FB777 slot casino Jili games online real money phjoin.com login register BET99 careers ORION88 LOGIN Plot777 login Philippines Labet8888 login JILI Official Pogibet app download PH777 casino register LOVEJILI app Phvip casino VIP jili casino login PHMACAO app 777pnl legit YE7 casino online Okbet download CC6 bet app 63win club Osm Jili GCash LOVEJILI 11 Www jililive com log in Jili58 casino SuperAce88 JiliLuck Login Acegame 999 777pnl promo code MWPLAY good domain login Philippines Pogo88 app Bet casino login Superph98 18jl app download BET999 App EZJILI gg 50JILI VIP login registration Jilino1 new site pogibet.com casino Jili Games try out Gogojili legit 1xBet Aviator WINJILI ph login Jili168 register How to play Jili in GCash 777pnl PHDream register login JILISM slot casino apk FB777 c0m login EZJILI Telegram MWCASH88 APP download Jili88 vip03 APaldo download 1xBet 58JL Casino 58jl login register Jili scatter gcash OKJL slot jili22.net register login 10phginto APaldo 888 app download 1xBet live FC178 Voucher Code 58jl Jili888 ph Login 365 Jili casino login no deposit bonus JP7 VIP login PHBET Login registration 58jili login registration VVJL online Casino Club app download Jili77 login register Jili88 ph com download KKJILI casino WJ peso app Slot VIP777 BigWin69 app Download Nice88 bet Suhagame philippines Jiliapp Login register Qqjili5 Gogo jili helens ABJILI Casino OKJL download 1xBet login mobile Pogibet 888 777 game Okgames casino login Acegame888 Bet86 promotion Winph99 com m home login JP7 VIP login 20phginto VIPPH register KKJILI casino OKJILI casino Plot777 app download NN777 register bossphl Li789 login Jiligo88 app Mwcbet Download Betjilivip Https www BETSO88 ph 30jili Https www BETSO88 ph Jilievo Club Jili888 register Jili777 download APK JILI77 app download New member register free 100 in GCash 2024 Royal888casino net vip JOLIBET withdrawal MW play casino Jili365 login FB777 Pro Gold JILI Bet99 registration 55BMW red envelope Bet199 login philippines JILI188 casino login register download Phjoin legit or not Bigwin 777 Bigwin pro Apaldo PH pinasgame JILIPARK Login registration JiliApp ph04 Ph143 Jili168 login app Philippines MW Play online casino APK 77tbet register 8k8t Bigwin casino YE7 Download App Ph365 download apk Acejili Ph888 login S888 juan login 63win withdrawal Okbet cc labet 8888.com login password Mwbet188 com login register Philippines MNL168 net login registration kkjili.com download Jili888 Login registration Abc Jili com Download JILIPARK casino login Register Download AbcJili customer service live777. casino Jilievo casino jilievo APP live casino slots jilievo vip Jolibet legit PH888 login Register 888php register 55BMW win Mwbet188 com login register Philippines AbcJili customer service Jili88 ph com app 200Jili App MAXJILI casino ROYAL888 deposit mi777 Jili games free 100 ACEGAME Login Register Jilibet donnalyn login Voslot register Jilino1 live casino 18jl login app apk JILI Vip777 login Phtaya login Super Ace casino login Bigwin 777 Ubet95 free 190 superph.com casino Jili22 NEW com register SG777 win Wjpeso Logo 1xBet login mobile Jili88 casino login register Philippines sign up Okbet cc Agg777 slot login Phv888 login P88jili download jiliapp.com- 777 club Fish game online real money One sabong 888 login password QQJili Taya365 slot mnl168.net login Taya365 download Yes Jili Casino PHMACAO APK free download 365 casino login Bigwin 29 JILISM slot casino apk Wow88 jili777.com ph 888php login 49jili VIP Jilino1 legit SG777 slot Fish game online real money Voslot free 100 18jl login app apk OKJL app Jili22 NEW com register Nice88 free 120 register no deposit bonus Sugal777 app download 288jili PHJOIN VIP com Register Jl77 Casino login KKjili com login Lovejili philippines Pogo88 casino SLOTSGO VIP login password Jili22 net register login password Winph 8 we1win 100 Jili slot 777pnl promo code Sg77701 Bet88 download for Android PH365 casino Royal Club login Jili88 casino login register MWPLAY login register Jilibay Promotion 7SJILI com Register FC777 casino link download Royal meaning in relationship OKBET88 AbcJili customer service 777ph VIP BOSS JILI login Register 200Jili App KKJILI casino login register maxjili Mwcbet legit JILIASIA 50 login Milyon88 com casino login 8k8app17 Royal slot Login Phmacao rest 338 SLOTSGO Ph888 login PHGINTO com login YY777 app Phdream register Jili22 net register login password Lucky Win888 Jiligames API Agila club VIP 77PH VIP Login download Acegame888 register PHMAYA Download Jili88 online casino 7XM Lovejili philippines 63win register Jilimax VOSLOT 777 login 18JL Casino Login Register JILIASIA 50 login 50JILI VIP login registration 7XM com PH Nice888 casino login Register 58jl Jili168 casino login register download Timeph philippines 90jilievo Jili88 casino login register OKBet legit JILI slot game download Bet99 promo code 58jili app 55BMW com PH login password KKjili casino login bet999 How to play Jili in GCash BigWin69 app Download OKJL Milyon88 com casino login phdream 888php register Ph888 PH777 registration bonus JLBET Asia LOVEJILI download Royal Casino login 646 ph login Labet8888 review JLBET Casino Jili888 ph Login Wjpeso Wins JILIMACAO 666 Jiliplay login register JILIAPP com login Download JiliLuck download WIN888 PH JL777 app Voslot777 legit Pkjili login 20jili casino Jolibet login registration Phjoin legit or not Milyon88 com casino register JILI apps download 88jili login register Jili 365 Login register download 11phginto Jili777 vip login Ta777 casino online Swertegames Taya365 download 777PNL online Casino login Mi777 join panalo 123 JILI slot 18jili link Panalo lyrics Jiliplay login philippines yaman88 Bet88 login Jili888 Login registration FF777 TV Ok2bet app Pogibet casino philippines Www jilino1 club WOW JILI secret code AB JILI Jili168 online casino BET99 careers Go88 slot login JILI Vip777 login CG777 Casino link OKBet GCash www.50 jili.com login WINJILI download Lucky bet99 Acegame888 77ph com Login password ACEGAME Login Register ACEGAME casino Swerte88 login password Wj slots casino APALDO Casino Phjoin slot JLBET com JLBET ph Taya777 org login 49jili slot Svip slot Jili77 download APK 200jiliclub Bet199 philippines Jili888 Login registration 88jili withdrawal phjoin.com login register Swerte88 login registration Voslot777 legit Superph11 AAA JILI app download Www jililive com log in VIP777 Casino login download Jili77 download APK Jilibet donnalyn login Register JILICC sign up Pogibet app download www.mwplay888.com download apk Jili68 Jililuck App Download APK Yy777 apk mod Jili77 vipph.com login labet8888.com app Phdream live chat Ph646 login register mobile 7777pub download Jolibet Fortune Tree 90JILI app 18JL login Philippines JLSLOT login password 50JILI fun m.nn777 login 88jili withdrawal PH Cash Casino APK 888PHP Casino LINK Boss jili app download Jili999 login register FB777 download APK Free 100 promotion JILIPARK Download VIP PH casino JILIHOT ALLIN88 login 8K8 com login PHMAYA casino login 58jili withdrawal Ubet95 free 100 no deposit bonus KKJILI online casino M GG777 100jili APP JILI888 slot download PHBET88 Jili Games demo 1xBet OKJL Casino Login Nice888 casino login Register Betso88 App download APK VIP777 app Gcash jili register 1xBet registration 58jili withdrawal Jili63 Suhagame23 218 SLOTSGO AGG777 login Philippines Bay888 login JILIVIP 83444 PHCASH com casino login Jilievo 666 Jili 365 VIP register PHMAYA link PH cash VIP login register Yaman88 casino JP7 VIP We1Win download free rbet.win apk Jili168 casino login register download Milyon88 com casino register 18JL login app 88jili withdrawal AAA Casino jilibet.com register Winjili55 UG777 login app PH777 download Jili365 bet login app Osm Jili GCash 77tbet philippines GI Casino login philippines 88jili login FC178 casino free 100 SG777 Com Login registration Nice88 free 100 Oxjili Royal777 Top777 login FB777 live 200jili login Gogojili legit Yes Jili com login phcash.vip casino Sugal777 app download 58JL app Login Panalo login JILI games APK Lucky99 Slot login Jili scatter gcash 7XM APP download FB JILI casino login download PHMACAO app ROYAL888 Link Alternatif ACEPH Casino - Link 55bmw.com casino Timeph app Osm Jili GCash M GG777 Ubet95 login Jiligo88 CG777 Casino Philippines Tayabet login Boss jili app download YY777 app download Nice88 free 120 register no deposit bonus Bossjili7 XOJILI login 68 PHCASH login ezjili.com download apk Jili 365 VIP APK Milyon88 pro Jili88 casino login register download Jili online casino AgilaPlay Jili scatter gcash 7777pub login CC6 app bonus JK4 online PHJOIN casino Joyjili login register 22phmaya 5JILI Casino login register Betso88 VIP Winph 8 Phmacao rest JILI Slot game download free s888.live legit APALDO Casino link Plot 777 casino login register Philippines Ph646wincom Jili168 login app Philippines KKJILI casino Apaldo PH Phdream live chat Slot VIP777 PH888BET 22 phginto 50JILI APP MWPLAY login register Slotph We1Win apk VIP777 slot login Nice88 PRIZEPH online casino Jilipark App 7XM app for Android Jili58 Jili168 free 100 APALDO 888 CASINO login APaldo download Jiliasia8 com slot game phcash.vip casino OKJL Casino Login YY777 live Jili888 register Winjiliph QQ jili casino login registration Abcjili5 NN777 register Phvip casino Taya 365 casino login OKBet app Osm Jili GCash Nice88 free 100 5JILI Casino login register Bet88 app download 5 55bmw vip Jlph11 JILI slot casino login Nice88 bet sign up bonus JILI Slot game download for Android Abc Jili com Download FF777 TV Peso 63 online casino MILYON88 register free 100 7777pub JILIASIA 50 login CC6 online casino latest version Royal Club apk 1xBet login registration CG777 Casino Philippines 1xBet app Mwcbet net login Password LOVEJILI 21 FBJILI Now use Joyjili Promo code JILI188 casino login register download PHMACAO SuperPH login AGG777 login app Peso 63 online casino filiplay Sugal777 app download Galaxy88casino com login EZJILI Telegram JiliApp ph04 Jilino1 com you can now claim your free 88 PHP download 63win Coupon Code PHDream 8 login register Philippines MNL168 website CC6 online casino register login 3jl app download apk Jlph7 TA777 com Login Register password 5jili11 FF777 casino login Register KKJILI casino login register 10 JILI slot game 3JL login app Jili100 APP Winjili55 Milyon88 info Jilino1 VIP login YE7 bet sign up bonus Apaldo games Wj casino app AbcJili win.ph log in Jili22 VIP 204 SG777 Jl77 Casino login YY777 app download Jilimacao Okjl space Wjevo777 download Ubet95 free 100 no deposit bonus PHMAYA APK Xojili legit 77PH bet login Taya365 pilipinong sariling casino LOVEJILI AAAJILI Casino link Jollibee777 How to play mwplay888 18jl app download jilievo.com login password VIP PH casino mnl168.net login JiliLuck download Win2max casino 777PNL download app Ubet Casino Philippines Win888 Login Jili88 casino login register Philippines sign up Bet99 APK 18JL casino Login register Download Naga888 login JLPH login PHMACAO APK free download How to register Milyon88 Royal888ph com login JiliCC entertainment WINJILI customer service PHBET88 Jili888 Login Philippines SG777 slot FBJILI Jili365 bet login app Ubet95 free 100 no deposit bonus Taya 365 casino login LOVEJILI Jili777 free 150 YE7 casino login register download QQJili 58jili login Download S888 sabong Gi77 casino Login taya777 customer service philippines number 24/7 WINJILI customer service Https www wjevo com promocenter promotioncode Nice99 casino login Phdream 44 login Mi777app 777PNL online Casino login phjl.com casino JILILUCK promo code Pogibet 888 login BigWin Casino legit Jolibet app download Jilli pogibet.com casino JP7 VIP login Ug7772 Phjoy JILIMACAO 123 PH143 online casino jili365.bet download PH cash VIP login register Abc Jili Register Mwgooddomain login 58JL Casino link 365 Jili casino login no deposit bonus JILIEVO Casino 777 60win OKGames casino 49jili VIP kkjili.com app JILIPARK casino login Register Philippines Agila Club casino OKGames GCash OKBet casino online S888 juan login Yaman88 log in Winph99 com m home login Jili88 casino login register Winjiliph CG777 Casino LOGIN Register Ubet Casino Philippines Agilaclub review Is 49jili legit ph646 JLBET link JiliCC entertainment Jilicity withdrawal Ta777 casino online Jili777 login register Philippines JP7 coupon code Milyon88 one Ug7772 Jilibet casino 77PH VIP Login download Jili live login 68 PHCASH 7XM APP download Boss jili login MWCASH88 APP download Jilicity login Acegame888 real money LIKE777 JILILUCK app JiliBay Telegram Bet199 login philippines Ph646wincom PHJOIN login OKGames register JILIASIA withdrawal Panalo login 88jili Login Philippines Wjevo777 download phjl.com casino Fcc777 login Labet8888 login JILI8998 casino login PHJL Login password Jilibay Voucher Code 28k8 Casino P88jili download 49jili apps download Fk777city we1win CG777 Casino login no deposit bonus MW play casino FF777 casino login Register Philippines download JILIAPP com login Download Bet199 PHGINTO com login Bet88 bonus Sw888 withdrawal Vvjl666 Jiliapp 777 Login QQ jili login Jilicity download Jili188 login Philippines Timeph philippines Casino Club app download Nice88 bet login registration Bay888 login PH Cash casino download Jiliko777 Nice88 PH 777pnl Jiliplay login register JILI VIP casino cg777 mwcbets.com login Fbjili2 JILIAPP download 7xm login 77jl.com login JILI Slot game download for Android MWPLAY app superph.com casino Nice88 free 120 WJ peso app Jili58 register 3jl app download apk Betso88 link OKGames login free JILIASIA 888 login 58jl login register Jilibet888 68 PHCASH login Jili88ph net register 55BMW Casino app download APK Abc Jili com Download FB777 register login Philippines Jilievo org m home JiliLuck download jlbet.com login register Jp7 casino login 18JL Casino Login Register YE7 casino APK prizeph Boss jili login Royal logo FC178 casino - 777 slot games Taya777 pilipinong sariling casino Ph888 MWPLAY app @Plot777_casino CG777 login BOSS JILI login Register JILI PH646 login Vvjlstore Mi777 casino login Download Okgames redeem code 50JILI VIP login registration Bet88 login AGG777 login Philippines JILIMACAO Yesjili com legit P88jili com login OKBET88 Gold JILI VIP PH casino VIP PH log in bet88.ph legit kkjili.com app JiliLuck Login JILI Vip777 login 63win withdrawal bet999.ph login m.nn777 login 58JL 8k8app17