You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fictioneer 5.24 theme is experiencing CSS errors on WordPress 6.6.2, including issues at the top and bottom of the pages where checkboxes appear, and an inability to adjust font sizes on the Chapter pages. More details can be seen at: https://luxunlib.com/. I am wondering if there will be an update to address these issues. Thank you!
This is not an error of the theme but appears to be caused by one of your plugins, something with forms I guess from the interfering CSS declarations coming from a form.min.css. It uses some extremely generic selectors. Similar issue with the chapters, some common.min.css has a CSS declaration that sets every paragraph to 13px font-size, breaking the style.
I cannot tell what is causing this, but it is not the theme. Applying CSS to element-type selectors is not a great idea as these should be reserved to the theme (case in point). And .card is super generic, bold to assume that can just be used too. Have you recently installed some new plugins?
Edit: Are you using Spectra or another block editor plugin? Fictioneer is not a block theme and not particularly compatible with such plugins.
Edit 2: I suppose you could try to fix the issues with custom CSS, but that will be a lot of work and probably never be perfect. For example:
Ah, Tetrakern, you are such a good person! Thank you for taking the time to look into the issue for me. After your reminder, I inspected all the plugins and discovered that it was the "Hostinger AI" plugin from the hosting provider that was causing the error. The bug has now been urgently fixed by their technical team! Once again, I appreciate the excellent theme you've developed and the help you've provided!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
The fictioneer 5.24 theme is experiencing CSS errors on WordPress 6.6.2, including issues at the top and bottom of the pages where checkboxes appear, and an inability to adjust font sizes on the Chapter pages. More details can be seen at: https://luxunlib.com/. I am wondering if there will be an update to address these issues. Thank you!
All reactions