Font issue

classic Classic list List threaded Threaded
16 messages Options
1j1
Reply | Threaded
Open this post in threaded view
|

Font issue

1j1
I have in Appearance settings for fonts on whole site as "Font Size: 97%, Main Font: Garamond, Title Font: GWF=Curlz MT". However, after visiting the "Subscribe via email" page - there as well as on "Send email to user" pages fonts are forum default ones, though with still of 97% size - after visiting those pages whole fonts on forum drop to default ones of 97% size , so I have to again go to Appearance (where all fonts displayed exactly how they were set by me, like if there's nothing was dropped to defaults) & click Ok to get my fonts back. Any help?
Also, how to get the "Subscribe via email" & "Send email to user" pages to be of the same fonts I chose for whole site?

Also #2, why with my current fonts/sizes the color code as
<font color=red>font</font>
 doesn't work?   I have white for fonts & lilac background.
Reply | Threaded
Open this post in threaded view
|

Re: Font issue

Pedro
Please, give me your forum url.
My test forum.
1j1
Reply | Threaded
Open this post in threaded view
|

Re: Font issue

1j1
Reply | Threaded
Open this post in threaded view
|

Re: Font issue

Pedro
I tried to reproduce the error doing this:
1- went to your change appearance -> font and save
2 - entered inside a post and opened another tab
3 - at the other tab, went to subscribe via email
4 - went back to the post and saw if the two tabs fonts were the same

I guess they should be different if there was a bug, right? How should I reproduce your error?
My test forum.
1j1
Reply | Threaded
Open this post in threaded view
|

Re: Font issue

1j1
I'm getting it like this: on home page I went to Options > Subscribe via email - that page was displayed in default Arial font but not in those how I chose for whole forum. Then I went back from that page to the home page, refreshed - all looks Ok, I went in to any category or topic list or topic - all was displayed in default Arial font in 97% size. So I have to get back to home page go to Appearance > Fonts & click on Apply (no matter that all font settings didn't change there visually), so I get back my custom fonts everywhere.
I tried the same from a different account there & had the same issue.
However, I noticed pages like Send email to user or like Account advanced settings are also displayed in default Arial font but they don't affect fonts all over after visiting those pages.

I tried to reproduce the same on my 1j1 (http://1j1.2328899.n4.nabble.com/) forum & I have that bug/glitch there too.

1.jpg - custom fonts
2.jpg - after going to "Subscribe via email", fonts in sub-apps drop to default ones.
Reply | Threaded
Open this post in threaded view
|

Re: Font issue

Pedro
Please, it seems to be a cache issue. Try to refresh the page with "ctrl+f5" when it happens.
Let me know if the problem stops. I'll keep investigating.
My test forum.
1j1
Reply | Threaded
Open this post in threaded view
|

Re: Font issue

1j1
ctrl+f5 didn't help.
I tried to reproduce the font issue via 2nd browser & as a guest - it gave me similar result.  Then I didn't do anything with fonts but opened that page in a 3rd browser & it was displaying the page with default fonts.

Right now I'm noticing that even going back to Appearance > Fonts, clicking Apply & refreshing the page doesn't help at all - fonts in subapps for me are default ones.  Maybe it's only on my side but maybe it's for all - check if fonts on http://1j1.2328899.n4.nabble.com/fghjghjk-f3.html are different from fonts on home page.
Reply | Threaded
Open this post in threaded view
|

Re: Font issue

GregChapman

This is what I see:

and this:

Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.
1j1
Reply | Threaded
Open this post in threaded view
|

Re: Font issue

1j1
Greg, that just reminded me of your reply http://support.nabble.com/Changing-Sub-Forums-Topics-in-to-sub-forum-title-Fonts-tp7585632p7585683.html
But fonts I chose for forum are the same that can be found in default list of fonts of MS Word. So I'm not sure why you have it differently displayed compared to me.
Reply | Threaded
Open this post in threaded view
|

Re: Font issue

GregChapman
I don't have WORD installed, so may be missing a lot of the fonts you have installed.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.
Reply | Threaded
Open this post in threaded view
|

Re: Font issue

Pedro
In reply to this post by 1j1
I figured it out. When something is wrong in your naml, the system "turn off" your tweaks in order to make the site working.
Your appearance setting (color, font, etc.) is a tweak and you had a naml error at gallery_table macro.
So every time you went in a site area that calls gallery_table macro, like your sub gallery, the naml used to brake and your tweaks ( font ) stopped.
I fixed that in your forum.
Please, always look at your advanced editor. Even though when you save a code it doesn't show any errors, when you pass by a broken area and back to the editor, the error will be shown.
My test forum.
1j1
Reply | Threaded
Open this post in threaded view
|

Re: Font issue

1j1
Well, going to "Subscribe via email" & then to any subapp shows all displayed in my chosen fonts. However, going to any Profile, Topics View & any topic shows all in default font. Same goes for sub-subapps.
Reply | Threaded
Open this post in threaded view
|

Re: Font issue

Pedro
When you see a font changed, at the same page click on "Edit this page" and check your advanced editor. An error message will be there.
My test forum.
1j1
Reply | Threaded
Open this post in threaded view
|

Re: Font issue

1j1
This post was updated on .
Ah, yes... I see it now.  When I go to http://lake-hoohaw-boards.2328210.n4.nabble.com/template/NamlServlet.jtp?macro=subscribe&node=14 it's all displayed in default font, I go to the NAML & it indeed shows an error - I see it mentions many tweaks I've done so far but how to fix it without losing/breaking those tweaks?
Reply | Threaded
Open this post in threaded view
|

Re: Font issue

Pedro
The error message shows where the errors are. Try to fix them.
My test forum.
1j1
Reply | Threaded
Open this post in threaded view
|

Re: Font issue

1j1
I found out there were 2 macros conflicting with each other - both were named extra_fields. So I changed the one related to Profile to additional_fields & all related to it macros accordingly - the problem vanished! Thanks so much! :)