WooCommerce Product Video Gallery plugin compatibility

Please go to Appearance > Theme Editor > inc > lib > woocommerce >woocommerce.php find lines 109 and 110:

add_action( ‘woocommerce_before_single_product_summary’, array($this, ‘beforeSingleProductImage’), 15 );
add_action( ‘woocommerce_before_single_product_summary’, array($this, ‘afterSingleProductImage’), 25 );

Change them to:

add_action( ‘woocommerce_before_single_product_summary’, array($this, ‘beforeSingleProductImage’), 9 );
add_action( ‘woocommerce_before_single_product_summary’, array($this, ‘afterSingleProductImage’), 11 );

Or change the file via FTP wp-content/themes/dfd-ronneby/inc/lib/woocommerce/woocommerce.php

If you have any questions, please, submit a ticket here.

div#stuning-header .dfd-stuning-header-bg-container {background-image: url(https://rnbtheme.com/documentation/wp-content/uploads/2017/01/hands1.jpg);background-size: cover;background-position: center center;background-attachment: scroll;background-repeat: no-repeat;}#stuning-header div.page-title-inner {min-height: 550px;}#main-content .dfd-content-wrap {margin: 0px;} #main-content .dfd-content-wrap > article {padding: 0px;}@media only screen and (min-width: 1101px) {#layout.dfd-portfolio-loop > .row.full-width > .blog-section.no-sidebars,#layout.dfd-gallery-loop > .row.full-width > .blog-section.no-sidebars {padding: 0 0px;}#layout.dfd-portfolio-loop > .row.full-width > .blog-section.no-sidebars > #main-content > .dfd-content-wrap:first-child,#layout.dfd-gallery-loop > .row.full-width > .blog-section.no-sidebars > #main-content > .dfd-content-wrap:first-child {border-top: 0px solid transparent; border-bottom: 0px solid transparent;}#layout.dfd-portfolio-loop > .row.full-width #right-sidebar,#layout.dfd-gallery-loop > .row.full-width #right-sidebar {padding-top: 0px;padding-bottom: 0px;}#layout.dfd-portfolio-loop > .row.full-width > .blog-section.no-sidebars .sort-panel,#layout.dfd-gallery-loop > .row.full-width > .blog-section.no-sidebars .sort-panel {margin-left: -0px;margin-right: -0px;}}#layout .dfd-content-wrap.layout-side-image,#layout > .row.full-width .dfd-content-wrap.layout-side-image {margin-left: 0;margin-right: 0;}