Adding here. I’m using CHROME and the problem is much more noticeable with it than with other browsers. I’ve asked my members to point out after-upgrade-problems and the same thing was noted by another random user; also using Chrome.
I doubt it’s anything to do with the upgrade, unless your host is e.g. low on memory or something. It might just be lag between your computer and your server, which you have no control over.
You could start by looking at your web server’s error logs, and if there are any errors in your web browser’s javascript error console. If it’s dumping a million errors, then perhaps there is something we can do to fix it.
Thanks Paul… Server error log seems okay. Javascript console had the following errors:
https://i.imgur.com/GatPV.png
Any ideas? It looks like a few may be related to BP. Thanks for the help. I have an older install as well on another site which I’ve held off on upgrading and there everything seems fine.
Paul, so right off I see errors with the call to a non-existent header image (I replaced it with a invisible gif and it is now solved) and adminbar.css.
With adminbar.css:
I’m using a child theme and I have its style sheet setup to import this way:
/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );
/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );
That’s where the error is coming from. Reading over some of the changes to BP 1.5 i noted something called enqueued css. I’m not familiar with it really. If I just delete those two lines will that style sheet still inherit the parents style sheet? Deleting those lines does resolve that final error.