Flat Awesome - PixelExit.com [Deleted]

strange. it show issues with two files. it was fine few days ago. i did upload the patched files that were issued by xenforo developers few days ago. not sure if these were included in them. would check again. thanks!

library/XenForo/BbCode/Formatter/BbCode/AutoLink.php
library/XenForo/Helper/Http.php

i am also running on php7. not sure if that's got anything to do with this issue. i test installed another theme after the error and it did install without any issues.
 
strange. it show issues with two files. it was fine few days ago. i did upload the patched files that were issued by xenforo developers few days ago. not sure if these were included in them. would check again. thanks!

library/XenForo/BbCode/Formatter/BbCode/AutoLink.php
library/XenForo/Helper/Http.php

i am also running on php7. not sure if that's got anything to do with this issue. i test installed another theme after the error and it did install without any issues.
Could you please post line 17 of message.css template?
 
i cannot locate message.css file in the entire xenforo directory.
Code:
find . -name "*message*"
./styles/XenthemesAgile/xenforo/_custom/img/live/message
./styles/XenthemesAgile/xenforo/overlay/timed-message.png
./styles/*******/hydrogen/xenforo/overlay/timed-message.png
./styles/uix/xenforo/overlay/timed-message.png
./styles/class/xenforo/overlay/timed-message.png
./styles/Xenthemes_Agile/xenforo/_custom/img/live/message
./styles/Xenthemes_Agile/xenforo/overlay/timed-message.png
./styles/default/xenforo/overlay/timed-message.png
./styles/flatawesome/xenforo/overlay/timed-message.png
./install/templates/message.php
 
i cannot locate message.css file in the entire xenforo directory.
Code:
find . -name "*message*"
./styles/XenthemesAgile/xenforo/_custom/img/live/message
./styles/XenthemesAgile/xenforo/overlay/timed-message.png
./styles/*******/hydrogen/xenforo/overlay/timed-message.png
./styles/uix/xenforo/overlay/timed-message.png
./styles/class/xenforo/overlay/timed-message.png
./styles/Xenthemes_Agile/xenforo/_custom/img/live/message
./styles/Xenthemes_Agile/xenforo/overlay/timed-message.png
./styles/default/xenforo/overlay/timed-message.png
./styles/flatawesome/xenforo/overlay/timed-message.png
./install/templates/message.php
It's a template. You can access to it through Appearance:
http://yourforum.com/admin.php?appearance/
 
since i could not install this theme on the board, i am not sure which theme's template to check? i currently have two themes installed and these are the first two css properties that include the line 17.

Code:
<xen:edithint template="message_user_info.css" />

.messageList
{
    @property "messageList";
    background-color: @contentBackground;
    padding: 0px;
    border-width: 0;
    border-style: none;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.025), 0 5px 12px rgba(0,0,0,0.125);
    @property "/messageList";
}

.messageList .message
{
    @property "message";
    padding: 10px 10px 0;
    border-top: 0 none rgba(0,0,0,0.07);
    box-shadow: inset 0 1px rgba(255,255,255,0.75);

    background-image: -webkit-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0));
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0));
    @property "/message";
}

Code:
<xen:edithint template="message_user_info.css" />

.messageList
{
    @property "messageList";
    border-bottom: 1px solid @uix_primaryBorder.border-color;
    @property "/messageList";
}

.messageList .message
{
    @property "sectionMain.margin";
    margin: @uix_gutterWidthSmall auto;
    @property "/sectionMain.margin";

    @property "message";
    background: @primaryLightest url('@imagePath/class/primary-content-bg.gif') repeat;
    padding: @uix_gutterWidth;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid @uix_primaryBorder.border-color;
    border-bottom-width: 1px;
    border-bottom-color: @secondaryLightest;
    @property "/message";
}
 
since i could not install this theme on the board, i am not sure which theme's template to check? i currently have two themes installed and these are the first two css properties that include the line 17.

Code:
<xen:edithint template="message_user_info.css" />

.messageList
{
    @property "messageList";
    background-color: @contentBackground;
    padding: 0px;
    border-width: 0;
    border-style: none;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.025), 0 5px 12px rgba(0,0,0,0.125);
    @property "/messageList";
}

.messageList .message
{
    @property "message";
    padding: 10px 10px 0;
    border-top: 0 none rgba(0,0,0,0.07);
    box-shadow: inset 0 1px rgba(255,255,255,0.75);

    background-image: -webkit-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0));
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0));
    @property "/message";
}

Code:
<xen:edithint template="message_user_info.css" />

.messageList
{
    @property "messageList";
    border-bottom: 1px solid @uix_primaryBorder.border-color;
    @property "/messageList";
}

.messageList .message
{
    @property "sectionMain.margin";
    margin: @uix_gutterWidthSmall auto;
    @property "/sectionMain.margin";

    @property "message";
    background: @primaryLightest url('@imagePath/class/primary-content-bg.gif') repeat;
    padding: @uix_gutterWidth;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid @uix_primaryBorder.border-color;
    border-bottom-width: 1px;
    border-bottom-color: @secondaryLightest;
    @property "/message";
}
The error seems to be in line 27, not 17.

If you haven't installed the style...where do you get the error so?
 
the style xml import process failed which is where i was getting the error. i removed the style at that time :P
let me update this thread when i get the time to reinstall the theme. i would check if template for this theme is available and post the content of message.css file here. thanks.
 
ah ok. my license recently expired. was hoping for release of a major update before i renewed it. thanks.

update: ok. i do have access to 1.5.9. would test after updating.
 
I tried to change the Logo Text name but anything I try to save it - it comes up with the...

403

Forbidden
Access to this resource on the server is denied!

Any idea what the solution is?
 
Sounds like a permission issue with your server. You should contact your host and mention that error.
 
it only happens when I try to change something in the Flat Awesome Properties section and no where else.
Did you try changing something in the default style properties to test? We have never had a report such as this and the error looks to be server related.
 
Question; How do I change the color of 'secondaryContent?'

s4256xy00R56.png
 
Check style properties -> building blocks -> secondarycontent link

Thank you, worked like a charm.

Question: I'm attempting to center the postbit information such as avatar, username, and user title. However, when trying various methods, I cannot seem to get the avatar area to center.

What I've tried:

Style Properties > Message Layout > Avatar Holder
Style Properties > Message Layout > User Info Block
* Tried both just to see if there was any luck.
Code:
text-align: center !important;

EXTRA.css
Code:
.messageUserBlock .extraUserInfo {
text-align: center;
}

Any idea? :)
 
Top Bottom