Jump to content

tomtomt

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by tomtomt

  1. Hi guys, that was a few days of fun for me. A good learning experience. I have done some experimental things (for me "experimental) ? The result: https://github.com/eversthomas/pw-maturana I have sass a small blog metainformation in header a responsive menu with hamburger my cookie consent a card component (repeater field) My experimental website: https://pwblog.end-linkage.de Greetz from germany Tom. PS: Everything is done with direct output strategy with includes. Actually i have to learn the delayed output strategy.
  2. Hi everyone, I'm not an expert, but I regularly make small to medium-sized pages either in static html or for wordpress (_s). I now use Processwire instead of creating static pages, because I can then maintain the pages more easily and I am also faster. I created a site profile with, which is the basis for my work. Since I like to work with sass, I use the sassify module and have created a small boiler for it. html-bones is my html base. And for this I have built in the osano cookie consent. Maybe someone can still use something of it, or there are suggestions for improvement. In fact, i am certainly not using every possibilities of processwire in the best effectivly way, but this basis is sufficient for the type of internet pages that i usually create. I usually don't accept more complex jobs at all, so as not to overwhelm myself. You can find the link to this profile here: https://github.com/eversthomas/processwire/tree/master/site-html5blank-sass And an example: https://processwire.end-linkage.de/ Greetz from germany Tom.
  3. Hello teppo, fantastic: <?php echo $pages->get('/footer/')->footer1 ?> - this was exactly what i want. It works. Now i have made my footer page hidden in lists an search; it is now not shown in the mainmenu, but shown in my footer on every page. Thanks very much. I think i have to train my english a little bit Tom.
  4. Hi monchu, thanks very much. But maybe i have some wrong thoughts. OK, i did as you say. My first problem was, my footer.php was not shows in the admin panel, because it couldnt assoziate the template with my file in a subdirectory. So i put my footer,php into the normal template directory. Found it in the backend - i filled it with fields. After that i put <?php include ("./footer.php"); ?> into my _foot.php. But its not shown on the homepage. In my mainmenu i have now the item "footer". When i click on it, it shows me the content of my footer fields, but without any styles. Thanks
  5. Hi there - yes i am new and sorry, i hope my english will be good enough, I am working and learning with the "Site-Beginner Profile. I have these two _head.php and _foot.php files. I would like to have something like the fields in templates, but in the _foot.php. I have created 3 fields, footer1 footer2 footer3, but i have to put them into all of my page templates - to show them on all pages. Is there an easier way? Something like "global fields, that i can put once into the _foot.php, so that i have only once to fill them with content over the admin backend? Thanks folks Tom.
×
×
  • Create New...