Code

Discussion on WPBakery YouTube Channel with Carousel Addon

Discussion on WPBakery YouTube Channel with Carousel Addon

Cart 860 sales

sbthemes supports this item

Supported

This author's response time can be up to 2 business days.

137 comments found.

Before I buy your item please let me know if you have quick support and if this is the right app to create a simple and clean small youtube carousel.

That’s all.

Thanks

Marcelo

Hi,

Yes you can create carousal with this plugin. And for support you can email us at any time.

Here is our email address for support: sbthemes@gmail.com

Thanks.

Hi there,

My load more button is currently white with a Blue border. Id like the background colour of the load more button to be blue with white text in it but there doesn’t seem to be any options for background colour only border colour. How can I do this?

Thanks

John

Hi,

There is no option available for background color but you can easily change it with css.

Paste below line in css file.

.sb-loadmore-button { background:blue !important; }

Hi there,

My load more button is currently white with a Blue border. Id like the background colour of the load more button to be blue with white text in it but there doesn’t seem to be any options for background colour only border colour. How can I do this?

Thanks

John

Hi,

There is no option available for background color but you can easily change it with css.

Paste below line in css file.

.sb-loadmore-button { background:blue !important; }

How can we remove isotope.pkgd.min.js from printing or output on the frontend? The theme we use already provides the Isotope js library. Then when we use this addon within our content via Visual Composer we end up with two same Isotope js library included on the page and it results breaking other contents which were before loading fine on top of the row where the YouTube shows by this addon.

Looking into shortcodes.php file from this addon we identified the part where it includes this file we don’t need because our theme already provides, this is at lines 244 and 245.

However, when we took his handle “sb-isotope” and try to dequeue or deregister the script with the below code at functions.php of the active template, the script keeps showing up. Could we be missing something?

function remove_vc_yt_isotope() { wp_dequeue_script( 'sb-isotope' ); wp_deregister_script( 'sb-isotope' ); } add_action( 'wp_enqueue_scripts', 'remove_vc_yt_isotope', 100 ); add_action( 'wp_print_scripts', 'remove_vc_yt_isotope', 100 );

I think the main problem is that the plugin is not using at all the “wp_enqueue_scripts” action https://codex.wordpress.org/Plugin_API/Action_Reference/wp_enqueue_scripts

This is the WP proper way to add JS files and CSS as well. With that, later users are allowed to control the output or override of them if some cause problems (our case for example).

To be more specific, because of the scripts are not enqueued via the action hook “wp_enqueue_scripts” we are not able to apply another hook with later execution on this same action to deregister/dequeue them.

In short I think you guys need to wrap the enqueueing of css and js files in a separate function for them and hook it into wp_enqueue_scripts action.

See the example below, you should adapt this somehow in the plugin code to add the css and js files it needs.

function add_css_and_js() { wp_enqueue_style('sb-font-awesome', SBVCYTC_PLUGIN_DIR.'/assets/css/font-awesome.min.css'); wp_enqueue_style('sbvcytc-style', SBVCYTC_PLUGIN_DIR.'/assets/css/style.css'); wp_enqueue_style('sb-sbtrap-style', SBVCYTC_PLUGIN_DIR.'/assets/css/sbtrap.min.css'); wp_enqueue_style('sb-animate-css', SBVCYTC_PLUGIN_DIR.'/assets/css/animate.css'); wp_enqueue_style('sb-magnific-popup-style', SBVCYTC_PLUGIN_DIR.'/assets/css/magnific-popup.css'); wp_enqueue_style('sb-slick-style', SBVCYTC_PLUGIN_DIR.'/assets/css/slick.css'); wp_enqueue_script('jquery'); wp_register_script('sb-isotope', SBVCYTC_PLUGIN_DIR.'/assets/js/isotope.pkgd.min.js', array(), SBVCYTC_PLUGIN_VERSION, true); wp_enqueue_script('sb-isotope'); wp_register_script('sb-magnific-popup', SBVCYTC_PLUGIN_DIR.'/assets/js/magnific-popup.js', array(), SBVCYTC_PLUGIN_VERSION, true); wp_enqueue_script('sb-magnific-popup'); wp_register_script('sb-imagesloaded', SBVCYTC_PLUGIN_DIR.'/assets/js/imagesloaded.pkgd.min.js', array(), SBVCYTC_PLUGIN_VERSION, true); wp_enqueue_script('sb-imagesloaded'); wp_register_script('sb-dot-js', SBVCYTC_PLUGIN_DIR.'/assets/js/doT.min.js', array(), SBVCYTC_PLUGIN_VERSION, true); wp_enqueue_script('sb-dot-js'); wp_register_script('sb-moment', SBVCYTC_PLUGIN_DIR.'/assets/js/moment-with-locales.min.js', array(), SBVCYTC_PLUGIN_VERSION, true); wp_enqueue_script('sb-moment'); wp_register_script('sb-fitvids', SBVCYTC_PLUGIN_DIR.'/assets/js/jquery.fitvids.js', array(), SBVCYTC_PLUGIN_VERSION, true); wp_enqueue_script('sb-fitvids'); wp_register_script('sb-viewportchecker', SBVCYTC_PLUGIN_DIR.'/assets/js/jquery.viewportchecker.min.js', array(), SBVCYTC_PLUGIN_VERSION, true); wp_enqueue_script('sb-viewportchecker'); wp_register_script('sb-slick', SBVCYTC_PLUGIN_DIR.'/assets/js/slick.min.js', array(), SBVCYTC_PLUGIN_VERSION, true); wp_enqueue_script('sb-slick'); wp_register_script('sbvcytc-script', SBVCYTC_PLUGIN_DIR.'/assets/js/script.js', array(), SBVCYTC_PLUGIN_VERSION, true); wp_enqueue_script('sbvcytc-script'); } add_action( 'wp_enqueue_scripts', 'add_css_and_js' );

Yes I know this.

I have already corrected it so please send me personal email so I can send you corrected copy.

By the way you are first who want to deregister scripts.

You can send email at sbthemes@gmail.com

Thanks

Just sent you an email, sorry I saw your reply just now, thank you!

Pre-sale question – Do we need to use the YouTube API (where we have a limit per day or else they charge us)?

My bad, you already added that information in your description.

Okay Thanks. Let me know if you have any more questions. Thank You.

Hi There,

Does this plugin work with Wordpress 4.3.1?

Thanks,

John

Hi,

Yes this plugin works with latest version of WordPress.

Let me know if you have more questions.

Thank You.

Great looking plugin … v nice work :)

I would make a purchase but I would need a search facility because of the number of videos I have …. I noticed that there are a couple of other people who where looking for the same thing. Also the sortable as mentioned, would be very beneficial too.

The reason I added the comment is just in case you want to gauge the demand for the functionality.

Best of luck … I will keep an eye out for a search update :)

Yes thanks. We are working on search and sorting function and will be ready soon.

Cool thats great :)

I bought this plugin as it says it supports LayersWP. I was under the impression that it does not need any additional plugins. Please remove LayersWP from the supported list as it is misleading and I am sure I am not the first person to fall for this trap.

Hi,

Sorry for misunderstanding.

Actually “Compatible With” indicates is your plugin will work with these plugins?

Like I select bootstrap. That’s not mean plugin will not work without bootstrap.

What I mean by LayersWP was if you have both Visual Composer and Layers WP, also then it will work.

And I have also mentioned in my description with NOTE in bold letter that this plugin is a visual composer addon.

By the way. This is first complaint like this and I am removing WP Layers from list.

Really sorry for confusion.

Thanks for pointing this.

Thank you for removing it as it did cause confusion. If you select bootstrap, why not select Visual Composer?

Because Visual Composer is not in list.

I purchase this plugin and does dot work.

what about the other info – the other three lines is hat compulsory. I paste the user id and still no videos.

It works. Thank you. In your notes or somewhere you must state the following:

To insert videos from your channel only insert user ID or channel Id to grab videos from a playlist than add playlist Id. API key is optional etc ….. I have been struggling with this thing and all I had to do was to insert user Id and not user url

Actually I already added example in description below user id field. But yes you are right I also need to mention that some where else.

Thank You.

I Found this message

The SB YouTube Channel add-on requires the Visual Composer Plugin installed and activated.

What is this and how can i solve it

This is a visual composer addon means you need visual composer plugin to make work this addon.

Do you have visual composer installed?

Nope, Where is this or where i can download from

Oh, I think you did not checked note on description page before purchase.

Note: Before purchasing this plugin, please make sure that this is Visual Composer addons.

No problem send me your admin login details and I will setup plugin with manual shortcode.

You can send details at sbthemes@gmail.com

Thanks.

Hi, i have a problem with the plugin. When i define the userID or chanelID this is the apple chanel who appear and not my chanel why?

Strange. Can you send me your admin login details at sbthemes@gmail.com?

Then something wrong with visual composer version or something else not exactly sure. You can still pass your user id direct in shortcode with classic mode.

If you are not able to do this then please send me details.

Thanks.

Problem solved! It was my fault. Wrong traduction of the plugin and some mistakes in the code when i traducted it. Your plugin is amazing thank you very much! (sorry for my bad english)

Okay Thanks. :)

Hello. Is it suppurt RTL ?

Hi, Actually I don’t do any code for RTL but I think its just grid with masonry so no matter how it displaying.

And some small things you can do with css to make it 100% RTL.

Still I am not sure how it works with RTL. If you want to test then please send me your admin login details at sbthemes@gmail.com and I will upload demo for you.

Thanks.

Hello, I installed the add-on however it’s not showing in the Add Element screen. Please advice.

Thank you

Hi,

The possible reason should be you don’t have permission to access element. This is Visual Composer setting.

You should find Visual Composer menu in main admin left navigation. For older version of visual composer it should be under Settings section.

So find Visual Composer menu and open settings page. In staht page you will see all roles. Open administrator find youtube element name and check the checkbox and save.

If it not works or if you are not able to find then please send me your admin details and I’ll do it for you.

Thanks.

thank you!

How to setup this in LayersWP?

Hi, First of all this plugin is not for Layers WP.

This is VIsual Composer addon. So you need visual composer plugin to make this addon work.

I am not familiar with LayersWP but I think still you can use this plugin with your site.

Visual COmposer normally generate shortcode. So you can direct use shortcode of this plugin in your editor(not sure how LayersWP provide editor).

So let me know are you using Visual Composer. If you have in any other site then you can use that composer to generate shortcode.

Thanks.

Does this support multiple channels on multiple pages? Also is there a way we can make the videos sortable/searchable?

Hi,

Yes you can set any no of channels. You can also set specific playlist id if you need.

Just for your note: In one instance you can set only one channel. For another channel you have to add another shortcode.

Right now sortable/searchable function is not available. May be I will done sortable. But not sure about search function. If it will fit with my plugin then I will also add search function in future.

Let me know if you have more queries.

Thank You.

Thank You.

I want to do something like this with my youtube channel feed. Is it possible to have a search all videos and have categories in tabs? With this all feeding from my youtube channel? https://www.halstead.com/propertv

Tab is not possible with this plugin.

But I think you can manually create tabs with visual composer and call multiple youtube shortcode in all tab content.

With this method you have to pass different playlist id for all tabs.

Hope you get what I mean.

Let me know if you have more question.

Thanks.

Thank you for such a quick response. Is it possible to then search all tabs videos? I am guessing not. :)

By the way I like the plugin and might use it on another clients project.

Oh sorry no. My plugin not provide option for search. I forgot to mention.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey