Page 1 of 2

FlatMistyLook Theme - ported to FP 1.2 and Repsonsive Design

Posted: Thu Jun 03, 2021 7:27 am
by laborix
The new FlatMistyLook theme is the modernization of the original Theme in the Flatpress Wiki from the year 2008.
preview.png
preview.png (60.05 KiB) Viewed 16747 times
It is now running with Flatpress 1.2, is mobile friendly and uses HTML 5 syntax. Tested on PC, Tablets and mobile phone.
flatmistylook.zip
(239.83 KiB) Downloaded 652 times
Can someone add this to the Flatpress Wiki?

Re: FlatMistyLook Theme - ported to FP 1.2 and Repsonsive Design

Posted: Thu Jun 03, 2021 11:39 am
by Arvid
This looked great before, but now it's on current technology and also reponsive - thanks a lot!
laborix wrote: Thu Jun 03, 2021 7:27 am Can someone add this to the Flatpress Wiki?
Done :mrgreen:

Re: FlatMistyLook Theme - ported to FP 1.2 and Repsonsive Design

Posted: Wed Jan 12, 2022 4:56 pm
by urabe
Hi All,
Newbie here, I'm testing a fresh installed flatpress 1.2.1.
Easy install, work out of the box! Cool!

I'm trying to install flatmistylook theme following the readme file as I'm supposed to do...

After unzipping and upload the flatmistylook folder found into the uncompressed flatmistylook directory, Leggero still is the default theme, that it is allright. But no available theme list containing flatmistylook to choose?
Did clean my firefox cache etc... the flatmistylook directory is found in flatpress/fp-interface/themes/...?

Did I miss smth or did smth wrong? Please let me know!
Thanks in advance

Urabe

Re: FlatMistyLook Theme - ported to FP 1.2 and Repsonsive Design

Posted: Wed Jan 12, 2022 9:30 pm
by dsteuer
Hmm. That should work. You are in admin mode? (you did not mention that explicitly)

Detlef

Re: FlatMistyLook Theme - ported to FP 1.2 and Repsonsive Design

Posted: Mon Jan 17, 2022 5:30 pm
by urabe
Sorry for being late, thanks for your answer.
Yes of course I'm admin... Did try with some other themes, still having the same problem!?

Re: FlatMistyLook Theme - ported to FP 1.2 and Repsonsive Design

Posted: Tue Jan 18, 2022 10:50 am
by dsteuer
Hmm. What you do is quite normal and should work. Maybe a quick local try to be sure. The following works for me on linux.

Code: Select all

mkdir Test
cd Test
unzip /$PATHTO/flatpress-1.2.1.zip
cd flatpress-1.2.1/fp-interface/themes
unzip /$PATHTO/flatmistylook.zip
cd ../..
php -S localhost:8080
Navigate your browser to localhost:8080, setup flatpress, login -> Administration Area -> themes
Now you should see Leggero and below FlatMistyLook.

If you transfer this working copy, it should work on a server, too.

At least works here :-)

Good luck
Detlef

Re: FlatMistyLook Theme - ported to FP 1.2 and Repsonsive Design

Posted: Tue Jan 18, 2022 6:38 pm
by Arvid
Hi and welcome to FlatPress :)

Please make sure you copy the outer flatmistylook folder (the one next to readme.txt) to your themes folder. The readme is a little misleading there...

My folder structure in /fp-interface/themes:
- flatmistylook
--- flatmistylook
----- imgs
----- res
----- ...
--- admin.tpl
--- comments.tpl
--- ...

Hope that helps, let us know :)

All the best,
Arvid

Re: FlatMistyLook Theme - ported to FP 1.2 and Repsonsive Design

Posted: Wed Jan 19, 2022 5:02 pm
by urabe
Thanks again for your answer ;-)

heres is my folder structure:

/var/www/html/flatpress/fp-interface/themes/flatmistylook hemingway leggero readme.txt trebah_gardens

still leggero remains is the only theme a I can choose...

flatmistylook folder structure:
/var/www/html/flatpress/fp-interface/themes/flatmistylook/
admin.tpl
entry-default.tpl id
review.tpl
comments.tpl
flatmistylook
index.tpl
static.tpl
cpheader.tpl
footer.tpl
preview.png
theme.conf.php
default.tpl
header.tpl
previewstatic.tpl
widgets.tpl


As for example hemingway folder structure:
admin.tpl
default.tpl
preview.png
theme.conf.php
comments-form.tpl
entry-default.tpl
previewstatic.tpl
white
comments.tpl
footer.tpl
preview.tpl
widgets.tpl
cpheader.tpl
header.tpl
single.tpl
dark
index.tpl
static.tpl

I then completely erased flatpress from my local server,
- do a clean fresh install
- create my admin user
- test this default install
Everything seem to work correctly as for the admin and simple reader role...

I then proceed to themes installation (download from flatpress.org):
flatmistylook
hemingway
trebah_gardens

Still can't choose any of them after becoming admin...
I'm running Linux Mint 20 LST

Re: FlatMistyLook Theme - ported to FP 1.2 and Repsonsive Design

Posted: Thu Jan 20, 2022 3:28 pm
by urabe
Ok everything work!
I've simply discover that each time I upload a theme it seems I have to update the read/write permissions of the flatpress folder...
At least I did it and it works!
Thanks for help!
Later

Re: FlatMistyLook Theme - ported to FP 1.2 and Repsonsive Design

Posted: Sun Jan 23, 2022 11:37 am
by Arvid
Oh, didn't think of file permissions...glad it works now! :)