-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iconpack CSS not loaded in news #22
Comments
Thank you for your feedback! You're right, there is something wrong here. Obviously the necessary CSS is not loaded in the backend when editing news records. ...I'll have to take a closer look at this. However, if you save the record, the icon is still displayed correctly in the frontend. |
No, even in the frontend, if you look at the source code of the output page, you can only see the code as in the editor |
Have you enabled the https://docs.typo3.org/p/quellenform/t3x-iconpack/main/en-us/Configuration/Index.html However, these are two completely different things. The fact that no CSS ends up in the BE is actually a bug that I can reproduce and that I am currently working on fixing, but the fact that no CSS ends up in the FE is a different issue. |
PS: I assume you've already tried clearing the cache anyway, right? And it would be helpful to know which TYPO3 version we are talking about here. |
The bug you originally mentioned has just been fixed with version 1.1.6.
|
Unfortunately, I cannot reproduce the error with 12.4.16. It is possible that the problem is related to some individual setup that I cannot analyze without more detailed insight. But could you please try version 1.1.6 and verify that everything (news) now works in the BE to close this issue? |
Ah, just a moment! You have activated "FontAwesome 5.15.4" in the extension setup and in the frontend you can see that you are using FontAwesome 6 (fa6)! You can only display the icon pack in the frontend that you have activated in the extension setup! Please check all settings again (and don't forget to clear the caches). |
In the backend it now works in both the normal content and news areas I also switched back to 6.5.1 in the extension configuration fontawesome, deleted all the cache in the normal "FE" content, it still only works in the "FE" news area it doesn't work |
OK, now I'm slowly figuring out what exactly you mean ;-) In this case, the RTE field of the news data record would also have to be processed via a DataProcessor: Without this, the icons would not be translated by the RteHtmlParser. I don't have the exact instructions to hand and unfortunately I don't have the time now, but maybe you can figure it out yourself. |
I have to admit I'm not a programmer, I can't really do anything with it, I tried the following code for the news teaser
}; $boot(); in the typo3conf/ext/news/Configuration/TCA/Overrides/tx_news_domain_model_news.php, but then the teset field appears in the news maintenance mask. If you would be willing to help me solve this for money. |
The What exactly are you trying to do here? Have you enabled an RTE for the teaser field? |
In the backend, I have activated the RTE for both the teaser and text fields in the news. However, the icon is not displayed in the frontend.
My goal is that the ICONS are visible for both the NEWS text and the NEWS teaser in the frontend. |
Hopefully your second issue has now been resolved with another new version (1.1.7). I am therefore closing this for now. Feel free to open a new one at any time if you have any questions. Also a donation to this project is always welcome and helps to work on further bug fixes and feature requests. |
I can confirm that the output now works in the context of the news extension (just tested). |
es it works perfectly, thank you |
I have installed the following extension "ICONPACK" for Typo3 version 12, the extension also works as desired with normal content elements.
I then installed the news (11.4.2) extension, the "insert ICON" is displayed in the editor, something is also inserted when I switch to the source code in the editor, as follows
been inserted, but the ICON is not displayed in either the frontend or the backend. What else do I have to do to make it work in the NEWS?
Greetings Werner
The text was updated successfully, but these errors were encountered: