Profile settings bug? (and interm fix)
-
Just updated a couple of my sites Youzify to the new version, and I went from 1.2.5 to 1.2.9, so I am not sure at what point something was removed. It causes a potential bug in the member settings area, none of the icons show up because the background defaults to white (#fff), and the alignment doesn’t place those icons in a row either. It looks like this:
The html part that changed went from this:
To this:
The div classes for the individual buttons is no longer there. Still cannot find where that gets put in so I can put them back. The interm fix I did was this (it makes the buttons all one color, using the scheme, so they are no longer colorful like before but it does make them all align correctly and show up at least.
.youzify-head-buttons .youzify-head-buttons-inner {
display: inline-flex;
}
.youzify-head-buttons a {
background: var(--yzfy-scheme-color) !important;
}
.youzify-head-buttons-inner > div {
padding: 0px 4px !important;
}Not sure what all themes are affected by this. This happened with Tentered and Obelisk that I know of so far. Just in case anyone else has this issue, that’s a temporary fix for it at least. The above goes into the customize > additional css area.
- The topic ‘Profile settings bug? (and interm fix)’ is closed to new replies.