Jump to content
  • 0

MinervaNeue text formatting not loading


Ultra03

Question

The MinervaNeue skin on my MediaWiki installation is not loading the text formatting of the wiki. The attached image is an example:

https://i.stack.imgur.com/GLEOn.png

And here is where I load it up in LocalSettings.php:

wfLoadSkin( 'MinervaNeue' );
wfLoadExtension( 'MobileFrontend' );
$wgMFAutodetectMobileView = true;
$wgMFDefaultSkinClass= "SkinMinerva";

The Vector skin doesn't give me any issues (but it isn't mobile-friendly, either). Does anyone have a solution for this?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
10 hours ago, Skizzerz said:

Try putting the wfLoadSkin underneath the wfLoadExtension call; I believe the order is important here and loading the skin first will cause issues.

Unfortunately, that didn’t work either (although I just reread the install instructions and it mentioned that). What’s going on here?

Link to comment
Share on other sites

  • 0
11 hours ago, Ultra03 said:

Unfortunately, that didn’t work either (although I just reread the install instructions and it mentioned that). What’s going on here?

Could be a number of things; do you have a link to your wiki that you can share? This would let me poke around with my browser devtools and see if I can uncover anything (perhaps there are permissions issues accessing the files, or its looking in the wrong place, or there's a version mismatch between your MobileFrontend/MinervaNeue version and MediaWiki version, or it could be working just fine now but a bad cache is making it appear to not be the case)

Link to comment
Share on other sites

  • 0
17 hours ago, Skizzerz said:

Could be a number of things; do you have a link to your wiki that you can share? This would let me poke around with my browser devtools and see if I can uncover anything (perhaps there are permissions issues accessing the files, or its looking in the wrong place, or there's a version mismatch between your MobileFrontend/MinervaNeue version and MediaWiki version, or it could be working just fine now but a bad cache is making it appear to not be the case)

I ended up fixing it by deleting my MediaWiki installation and using the latest version of MW, MobileFrontend, and MinervaNeue (1.31 vs 1.30). Weird. Thanks for your help.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.