Page 3 of 3
Re: Available themes and Flatpress 1.3 beta
Posted: Fri Jun 21, 2024 6:42 pm
by fraenkiman
Hello Panther,
Do you have the same problem with the default leggero theme?
cPanel is a server management software. Please
check the error logs:
Open the file manager.
- Search for the error logs in the website directory or in the document root: /home/cpanel_user/public_html/error_log for the primary domain.
- If you are not familiar with reading error logs,
please read Error logs.
With best regards
Frank
Re: Available themes and Flatpress 1.3 beta
Posted: Thu Aug 29, 2024 3:56 pm
by eagleman
Panther wrote: Tue May 21, 2024 8:07 pm
I can't enter in Cpanel admin.php after update of Flatpress 1.3.1, the first webpage works and also the articles, but non work the pages and the Cpanel, the webpages are all whites (all blanks).
By the way, in every file .tpl of the Theme Ezau Zeuder I had set:
from file=cpheader.tpl
to file="cpheader.tpl"
What can I do ?
Hello, the solution is quite easy. In every tpl file you have to change all the [include_file] tags from [include_file=file.tpl] to [include_file="file.tpl"]. This is a brief example, but i think is quite clear.
Re: Available themes and Flatpress 1.3 beta
Posted: Fri Mar 14, 2025 11:52 pm
by Panther
something like this ?
from:
{include file=shared:entryadminctrls.tpl}
to
{include file=shared:"entryadminctrls.tpl"}
or
from:
{include file=cpheader.tpl}
to:
{include file="cpheader.tpl"}
Re: Available themes and Flatpress 1.3 beta
Posted: Sat Mar 15, 2025 5:08 am
by eagleman
Panther wrote: Fri Mar 14, 2025 11:52 pm
something like this ?
from:
{include file=shared:entryadminctrls.tpl}
to
{include file=shared:"entryadminctrls.tpl"}
or
from:
{include file=cpheader.tpl}
to:
{include file="cpheader.tpl"}
Yes. Every include tag has to be changed in this way.
It should work fine, but for any problem ask again.
Re: Available themes and Flatpress 1.3 beta
Posted: Sun Mar 16, 2025 9:42 pm
by Panther
it works, thank you
Re: Available themes and Flatpress 1.3 beta
Posted: Sat Jun 28, 2025 3:44 pm
by eagleman
Hello, i'm updating this thread because the non-updated themes needs to be reworked to match Flatpress 1.3 and 1.4.
At the moment i can't work on them because I'm on vacation.
Every volunteer can try to update on himself, is quite easy. I have already updated a lot of themes, but many more needs to be updated.
I hope to see the updated version of all available themes quite soon, and maybe some brand new themes too.