You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like there was another bug that was keeping the division by 0 from appearing by default as having 0 dimming resulted using the default dimming (20) instead of user selected 0. This is now fixed in dev branch and I'll close this issue when it is merged.
Hello,
Is very nice starter theme i love use it !
In the Hero block the dimming to 0 no work, I think it's due to a mathematical error:
<?php echo esc_attr($data['dimming_opacity'] / 100); ?>
But not, is just the
if (isset($f['dimming']) && !empty($f['dimming'])) {
of 0 return default value of $placeholdersThank you
The text was updated successfully, but these errors were encountered: