Plugin / BX Slider by TRS

TheRightSolutions (TRS)

Frequently Asked Questions (FAQ)

Upload the plugin to your blog, Activate it and have fun.
Yes, this plugin works really fine with newest version as old version!
You can use trs_bx_slider_return_shortcode_html filter like this way. add_filter('trs_bx_slider_return_shortcode_html', 'test_func', 10, 3); function test_func( $slider, $slider_id ){ if (absint($slider_id) === 4){ $html = '
'; $html .= $slider; $html .= '
'; return $html; } // default return $slider; }
You are getting this error because you are using image or video that is supported by BX slider by TRS. We support mp4, webm and ogg video type that is compatible with HTML video element. Same in case with images. But you can extend and add your own extensions by using below filters. 'trs_bx_slider_add_image_types' 'trs_bx_slider_add_video_types' Example:Add More Images Extensions add_filter('trs_bx_slider_add_image_types', 'test_func', 10); function test_func( $image_types ){ $image_types[] = 'dwg'; $image_types[] = 'any-other-image-extension'; return $image_types; } Add More Videos Extensions add_filter('trs_bx_slider_add_video_types', 'test_func', 10); function test_func( $video_types ){ $video_types[] = 'mp3'; $video_types[] = 'avi'; $video_types[] = 'any-other-video-extension'; return $video_types; }
Yes you can visit here for different demos.

Ratings

5
1 reviews

Rating breakdown

Details Information

Version

2.1

First Released

11 Jun, 2017

Total Downloads

764

Wordpress Version

4.6 or higher

Tested up to:

4.8.11

Require PHP Version:

-

Tags

Contributors

Ali

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.