Hi @revivedgoat2044 ,
To reproduce the issue, could I ask for the full path of assets/icons/admin-icomoon/selection.json that you’re using? Just because with v4.0.15, we improved the path setting to fill in the full path automatically with your active theme. I think this code may have issue with some specific path.
Hi @daomapsieucap,
The full path on our server is: /home/wwwmar10/public_html/wp-content/themes/[our-theme]/assets/icons/admin-icomoon/selection.json
I have tried entering the path all the way back to wp-content/themes/… but this still did not work for me.
Hey @daomapsieucap!
Do you need any additional information from me?
Hi @revivedgoat2044
Thanks for sharing the full path. I tested this quickly on my local site but couldn’t reproduce the issue, so I’d like to ask for more details.
1 – Could you provide a link to the site where the icon is missing so I can check the source code? If it appears on the frontend, it might be the plugin trying to load the default Icomoon set from the plugin itself.
2 – When the ACF setting Selection.json is empty, the default path is assets/fonts/selection.json. Could you try copying the selection.json file to that path to see if it works?
3 – Also, could you try entering the full path /home/wwwmar10/public_html/wp-content/themes/[our-theme]/assets/icons/admin-icomoon/selection.json in ACF Selection.json to see if that works?
Hi @revivedgoat2044 ,
Thanks for sharing the site URL. I can see that the icons are missing on your site, but unfortunately I can’t reproduce this bug on mine. I even downloaded your JSON file and tested it, and everything worked properly.
Could you provide a screenshot or screen recording of:
- The Admin JSON selection path setting
- The backend of the icon field where the icons disappear
It would also help to check the following:
- Try using the full path (for example: /home/wwwmar10/public_html/wp-content/themes/marvin-garage-doors/assets/icons/admin-icomoon/selection.json or wp-content/themes/marvin-garage-doors/assets/icons/admin-icomoon/selection.json) and see if it works (could you also provide the screenshots of these setting?)
- Try using just the filename
selection.json and see if it works
- Checking the code of where
column-text-icon-image class to see if it’s using the correct field.
Looking forward to receiving the detailed information from you so we can identify the issue. Thanks.