• Resolved airbiip

    (@airbiip)


    sometimes the thumbnail videos are only on one side when you wrap the shortcode in an accordion. then other times thumbnails go beyond the accordion border.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author plugin.builders

    (@pluginbuilders)

    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.

    Thread Starter airbiip

    (@airbiip)

    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.

    Plugin Author plugin.builders

    (@pluginbuilders)

    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>

    Thread Starter airbiip

    (@airbiip)

    I entered here and doesn’t work.

    View post on imgur.com

    Plugin Author plugin.builders

    (@pluginbuilders)

    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.

    Thread Starter airbiip

    (@airbiip)

    not working, can you just go in admin and fix this.

    Plugin Author plugin.builders

    (@pluginbuilders)

    Hi, ok, email me at support @ plugin.builders

    Thread Starter airbiip

    (@airbiip)

    ok emailed

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘doesn’t recognize borders’ is closed to new replies.