@txpmr – does this not point to a larger issue?
Here’s my soltuon… the data-ratio was attributed but was not being pulled in for some reason. I edited /wp-content/plugins/ultimate-members/assets/js/um-functions.js on line 193 to the following:
if (typeof ratio === 'undefined') {
ratio = '2.7:1';
}
var ratios = ratio.split(':');
Then I saved it as um-functions.min.js.
-
This reply was modified 6 years, 11 months ago by Ali.
-
This reply was modified 6 years, 11 months ago by Ali.
-
This reply was modified 6 years, 11 months ago by Ali.
-
This reply was modified 6 years, 11 months ago by Ali.