Is it not supposed to appear on every Poal page?
It's on the main layout page that is loaded on every single page of the site.
layout page contains the menu bar, so if "tx icon" doesn't show up the menu bar shouldn't as well as they are in the very same <div>.
Check your browser's console for errors.
No console errors.
HTML source when on a comments or messages or sub-poal page:
<div id="subsdropdown">
<div class="dropdown-toggle moremenu">
More
</div>
<ul id="hiddensubs"></ul>
</div>
HTML source when on /new:
<div id="subsdropdown">
<div class="dropdown-toggle moremenu">
More <span class="tx-icon" data-icon="down"></span>
</div>
<ul id="hiddensubs"></ul>
</div>
All the pages' code contain the second code you posted.
Do you have an ad blocker or any plugin/add-on that could be in conflict with the page?
Check on phuks (we share the same code regarding that part) and let me know if you get the same issue.
(post is archived)