rhetthenckel
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: CONCATENATE_SCRIPTSJust had this same issue with my subdomain multisite install built with roots.io trellis & bedrock upon updating to 6.4.2. Definitely NOT a plugin issue as I was able to reproduce on a staging environment without any plugins active. I can see specifically in dev tools the error is:
refused to apply style from .../wp-admin/load-styles.php because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
I guess I am going ahead with the solution to
define( ‘CONCATENATE_SCRIPTS’, false );
, as I see that fixes it on my staging environment.Will monitor to see if this affects performance.
the bucket is set to PUBLIC.
No Domain Alias.
DreamSpeed CDN Support is set to ONI have verified migrated files are live on dream.io.
Subdomain installation with wpmudev domain mapping plugin. This site is not domain mapped but will be eventually.
here’s the screenshot: https://i.imgur.com/8qdACTC.png
Forum: Plugins
In reply to: [BP Avatar Suggestions] No user_avatar_choice in usermetaFor future users, our solution is as follows: replace “.live” with “.on” in bp-avatar-suggestions/js/bp-as-front.js
As mentioned in the jQuery documentation, .live is deprecated as of 1.7, so users of recent versions of WordPress will most likely want to remove any references to .live from their js files: https://api.jquery.com/live/
Forum: Plugins
In reply to: [BP Avatar Suggestions] No user_avatar_choice in usermetaThanks for getting back to me!
Yes just checked – it’s a javascript issue. Get this error in the console:
Uncaught TypeError: Object [object Object] has no method ‘live’
bp-as-front.js
line 42Forum: Plugins
In reply to: [BP Avatar Suggestions] No user_avatar_choice in usermetawordpress 3.6.1
buddypress 1.8.1
bbpress 2.4Forum: Themes and Templates
In reply to: Show all custom post types organized by custom taxonomy