<span class="tx icon"> is for the little icon to edit the menu order.
<span class="tx icon"> is for the little icon to edit the menu order.
Is it not supposed to appear on every Poal page?
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.
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>
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 /s/all/new:
<div id="subsdropdown">
<div class="dropdown-toggle moremenu">
More <span class="tx-icon" data-icon="down"></span>
</div>
<ul id="hiddensubs"></ul>
</div>
(post is archived)