Jump to content

Nicolas

Members
  • Posts

    95
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Nicolas

  1. Hi @malvarco and welcome. I've noticed that the hero image is 800 Ko. There's certainly room for improvement here ?
  2. Thanks for your answers. #2 Totally agree about not storing user card details. I guess that the "easiest" path will be to have a module around a provider like Stripe, ReCharge etc...
  3. @kongondo regarding the payment process, have you planned the ability to pay a fraction of the total cost (make a deposit) and schedule future payment ?
  4. Nice single page website. Any chance to send a pull request for Template Engine Twig module. I think many users will be interested in the Twig 3 compatibility.
  5. Nice site. Thanks for the insights about how it was built and what are the modules involved.
  6. OH MY GOODNESS !! This thing is a beauty !!! Well done sir.
  7. @dragan Indeed nice catch. @bernhard Thanks for the RockSkinUikit module. Will use it in an upcoming project.
  8. Hi Zeka, I was wondering how easy/difficult it has been to style the back office to black & white theme ? Any hints on how you achieved that ?
  9. +1 for the ingredient template allowing to create a ingredient database.
  10. Hi, From the top of my head this could do it this way : a template with a title and body (recipe) field and a repeater field to hold the ingredients list : a text field to hold the ingredient name a text field to hold the amount of ingredient a select field to hold the amount unit (tsp, l, ml? etc..)
  11. Great job ! Well done. Really love the sliding effect and typography.
  12. Great write up Guy, thanks for the post You've mentionned Twig. How did you implement that ? Is there any chance to have more details about the programming architecture?
  13. Nicolas

    So happy :)

    Bravo ? !! I'm thinking about using ProcessWire as a foundation for a marketplace. Glad to see ProcessWire works very well for you. Without selling your company's trade secret it would be great to get some insights about how you use ProcessWire.
  14. Can you elaborate on "other tools that allow separating admin and frontend to different servers". Do you mean tools like Gatsby and the likes ?
  15. No luck by turning off the dynamic loading.
  16. What i want to achieve is to be able to add an remove pages from the repeater fields. When saving the page holding the repeater field on creation everything work as expected, but later on when updating any field in the repeater the changes are not save and an error occurs. My version of ProcessWire version 3.0.36.
  17. Hi, I'm experiencing error on saving a page with multiple repeater fields. Any clue on a solution is welcome. Updating to the repeater field pages under the Admin work as expected though. NIcolas
  18. Hi, i haven't used ProcessWire in a multisite context but have already used the Admin Restrict Branch module to limit to a given subpages set of theProcessWire page tree.
  19. Waooh problem solved. That was fast. Thanks a lot !!
  20. The body field is a CKEditor field to which the Hana code text formatter is being applied. The version of the TeplateLatteReplace is 0.2.0
  21. In the latte file i've got the following code <div class="entry-main"> <h3 class="entry-title ui-title-inner">{$page->title|noescape}</h3> <div class="entry-content"> {$page->body|noescape} </div> </div> The body field is configured to process Hanna Code as a text formatter
  22. @adrian Already tried that but whatever the open and close tag choosen, Latte template will try to load the file with the name of the code. For example i have a Hanna code named "quote". Then i've got the following this error : Error: Exception: Missing template file '/Volumes/DATA/www/ceea/site/templates/views/quote.latte'
  23. Hi, Has anyone succeeded running Hanna Code with Latte template. I'm strugling getting them to work together. Is there a setting to prevent latte to process Hanna Code tags ? Thanks.
  24. Great writeup and insights on a ProcessWIre project working at scale.
×
×
  • Create New...