• FREE PRODUCTS, SPECIAL OFFERS & SUBSCRIPTION
    Find something worth grabbing
    Explore our free releases, check out current discounts, or join Eggy All Access from $14.99 a month or choose annual billing. Both options give you the same full access to all included current and future games, styles and products while your membership remains active.
  • Welcome to the Eggy Forums
    News, support, bug reports, feedback and community discussion for everything Eggy.
    Eggy News & Announcements Official releases, product updates, promotions, competitions and important Eggy news.
    General Discussion General community discussion, casual conversation and everyday topics across Eggy.
    Add-on Support Installation, configuration, upgrade and general support for Eggy products.
    Bug Reports Report reproducible bugs, errors and unexpected behaviour that needs investigating.
    Need support? Please include the product name and version, your XenForo version, what happened, and any relevant screenshots or server error logs. Providing clear details helps us investigate issues much faster.
Is it possible to change the Aethera Logo in the upper left-hand corner? If so, could you please direct me to where I can do this? Uploading a logo into the ACP - Styles - Aethera - Basic Options - Logo (settings) - does not change the appearance of the logo. Please advise.
 
Is it possible to change the Aethera Logo in the upper left-hand corner? If so, could you please direct me to where I can do this? Uploading a logo into the ACP - Styles - Aethera - Basic Options - Logo (settings) - does not change the appearance of the logo. Please advise.

Hey there and sorry for the late reply. The best way would be to upload it by replacing:

styles/eggy/aethera/aethera-logo.webp

However

I'm about to release a Rev 3 version that will be able to update it through ACP so don't worry it :-)
 
Rev 3 is now released and the logo can be changed directly through the ACP as mentioned above :-)

You can now go to:

ACP → Appearance → Styles → Aethera → Style properties → Basic options → Logo

and upload/set your own logo there. The upper-left Aethera logo will use that setting normally now, so there’s no need to replace the aethera-logo.webp file manually anymore.

Thanks for bringing it up as well — it made sense for Aethera to respect XenForo’s normal logo setting.
 
Sorry to trouble you again - I wish I knew how to read code (even CSS!) better than I do - but since I do not, here is another question. This one is about the colors.

On the main page, the top menu appears beautifully colored in dark navy hues:
main_page.png

But when I go to the profile page, the colors vanish and get replaced by these gray-blue-ish colors:

image.png

As you can see, the button colors also change to mirror the grey above, as do the tabs (About, Profile posts, Latest activity, etc.). What adjustments do I have to make - and where, specifically - so that the profile pages retain the same color scheme as the main forum page (1st image, above)?
 
After further review i've hidden the last resolution and will get this sorted right away :-)
 
Last edited:
Rev 4 is now released :)

This update mainly fixes the profile page colour inconsistencies. The profile tabs, navigation and buttons should now keep the proper Aethera dark navy and cyan styling instead of picking up the wrong colours.

It also includes all of the previous Rev 3 fixes, including the ACP logo change support. Once you’ve updated, could you please check a member profile page and make sure the top navigation, secondary navigation, buttons and profile tabs are all keeping the normal Aethera colours on your site? Your custom profile banner/background should still remain as you set it.
 
Yep, the color scheme is back to 'normal Aethera' colours! Thanks again for the super quick fix. :love:

profile.png
 
Just one more thing... (I'm starting to feel like Columbo from the detective/mystery TV series, haha, sorry!!) Anyway, I've noticed that the bottom of the page in profile is still grey:

Footer on the Main Forum page:
footer1.png

Footer on the Profile page:
footer2.png
 
Glad to hear it’s back to normal. Always happy to help. Your profile looks really cool with Aethera too, especially with that banner. It fits the style perfectly 😁
 
Just one more thing... (I'm starting to feel like Columbo from the detective mystery series, haha, sorry!!) Anyway, I've noticed that the bottom of the page in profile is still grey:

Footer on the Main Forum page:
View attachment 407

Footer on the Profile page:
View attachment 408

Can you load up extra.less and add this at the very bottom? I will revise this in the next version so it shouldn't need you to download again

Code:
html[data-template="member_view"]
{
    .p-footer,
    .p-footer-inner
    {
        background: #030814 !important;
    }
}

After adding, can you check to see if it's corrected the issue? Also be sure to check that you select Aethera from the dropdown when editing extra.less :)
 
Can you load up extra.less and add this at the very bottom? I will revise this in the next version so it shouldn't need you to download again

Code:
html[data-template="member_view"]
{
    .p-footer,
    .p-footer-inner
    {
        background: #030814 !important;
    }
}

After adding, can you check to see if it's corrected the issue? Also be sure to check that you select Aethera from the dropdown when editing extra.less :)

Yes, that seems to have changed it back to the Aethera color scheme - beautiful!
 
Yes, that seems to have changed it back to the Aethera color scheme - beautiful!

A new version Rev 4b will be released but this only includes this fix. As it's already been added to your extra.less you won't need to download so you can just ignore the update alert :-)
 
Back
Top