Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2011-02-11 14:23:25

PKnight
New member
Registered: 2010-12-31
Posts: 9

Tried to change dropdown font menu but it didn't take.

In XinhaCore.js I replaced the font choice of wingdings to Comic Sans MS, but wingdings is still showing as the choice on the dropdown menu. Seems straightforward.  I even did an edit search in the html on the site and there is no occurrence of wingdings found.  What am I not doing right? 
Here is what I did:
  this.fontname =
  {
    "— font —": "", // — is mdash
    "Arial"           :    'arial,helvetica,sans-serif',
    "Courier New"     :    'courier new,courier,monospace',
    "Georgia"         :    'georgia,times new roman,times,serif',
    "Tahoma"          :    'tahoma,arial,helvetica,sans-serif',
    "Times New Roman" : 'times new roman,times,serif',
    "Verdana"         :    'verdana,arial,helvetica,sans-serif',
    "impact"          :    'impact',
    "Comic Sans MS"   : 'Comic Sans MS'
  };
Clearly a newbie here... Much obliged for any help.

Offline

#2 2011-02-11 20:03:01

gogo
Xinha Leader
From: New Zealand
Registered: 2005-02-11
Posts: 1,015
Website

Re: Tried to change dropdown font menu but it didn't take.

Browser cache.  Try different browser.


James Sleeman

Offline

#3 2011-02-11 22:36:56

PKnight
New member
Registered: 2010-12-31
Posts: 9

Re: Tried to change dropdown font menu but it didn't take.

Thank you for the response, but unfortunately the problem is still there. Still see WingDings in drop-down. Tried two other browsers then went over to another computer and tried there.  Very weird.  Any other ideas?

Last edited by PKnight (2011-02-11 22:37:17)

Offline

#4 2011-02-12 20:11:54

gogo
Xinha Leader
From: New Zealand
Registered: 2005-02-11
Posts: 1,015
Website

Re: Tried to change dropdown font menu but it didn't take.

Observe the config as it is receieved from the server in your browser's developer tools to confirm that your browser is receiving the correct file contents from your server.


James Sleeman

Offline

#5 2011-02-13 22:39:38

PKnight
New member
Registered: 2010-12-31
Posts: 9

Re: Tried to change dropdown font menu but it didn't take.

James, but of course!  Thank you! I fixed it.  I thought I was accessing Xinha stored on my subweb, but had the address of Xinha set to the address of my main site. So that was the source and I had not changed that one. I very much appreciate your help!

Last edited by PKnight (2011-02-13 22:40:18)

Offline

Board footer

Powered by FluxBB