Flat Awesome - PixelExit.com [Deleted]

Using a cell (mobile view), I don't like that from the "Home" page, the "Forums" like is hidden under the menu drop-down.

How could I change the "Home" link to a font awesome icon for home? That way, perhaps in the mobile view, there might be enough room for "home" and "forums" links to be visible from the home page.
 
am I the only one who has problem with uploading attachments in posts? There ist no hourglass animation or anything, also the successfully uploaded attachments don't show until I hit "submit": After the page-reload I see that every upload I initiated worked, bt before there was no way to tell... (xf 1.4.10, fa 1.4.5) I've seen this with Chrome browser on Mac and Windows. Adblocker switched off...

(forgot to say: If I switch back to xf default style it works, so I guess this problem is connected to flatawesome)
 
am I the only one who has problem with uploading attachments in posts? There ist no hourglass animation or anything, also the successfully uploaded attachments don't show until I hit "submit": After the page-reload I see that every upload I initiated worked, bt before there was no way to tell... (xf 1.4.10, fa 1.4.5) I've seen this with Chrome browser on Mac and Windows. Adblocker switched off...

(forgot to say: If I switch back to xf default style it works, so I guess this problem is connected to flatawesome)

Not exactly sure how the style would effect that to be honest :(

Using a cell (mobile view), I don't like that from the "Home" page, the "Forums" like is hidden under the menu drop-down.

How could I change the "Home" link to a font awesome icon for home? That way, perhaps in the mobile view, there might be enough room for "home" and "forums" links to be visible from the home page.

You can edit the navigation template and look for the {xen:phrase home}, replace it with Font Awesome code:

Code:
<i class="fa fa-home"></i>
 
You can edit the navigation template and look for the {xen:phrase home}, replace it with Font Awesome code:

Code:
<i class="fa fa-home"></i>

This did not work for me. I changed it in navigation and quick navigation templates, reloaded, and it still says "HOME" in the tab.
 
This did not work for me. I changed it in navigation and quick navigation templates, reloaded, and it still says "HOME" in the tab.
Did you edit the right template in the right style? Make sure you're editing the navigation template in your Flat Awesome style.

You want to find this line in the navigation template:
HTML:
<li class="navTab home PopupClosed"><a href="{$homeLink}" class="navLink">{xen:phrase home}</a></li>

And replace it with this:
HTML:
<li class="navTab home PopupClosed"><a href="{$homeLink}" class="navLink"><i class="fa fa-home"></i></a></li>
 
Yes I quadruple checked that it was the navigation template in the currently active style. It still showed "HOME" typed out. Note I do use CTA featured threads as my home page and don't know if that affects anything.
 
Yes I quadruple checked that it was the navigation template in the currently active style. It still showed "HOME" typed out. Note I do use CTA featured threads as my home page and don't know if that affects anything.
Yeah, that might be the issue then. I'm not familiar with the add-on but it's quite possible it is adding its own tab to act as a 'Home' tab hence why the changes we advised you to make are seemingly having no effect.

Perhaps @Brogan can assist you better with replacing the tab's phrase with an icon.
 
Yes I quadruple checked that it was the navigation template in the currently active style. It still showed "HOME" typed out. Note I do use CTA featured threads as my home page and don't know if that affects anything.

He's probably using the extra:tabs home

Screenshot_7.webp

Try placing the font awesome icon on those spots.
 
Version 1.4.5 has an issue on the Account Upgrades page.

After an upgrade is purchased, an additional section is generated below the available options called "Purchased Upgrades". For some reason at this point, the breadBoxBottom and Footer end up INSIDE the <!-- main template --> container, which causes the footer to kind of float-right instead of act like a block level element.

I'm not sure which template to work with to fix this. Can anyone duplicate this and share a fix?

Thank you for all of your support. Can you address the issue I've quoted above?
 
Why cannot see att icon? File is *.zip .. Using CloudFlare, but try turn off and have same problem. Cache is cleared. Here is example http:// xxx.hedonist385.com/forum/threads/xenforo-prevod.364/
 
Last edited:
Sorry for the confusion, it's in the navigation template.
Thank you! Unfortunately even with the HOME text changed to an icon, and removing the margin, mobile members cannot see a link to the forums ... only from the sandwhich links.
 
Top Bottom