Forum bug: huge trainer rank image

I don’t know if this is new, or if there weren’t many people with trainer rank before, but this is what I see with non-default themes:
rank-image.png
I get that you probably don’t support those very much, but it would be nice if you could apply a simple fix (same css as in default theme):

For /styles/prosilver/theme/content.css:

--- prosilver\content.css	2017-08-14 01:19:27.997816200 +0200
+++ prosilver-fixed\content.css	2017-08-14 01:19:42.188627800 +0200
@@ -718,6 +718,11 @@
 	margin-bottom: 10px;
 }
 
+.postprofile .profile-rank img {
+	max-width: 90px;
+	opacity: 0.8;
+}
+
 /* Post-profile avatars */
 .postprofile .has-avatar .avatar-container {
 	margin-bottom: 3px;

For /styles/SE-left/theme/content.css:

--- SE-left\content.css	2017-08-14 01:21:42.158489700 +0200
+++ SE-left-fixed\content.css	2017-08-14 01:21:59.913505200 +0200
@@ -718,6 +718,11 @@
 	margin-bottom: 10px;
 }
 
+.postprofile .profile-rank img {
+	max-width: 90px;
+	opacity: 0.8;
+}
+
 /* Post-profile avatars */
 .postprofile .has-avatar .avatar-container {
 	margin-bottom: 3px;

You must have some cached CSS file. Reload, restart the browser, clear the proxy cache.

Well, I do admit that I didn’t try that before, but when I did it now, I still don’t see any css rules for this image. But since you replaced the image by smaller one, it’s no longer a problem. Thank you.

Just one little suggestion, it would look slightly better if the image had alpha transparency, as the previous one had (current one has flat white background). You may use this one I prepared, if you want:
logo_ct.png

I see that you are one of the 20 people that use the old design :slight_smile: So yes, there are no CSS rules, you are right.

I am one of the 20. phpBB’s template is far more usable and familiar than you custom template.

I am the second of the 20 people. Quicksilver or similar scemes are the best to use.

I did mention non-default themes in first post and “prosilver” and “SE-left” can also be seen there. Just for the record.

And what can I say, I did try to give the new default theme a chance. But I don’t know, it’s so white and spread out and with large fonts and spacing, … I can’t help it, prosilver will hardly win any beauty contest, but it’s more pleasant to my eyes. I hope you know how much we like you for providing it as option. :slight_smile:

Must be cache somewhere. CSS was modified before the image was uploaded. In addition, the image was replaced soon after. Reload, guys, refresh. Find your caches.

I’m also a forum user who sees this issue on some forum skins. It just happens to be on my preferred skin.

Right click the file, select “open image in new tab”. Hit refresh a few times. The image should become smaller (as it will load the actual image, not the one from cache).

Simple and effective resolution.
.

Or you simply hit ctrl+f5 which will reload the page without using any local caches overriding anything previously cached.

Does not work in all browsers and OSes. Also not sure if this has any effect on transparent proxy cache. One reason I do not like cache.

It certainly works on FF and Chrome. I don’t know about other browsers.
And I am pretty sure this is OS agnostic for cross-platform browsers.

I also explicitly mentioned local caches. Local Cache != Proxy Cache
But still, ctrl+f5 will not simply cause the browser to ignore the local cache but it will also send a Pragma: No-Cache header (or similar, depending on the browser) so if the proxy is properly configured it should obey the header and not send cached content.
http://podlipensky.com/2012/03/behind-refresh-button/
https://stackoverflow.com/questions/385367/what-requests-do-browsers-f5-and-ctrl-f5-refreshes-generate

macs do not even have F5 :wink:

Shift command R.


Sent from my iPhone using Tapatalk

https://greenwireit.com/it-tech-support-articles/hard-refresh-a-page-in-firefox-on-a-mac-ctrl-f5/

ctrl + f5 (or command + shift + r for macs apparently - because… apple reasons) is with what web developers work.
I’ve never heard of any developer opening an image in a new tab and start refreshing it hoping for the best :unamused:

Looks like ALT+CMD+R causes “reload from origin” in macOS Safari (not shift).

F5 adjusts keyboard brightness.

Actually, it is shift-command-R that used to do this, but apparently no longer does in Sierra.

Option (there is no alt) command-R now “enters responsive design mode,” which is entirely unrelated.

If you want the function key on a Mac keyboard instead of the predefined icon action for that key, you must simultaneously press Fn. You can reverse this behavior in System Preferences / Keyboard if you prefer (but since few Mac apps employ actual “function” keys, few people bother).