- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 19,048
- راهحلها
- 27
- پسندها
- 3,251
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
The following codes show a button with an icon in XF 2.2 but not in XF 2.3
HTML:
HTML:
The following code shows the icon in both versions, but switching the icon on click does not work in XF 2.3 although the CSS class is switched just like in XF 2.2
HTML:
HTML:
<xf:button href="https://..." class="button--link button--icon button--icon--hide">Test</xf:button>
HTML:
The following code shows the icon in both versions, but switching the icon on click does not work in XF 2.3 although the CSS class is switched just like in XF 2.2
HTML:
...