[RC] Zeina - phpBB 3.3.14

For style authors to post and receive feedback on 3.3.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Leenoz
Registered User
Posts: 107
Joined: Sat Nov 14, 2020 7:27 am

Re: [RC] Zeina - phpBB 3.3.14

Post by Leenoz »

Meis2M wrote: Thu Dec 05, 2024 8:05 pm Hello

pic one: ( using forum image as background )
z1.png
pic two: ( without background )
z2.png
Thanks for clearing that up. We'll look into it and see what we can do. :)
User avatar
MestresHackers
Registered User
Posts: 10
Joined: Mon Jan 21, 2008 10:47 pm
Name: Thalles Lázaro

Re: [RC] Zeina - phpBB 3.3.14

Post by MestresHackers »

Hello @Leenoz, first of all, congratulations on the excellent theme—I purchased it with pride.

But let's get to it. There's a CSS bug when using a mobile device on the creation/response page. When you tap on the color icon, the color palette displays each color stacked vertically.

To fix it, simply add the following CSS code:

Code: Select all

  
.colour-palette td {  
  display: revert;  
}  


@Leenoz, in my opinion, your theme is the most modern and beautiful one out there right now. Once again, congratulations!
Leenoz
Registered User
Posts: 107
Joined: Sat Nov 14, 2020 7:27 am

Re: [RC] Zeina - phpBB 3.3.14

Post by Leenoz »

Hi MestresHackers,

Thank you so much, we sincerely appreciate your interest in our theme and your assistance in resolving this issue. :D
The solution will be implemented in the next update within a few days.

Best Regards,
Leenoz Team
User avatar
dbrewood
Registered User
Posts: 524
Joined: Tue Feb 09, 2021 9:35 am
Name: Daron Brewood

Re: [RC] Zeina - phpBB 3.3.14

Post by dbrewood »

MestresHackers wrote: Fri Dec 20, 2024 11:31 am @Leenoz, in my opinion, your theme is the most modern and beautiful one out there right now. Once again, congratulations!
I've got to agree with that. The support is awesome too!
Leenoz
Registered User
Posts: 107
Joined: Sat Nov 14, 2020 7:27 am

Re: [RC] Zeina - phpBB 3.3.14

Post by Leenoz »

dbrewood wrote: Fri Dec 20, 2024 11:57 am I've got to agree with that. The support is awesome too!
Thanks Daron, It is our pleasure. :D
Leenoz
Registered User
Posts: 107
Joined: Sat Nov 14, 2020 7:27 am

Re: [RC] Zeina - phpBB 3.3.14

Post by Leenoz »

Hi there,
Zeina theme has been updated.

Reasons:
  • Fix an issue with the avatar gallery.
  • Fix an issue with the width of the post panel.
  • Fix an issue with the display color palette on the phone screens.
How to update Zeina theme:
  1. Overwrite old files with new ones.
  2. Delete cache files.
  3. Make sure also to clean your browser of cached files.
* Note: Any manual modifications you made to the template will be erased. Make sure to back up the files before updating them.

Updated extensions
QuickReply Reloaded
Let it snow

Recently added extensions:
Topic Index
Subject Check
Imgur
PayPal Donation Extension
Top Five Extension
CF Change Post Time
Post merging
Post Edit Log
Maintenance Mode

How to use extensions:
  1. First, you need to download the extension you want.
  2. Then download the modified files for the Zeina theme from here: Compatible extensions

Best Regards,
Leenoz Team
Wvnderbar
Registered User
Posts: 7
Joined: Fri Jul 28, 2023 11:25 am

Re: [RC] Zeina - phpBB 3.3.14

Post by Wvnderbar »

First of all, Merry xmas to you guys, keep up the great work!

i never really noticed but somehow i got those weird red dots overlapping right here, if the thread doesnt have a "marked answer" it will even overlap the topic title.
Any clue how to solve it? I guess that could be done by editing the costumcss.

Thanks!
You do not have the required permissions to view the files attached to this post.
Leenoz
Registered User
Posts: 107
Joined: Sat Nov 14, 2020 7:27 am

Re: [RC] Zeina - phpBB 3.3.14

Post by Leenoz »

Wvnderbar wrote: Fri Dec 27, 2024 4:41 pm First of all, Merry xmas to you guys, keep up the great work!

i never really noticed but somehow i got those weird red dots overlapping right here, if the thread doesnt have a "marked answer" it will even overlap the topic title.
Any clue how to solve it? I guess that could be done by editing the costumcss.

Thanks!
Hi Wvnderbar,
Thank you and have a happy new year. :D

The red dot appears above the forum icon as a notification that the forum contains new posts. When you deleted the icons, the red dot overlapped with the title. You can use the following code to delete it.

Code: Select all

div[class*=_mine] {
    display: none;
}
Best Regards,
Leenoz Team

Return to “[3.3.x] Styles in Development”