Thread Starter
Ali
(@alikm)
@txpmr It occurs when I load in any profile, until this fix. My guess is possibly conflicting enqueue priorites or other plugins. For me its resolved and I’ll be keeping an eye out for the next update.
Thanks for an awesome plugin btw!!
Thread Starter
Ali
(@alikm)
@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 8 years, 1 month ago by Ali.
-
This reply was modified 8 years, 1 month ago by Ali.
-
This reply was modified 8 years, 1 month ago by Ali.
-
This reply was modified 8 years, 1 month ago by Ali.