Getting Started
You can follow the installation steps provided in the Getting Started page. If you’re using phpBB for the first time, we recommend reviewing phpBB’s official installation guide.
Check if the Panel Head Color feature is has a custom color, it might override the default theme color.
Make sure Theme Mode is set correctly in the control panel. You can enable Auto Mode to sync with the system preferences.
If you're using the Image mode for forum icons, double-check:
Renaming the theme folder causes path conflicts with images and icons. Please keep the folder name as zeina to avoid these issues.
Zeina is a standalone theme and does not support inheritance from other themes. Please disable inheritance to ensure proper functioning.
Make sure to install the base extension from the official source first before uploading our compatible files.
Our files are meant to complement, not replace, the original extensions.
You should only add the JavaScript code itself, without wrapping it inside <script> tags.
After deleting the header image, set the header height to zero.
At the moment, upgrading the theme from TailwindCSS v3 to v4 is not planned. The reason is that TailwindCSS v4 has dropped support for older browsers, which may cause the theme to not work properly on some older devices or mobile phones.
It's very important to us that the theme is usable and accessible in a wide range of browsers, even if they're slightly older. Please note that TailwindCSS v3 itself does not support any version of Internet Explorer, and we only began using it once Microsoft officially ended support and usage of that browser.
We’ll certainly keep an eye on future developments, but for now, ensuring broad compatibility remains a top priority.
After careful consideration, we chose to use the Iconify library because it offers access to an extremely large collection of free icons from multiple sets — far more than any single icon font library provides. This allows users greater flexibility when customizing their forum icons.
While icon fonts may load slightly faster in some cases, they are limited in variety and style. Iconify enables us to offer a wider range of choices without forcing users to manually import or manage multiple icon sets.
We always prioritize performance and continuously monitor ways to optimize loading times without sacrificing flexibility.
This is often caused by your hosting server’s file permission settings. We recommend adjusting the images folder permissions on this path styles/zeina/theme using chmod.
If you are using Linux or Mac, you may need to add -R to chmod or chown for this step to work.
chmod -R 755 /var/www/public_html/styles/zeina/theme/images
Sometimes, after uploading a large image or video for the header, it may not appear immediately in the preview window. This usually happens because the browser attempts to preview the media as a Base64 encoded string, which can be too large for the browser to handle.
If you are using a CDN like Cloudflare, it may cache old files and prevent changes from appearing immediately.
Try clearing the CDN cache or temporarily disabling it while making changes.
Please make sure to install the theme’s extension as well. The Pro version won’t function properly without it.
To access the Admin Control Panel after this error appears, simply open the following link (replace example with your own domain name):
https://www.example.com/index.php?style=1
This will redirect you to the default style.
If your issue is not listed above, feel free to contact support or open a ticket from your control panel.