• I have recently update my website SSL and am having issues with the page containing a video gallery. Everything functions properly, though a browser will either disregard the SSL or have a warning as the plugin is using a GET function which calls standard http for the video thumbs. Is there a way to update this ?

    ps. i already went through and made sure all links to videos were https and even deleted and re-added the links to be sure, still does the same.

    https://wordpress.org/plugins/gallery-video/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter troy-w

    (@troy-w)

    I managed to fix this after scouring the source files, simply change http to https in youtube.lib.js file which state host as htttp://youtube.. etc

    though I am still getting multiple issues about outdated code …

    Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead jquery.min.js:1:0
    TypeError: c.browser is undefined jquery-ui.min.js:10:42
    TypeError: b.browser is undefined jquery.fancybox-1.3.4.pack.js:18:206
    TypeError: jQuery(…).colorbox is not a function weddings:276:0
    Use of getPreventDefault() is deprecated. Use defaultPrevented instead. jquery-1.7.1.min.js:3:0
    Use of getPreventDefault() is deprecated. Use defaultPrevented instead.

    any suggestions on these .. i updated the plugin but it didn’t resolve the issue

    Hello
    Dear user this error: TypeError: b.browser is undefined jquery.fancybox-1.3.4.pack.js:18:206 is not ours
    this one: Use defaultPrevented instead. jquery-1.7.1.min.js:3:0 is not error, the program just suggest to renew getPreventDefault()
    and the rest, this ones: TypeError: c.browser is undefined jquery-ui.min.js:10:42
    TypeError: jQuery(…).colorbox is not a function weddings:276:0
    are a type of errors which can not destroy any functions, so they should not make you uncomfortable

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘fetching httpS thumbs from youtube’ is closed to new replies.