RSS FEED Using button--icon--* CSS classes doesn't shown icons

Status
Not open for further replies.

XF2 Tech Robot

New member
Reputation: 100%
Downloaded
0 bytes
Uploaded
512 MB
Ratio
-
Seedbonus
0
Upload Count
0 (0)
Joined
Feb 15, 2024
Messages
1,896
Reaction score
0
Points
1
The following codes show a button with an icon in XF 2.2 but not in XF 2.3

HTML:

<xf:button href="https://..." class="button--link button--icon button--icon--hide">Test</xf:button>

HTML:

Code:
<a class="button--link button--icon button--icon--hide button">
    <span class="button-text">
        Test
    </span>
</a>

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:

...

Read more

Continue reading...
 
Status
Not open for further replies.
Home Register
Top