Hi, some script is trying to use jQuery even before it’s loaded which is producing error and preventing YourChannel from running properly. Try loading the jQuery in your theme’s head tag. Also deactivate the YouTube EmbedPlus plugin.
check same link again the only one with problem is one with closed accordion in default not the open one and the one without accordion. your plugin is the only one with this problem.
Ok YourChannel calculates width based on parent container so when the videos are created, parent container is hidden. Then YourChannel cannot know when the accordion is expanded. Paste the following code in your theme’s footer file, or put it right after YourChannel shortcode in Text tab of post editor.
<script> jQuery('.sow-accordion-panel-header').on('click', function(){ YRC.EM.trigger('resize'); }); </script>
I entered here and doesn’t work.
View post on imgur.com
I see a page Custom CSS & JS just above the Portfolio link, go there and there’d be some Script field, paste jQuery('.sow-accordion-panel-header').on('click', function(){ YRC.EM.trigger('resize'); }); there.
not working, can you just go in admin and fix this.
Hi, ok, email me at support @ plugin.builders