Download for free Master Carousel for WPBakery Page Builder (formerly Visual Composer) from our website. Lastest version is updated on 20 August 18 and available. Master Carousel for WPBakery Page Builder (formerly Visual Composer) WordPress plugin is compatibile with all IE, Chrome, Safari and Firefox versions. Instead of paying $9 to _themeMaster on Envato, you get it for free.
Master Carousel for WPBakery Page Builder (formerly Visual Composer) [Latest Version]
To download nulled Master Carousel for WPBakery Page Builder (formerly Visual Composer), you just need to click the button “Download Files” below this text, unzip files on yor computer and upload on server, or directly upload Master Carousel for WPBakery Page Builder (formerly Visual Composer) ziped files to WordPress website.

About Master Carousel for WPBakery Page Builder (formerly Visual Composer)
Credits
- Owl Carousel (https://owlcarousel2.github.io/OwlCarousel2/)
- Magnific Popup (http://dimsemenov.com/plugins/magnific-popup/)
- Animate.css (https://daneden.github.io/animate.css/)
- Font Awesome (https://fontawesome.com/?from=io)
PreScriptZ
Nice Work, Good Luck With Selling!
_themeMaster Author
Thank you!
JeriTeam
Nice work and good luck with sales Regards.
_themeMaster Author
Thank you!
fkazemi5236
hope you have professional sales at this site..
_themeMaster Author
Thank you!
OMNISAPIEN
Looks great! What a nice start. I can use this. Or rather my clients can certainly use this.
_themeMaster Author
Hello, thanks for the purchase and kind words!
If you need assistance, please contact us.
Kind Regards,
_themeMaster.
ManasaTheme
Nice Work,
Congratulations! Good Luck With Sale
_themeMaster Author
Hello, thank you!
TmdStudio
Great Work, Congratulations GLWS
_themeMaster Author
Hello, thank you!
Shadow_Writers
Any chance of showing us the back end, what elements can you customise, can you use grid builder, can you choose what navigation you can use on each style etc etc etc.
_themeMaster Author
Hello, sure! We will create a “live admin test” at our preview page where user can test the backend of plugin. We are working on that.
For now we can inform you some features:
- You can use the grid system of WPBakery Page Builder inside the carousel wrapper.
- You can choose what navigation for each carousel
- You can define animations and animation delay for each element inside the carousel
- You can carousel Post & Posts Types and filter by categories
This is some of the features. We also will add more image examples showing/explaining the backend.
Thanks for the message, suggestion and interest on Master Carousel!
Kind Regards,
_themeMaster
Shadow_Writers
Thanks for replying so quickly. I meant can I customise the design of the carousel using the visual composer grid builder. I need to replace the current plugin I use here: http://www.georginacapel.com/ It needs to select several posts at random from a post type and display the same way, but with navigation buttons.
_themeMaster Author
Hello,
To make a carousel like on the URL you sent, you will need: - Create a “Posts Carousel”, choose the Post Type you want filter posts. Unfortunatelly we don´t have a option for “random” posts, at moment the plugin has 3 options for posts order, that is “title”, “date” and “id”. - Choose to show only image and title of posts - At carousel options define to show 7 carousel items/posts per page (this options also is responsive, you can define the number of items to show for each resolution)
We uploaded the documentation of plugin to the preview website, so you can see how the backend works: http://thememasterwp.com/documentation/Kind Regards,
Rodrigo.
Shadow_Writers
Fantastic thank you! Unfortunately until I can display a random post I cant use the plugin. Keep up the good work!
_themeMaster Author
Hello, thank you for the interest!
Based on your needs, we have updated the plugin with this option. Now you can choose “random” for posts order!
We sent the new version of plugin to envato reviewer now, and probably soon the new update will be available.
Hope you like it!
Kind Regards,
Rodrigo.
Shadow_Writers
Hi, I purchased your plugin but it doesnt appear as an option in visual composer: https://snag.gy/VEAmv7.jpg
_themeMaster Author
Hello, thanks for your purchase
We did a test now with WPBakery Page Builder 5.5.2 and Wordpress 4.9.7 and it’s working (appear as option).
Please, send more details for us by contact form on this page: https://codecanyon.net/user/_thememasterFor example:
- What version of Wordpress and WPBakery Page Builder you are using ?
- Do you already checked on the plugins page if you activated the plugin ?
- If possible send on email an login test for us, so we can access your wp-admin and check it.
Kind Regards,
Rodrigo.
xgenious
Good Job,
Congratulations! Good Luck With Sale
_themeMaster Author
Hello, thank you!
DEV-Themes
Great work! I wish you big sales!
_themeMaster Author
Hello, thank you!
alemotiondesign1
Hi, I have a proble with the plugin, whenever I activate it, my whole site misbehave, so I cannot use it at all. Could you please help me with that?
login details: thememaster T6rS9gegP6YsNEPT1SGo2HFe
thanks
_themeMaster Author
Hello, thanks for your purchase
Please also send the link of your website, so i can access with the login you sent. Also if you prefer, you can contact me using the contact form on my profile: https://codecanyon.net/user/_thememaster
In that way i will receive your support request at my email and your login details will not be public.
Kind Regards,
Rodrigo.
damaskmedia
hello, is it possible to get the demo carousels you have on your preview site
_themeMaster Author
Hello, thanks for your purchase
Sure this is possible. Just send a message for us by e-mail trough the contact form at our profile, so we can reply with an e-mail attached with .XML to import the data using the WordPress Importer (the default import tool that comes with wp).
Sorry the delay to response this message.
Kind Regards, Rodrigo.
hausruckpark
Hello! How can i change colours? Background ist somehow dark green and i do not know where to change it. Thanks
_themeMaster Author
Hello, thanks for your purchase and sorry the delay to response your comment.
Unfortunately at the moment we don´t have and option to change colors on the plugin, but this will be present on the next version. For now you can do that with CSS. It´s easy and with few lines of code. Please follow the steps:
1) Login into wordpress admin
2) Goes to Appearance >> Editor or Theme Editor
3) Select the file “style.css” on the right side panel.
4) Add this code on the file editor and save .mcvc-carousel .owl-nav .owl-next, .mcvc-carousel .owl-nav .owl-prev { color: #1e1e1e !important; } .mcvc-carousel .owl-dots .owl-dot.active > span, .mcvc-carousel .owl-dots .owl-dot:hover > span { background-color: #1e1e1e !important; } If you want change the color only of one specific carousel, you can add a custom Extra Class Name on the parent element of carousel (into columns WPBakery Page Builder edit options for example). Then use the code below: .my-custom-specific-column .mcvc-carousel .owl-nav .owl-next, .my-custom-specific-column .mcvc-carousel .owl-nav .owl-prev { color: #1e1e1e !important; } .my-custom-specific-column .mcvc-carousel .owl-dots .owl-dot.active > span, .my-custom-specific-column .mcvc-carousel .owl-dots .owl-dot:hover > span { background-color: #1e1e1e !important; }5) Reload your website clearing the cache to see the changes. Normally pressing CRTL + F5 (in Windows OS).
Please, try that and let us know if you need further assistance.
Kind Regards,
Rodrigo.