• Resolved mscottborden@gmail.com

    (@mscottbordengmailcom)


    I upgraded the MAKE template from 1.6.2 to 1.6.2.1. After the upgrade, the embedded videos no longer adjust their VERTICAL size to fit the dimensions of the widgets.

    YouTube embed codes copy/pasted into PageBuilder Visual Editor widgets.

    Problem applies to all pages with embedded video, and to PC and MAC desktop/laptop and mobile (iPhone) versions.

    http://www.ourdogtrainer.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @mscottborden,

    Woops, you’ve found a bug. We’ll have it fixed in the next version, but in the mean time, here’s a fairly easy fix if you’re comfortable modifying theme code:

    1) Open up the inc/extras.php file.
    2) On/around line 984 find this code:

    if ( is_object( $wp_scripts ) && 'WP_Dependencies' === get_class( $wp_scripts ) ) {

    3) Change “WP_Dependencies” to “WP_Scripts”, like this:

    if ( is_object( $wp_scripts ) && 'WP_Scripts' === get_class( $wp_scripts ) ) {
    Thread Starter mscottborden@gmail.com

    (@mscottbordengmailcom)

    Corey, you ARE the man! That fixed it! Woot woot! Thank you!!

    Excellent!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Embedded videos don't adjust their VERTICAL size’ is closed to new replies.