AMPXF - AMP for Xenforo 2

AMPXF - AMP for Xenforo 2 [Paid] 2.3.0 Patch Level 2

No permission to buy (€50.00)
Any way to disable certain outputs. If you look here you'll see its outputting ozzmods badges, thread owner and some stylings are off.

Temp work around

amp_extra.less

Code:
/* Hide ozzmodz badge output */
.featuredBadges--message{
  display:none;
}

/* Hide Reaction Bar */
.message .reactionsBar {
    display: none;
}
 
Odd 2.3.3 bug

Code:
[*]DUPLICATE_ATTRIBUTE on line: 867 column: 44
The tag 'amp-img' contains the attribute 'height' repeated multiple times.
[*]DUPLICATE_ATTRIBUTE on line: 3062 column: 7
The tag 'amp-img' contains the attribute 'height' repeated multiple times.
[*]DUPLICATE_ATTRIBUTE on line: 4207 column: 46
The tag 'amp-img' contains the attribute 'height' repeated multiple times.
[*]DUPLICATE_ATTRIBUTE on line: 6509 column: 9
The tag 'amp-img' contains the attribute 'height' repeated multiple times.
[*]DUPLICATE_ATTRIBUTE on line: 8525 column: 77
The tag 'amp-img' contains the attribute 'height' repeated multiple times.
The amp-img was just an Emoji but its outputting twice in code, appears once.

Code:
 <amp-img width="22" height="22" layout="fixed" src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f600.png" class="smilie smilie--emoji i-amphtml-element i-amphtml-layout-fixed i-amphtml-layout-size-defined i-amphtml-built i-amphtml-layout" alt=":D" title="Big grin    :D" data-smilie="8" data-shortname=":D" i-amphtml-layout="fixed" style="width: 22px; height: 22px;"><img decoding="async" alt=":D" title="Big grin    :D" src="https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f600.png" data-smilie="8" data-shortname=":D" class="i-amphtml-fill-content i-amphtml-replaced-content"></amp-img></div>

Demo.
 
Back
Top Bottom