Great plugin with TERRIBLE STYLING.
-
Hi,
Great plugin with TERRIBLE STYLING. The scrolling was not solved from last updated version of the plugin using the js to adjust the height to 50px:
//fix the scroll problem
jq(‘#whats-new’).off(‘focus’);
jq(‘#whats-new’).on(‘focus’, function(){
jq(“#whats-new-options”).css(‘height’,’auto’);
jq(“form#whats-new-form textarea”).animate({
height:’50px’
});
It gets overriddenI tried a css workaround in my twentythirteen child theme(style.css):
#buddypress form#whats-new-form #whats-new-submit {
float: right;
margin-top: -1px;
}But if you take into consideration a user with a mobile, then no chance:(((
Another issue It would be nice if you change the privacy name to match those used in Buddypress Xprofile Custom Fields Type plugin Nobody instaid of only me:)
Unfortunately i have to uninstall the plugin until you resolve the css scrolling problem.
Any body knows a good alternative!!!
- The topic ‘Great plugin with TERRIBLE STYLING.’ is closed to new replies.