A couple of web portal issues

I’m having a couple of issues with images and the web portal. The first one is that the styling on the front page of the portal covers the menu in portrait mode of mobile devices.

I’ve tested this with a full-sized iPad (using Safari), an 8" Samsung tablet (using both Firefox and Chrome) and both an iPhone (Safari) and 5" Moto G5 (using both Firefox and Chrome).

I switched out the default ‘jumbotron’ image with a much smaller one, suspecting that was the issue, but it doesn’t seem to help. Attached is a screen shot showing what I mean.

Another problem I’m having is that images appear to be broken, not appearing using either option presented, either ‘basic’ or ‘pretty’. One thing I noticed is that the formatting seems to expect a path containing ‘/files’ but the actual path to images contains /file. (EX: /file/misc/chicago_neighborhoods_map.png)

Thanks for the feedback.

The first one sounds like a bug with the default CSS style - I’ll work on that.

For the second broken image link issue, can you give me an example of what code you’re using to show the image? Image links are working on BSGU so I’m suspecting it may be a problem with the instructions. Here’s an example:

[[image misc/SubsequentAward1.png]] on http://bsgu.aresmush.com/wiki/theme_awards

1 Like

Ah! There we go.

The instruction example on the /help/markdown page reads thusly:
[[image /files/pic.jpg height=50px width=100px center]]

I was using:
[[image file/misc/chicago_neighborhoods_map.png]]

If you omit the /files from the path, the image resolves perfectly.

Aaah. I changed it at one point to not need the files prefix and I guess I forgot to update the instructions. Will fix, thanks.

1 Like