When you start a post or thread please start with an intro describing the issue briefly, from this post it’s hard to understand what the problem is.
Hi,
I recently started using buddypress on my site and it was/is working pretty well. I was using the buddypress activity plus plugin for links and videos.
Since the lastest update, I am missing the Post Update button in the activity area. I deactivated the activity plus plugin and tried re-installing buddypress but the problem is still there. Does anyone have a clue of how I can resolve this?
http://wordpress.org/extend/plugins/buddypress/
Cant edit my first post as I was working on it but once I posted this one it wouldnt allow me
Rightly or wrongly BP adds specific visual behaviour to this element.
In the initial view the ‘whats-new-options’ element is hidden via a css ruleset, on focus of the textarea BP uses JS to add an inline ‘style’ attributte to change the height to 40px, on submission BP once again manipulates the element with js to change the inline style attribute to ‘height: 0;’
Thus the expected result is that the options are hidden until they are needed.
Adding inline styles means that it’s actually quite hard to change this behaviour as inline styles are intended to carry a much higher specificity and precedence in the Cascade.
You can add a rule to show the option, but the issue then is on submit BP overrides that rule with the inline style height: 0;
So even if I add a rule submit BP will override the rule and it would have proven pointless. Whats my option here remove the inline styles?
hi @andrewslo,
when you link to your site, please check for a valid URL. You wrote coom insted of com…
When on the site, pfuuuh, and click on home it leads to a empty page. Check if you have an old “home” in the trash and clear it, because actually the page who comes is /home-2 !
Now the theme’s css. Some themes are not showing the ajaxified what’s new field, because of the global.js inline style (by default 0)
The only way to adjust this is to open the global.js of your theme and to change this height in the js file.
If not there, you have to add a _inc folder to your child theme, then to copy the bp-default/_inc/global.js into it and adjust his code.
you cant edit posts after you post once that kinda sucks I noticed it but I couldnt fix it
@andrewslo
what do you mean by you cant edit posts after you post once