Flexile Dark

Flexile Dark 1.1.5.1

No permission to download
Status
Not open for further replies.
Hi Erik,

How do i edit the text in the top right in the header? Cant seem to find the template, thanks mate.
It's actually a Style Property. Look under Style Properties > Flexile Style Properties > Right Content Area. :)
 
It's actually a Style Property. Look under Style Properties > Flexile Style Properties > Right Content Area. :)
Found it thanks. I can edit user bar text string fine. But I cannot edit the right area content, no matter what I put in there it still uses the default message even when i try with another browser. I can either enable it or disable it but editing while its enabled doesnt seem to change the original message no matter what I try.
 
Hmm... can you post a screenshot of your styles screen in the Admin CP? I just tested it and it seems to be working fine for me. Are you trying to change the content from the Flexile Style Properties or Flexile Dark Style Properties?
 
Hmm... can you post a screenshot of your styles screen in the Admin CP? I just tested it and it seems to be working fine for me. Are you trying to change the content from the Flexile Style Properties or Flexile Dark Style Properties?
Sorry editing wrong style :S all good now
 
I changed some of the fonts on my forum... I think it makes the text look better on this skin.

Style Properties: Message Elements > Message Text
Code:
font-size: 10pt;
font-family: Verdana, Helvetica, Arial, sans-serif;
line-height: 1.4;

Style Properties: Message Elements > Signature
Code:
font-size: 7pt;

1.webp

I did this change to the Flexile base, so it affects both the light and dark skins.
 
reinstalled the style=> nothing happend.


But as i disabled the debugmod, the errormessage was removed.
 
HM, as i changed a color in the acp, i got the same error again.

I think i've found the problem.

All the variables in the message aren't set:(
For example:
Code:
.xenTooltip.statusTip
{
	/* Generated by XenForo.StatusTooltip JavaScript */
	{xen:property statusTooltip}
}

{xen:propery statusTooltip} doesn't exist

I had to create all the missing properties
 
HM, as i changed a color in the acp, i got the same error again.

I think i've found the problem.

All the variables in the message aren't set:(
For example:
Code:
.xenTooltip.statusTip
{
	/* Generated by XenForo.StatusTooltip JavaScript */
	{xen:property statusTooltip}
}

{xen:propery statusTooltip} doesn't exist

I had to create all the missing properties
Interesting. I just checked xenforo.css on my installation of the themes and all the properties are there, so I'm not really sure what is up. If anyone else experiences this let me know.
 
hm very strange.

Interesting. I just checked xenforo.css on my installation of the themes and all the properties are there, so I'm not really sure what is up. If anyone else experiences this let me know.
very strange.

I'll try it tomorrow with an clean installation.
 
Hi Erik,

Do you plan on using the fonts Jaxel posted earlier for a next release? I am currently waiting for that, if not, would you be able to tell me how I can change my text like Jaxels? Definatley a bit easier on the eyes, cheers mate.
 
Hi Erik,

Do you plan on using the fonts Jaxel posted earlier for a next release? I am currently waiting for that, if not, would you be able to tell me how I can change my text like Jaxels? Definatley a bit easier on the eyes, cheers mate.
I don't have any plans on changing it for the next release, but if you want you can change it using the directions Jaxel posted above:

Once you have the style installed, go to Style Properties > Message Elements > Message Text, change the font size to 10pt, and paste this in the Font Family box:
Code:
Verdana, Helvetica, Arial, sans-serif
 
Status
Not open for further replies.
Back
Top Bottom