Elegance

Elegance doesn't show forum descriptions - Elegance

Elegance doesn't show forum descriptions

by Shaos » Thu Jan 02, 2025 7:32 am

Is it bug or feature?
I want to set 2 styles for users to choose - bright Elegance and dark Black DarkBlue (the same author)
Black DarkBlue shows forum descriptions (and forum name at the top) as expected:
Screenshot from 2024-12-31 22-29-04.png
but Elegance doesn't:
Screenshot from 2025-01-01 15-25-40.png
I have phpBB v3.3.14 and latest Elegance and Black styles.
Shaos
Registered User
Posts: 6
Joined: Wed Jan 01, 2025 6:02 am

Re: Elegance doesn't show forum descriptions

by Shaos » Thu Jan 02, 2025 3:22 pm

Nevermind, I changed look by modifying _style_config.html

Code: Select all

> diff _style_config.old _style_config.html 
29,30c29,30
< <!-- DEFINE $STANDARD_FORUMS_LAYOUT = 0 -->
< <!-- DEFINE $HIDE_FORUM_DESCRIPTION = 1 -->
---
> <!-- DEFINE $STANDARD_FORUMS_LAYOUT = 1 -->
> <!-- DEFINE $HIDE_FORUM_DESCRIPTION = 0 -->
and resetting forum cache.

Site name and site description were switched ON by removing this thing from stylesheet.css:

Code: Select all

 .site-description h1, .site-description p {
   display: none;
 }
But I think I need to add some spacing though:
Attachments
Screenshot from 2025-01-02 07-19-04.png
Shaos
Registered User
Posts: 6
Joined: Wed Jan 01, 2025 6:02 am