Jump to content

diogo

Moderators
  • Posts

    4,314
  • Joined

  • Last visited

  • Days Won

    80

Everything posted by diogo

  1. Via email? Have you seen this? http://modules.processwire.com/modules/process-email-to-page/
  2. diogo

    Logo carousel

    I'm assuming he just gave up on that. Right Eduardo?
  3. I'm on chrome, can't be that.
  4. diogo

    Logo carousel

    Slick is really easy to implement. Doesn't do what you asked, but it's a good alternative to owl.
  5. After having another look I realised that the problem I had was that I pressed the arrow to scroll down and the menu didn't appear, when I scroll normally, the way it appears is perfectly fine. So, that particular problem would be solved simply by making the menu appear when you press the arrow.
  6. Yep, same problem here with the menu. And also the About Foundry button, if it would be working already, I would have never seen the "essencial solutions part".
  7. You have to tell us your twitter name so we can follow you
  8. JOOOOOOOOOOOOSSSSSS!!!!!!!! :)
  9. Willy, I think you should reply to some of those people.
  10. I gave the only possible answer to the question "Which is the best content management system on the planet?" http://qr.ae/R4BsHP
  11. An interesting post about the use of system fonts on Medium https://medium.com/@mwichary/system-shock-6b1dc6d6596f#.i0mjpd3zk It's for sure a better alternative to "Arial", "sans-serif" Edit: I just ruined my beautiful likes=posts score
  12. I will adopt that
  13. They don't have to be that size, safari could check if the favicon has enough quality to be shown, and show it only then. Just please don't force us to prepare more unnecessary files and add more tags to our code... Edit: @AndZyk, I do agree with you that we should add this to the PW site, that's not the question here
  14. I don't get it, why don't they use the favicon? Sometimes apple is just too bossy!
  15. try: if($page->fields->adr_rubrik->count)
  16. Nice https://www.npmjs.com/package/hookz
  17. diogo

    Arguman

    I hope they can keep it a good platform for argumentation, but they would be very lucky if that happens. People on the internet tend to lower the quality of open content very fast, especially when discussing general subjects. Edit: Ivan, don't thank me, thank https://www.producthunt.com/
  18. diogo

    Arguman

    Have you guys seen http://en.arguman.org/? I find it a very interesting experiment from a developer point of view.
  19. Very nice! I don't think you can call it modulette anymore
  20. Select_task seems to be a multiple page field (PageArray). Either you change it to single page (Page) in the settings, or you loop through it and output all the results foreach($child->select_task as $task)
  21. Just saw this, quite old already.... @twols, sorry for not having had an answer, do you still have this problem?
  22. If you didn't yet, check the latest post from the blog, Ryan explains a lot there https://processwire.com/blog/posts/processwire-2.6.20-and-surprise-processwire-3.0-alpha-1/ Try setting compatibility with 2x to see if all works $config->compat2x = true If it does, work and you want to try the new features (what would be the point of installing this version if not?), put it back to false and check if you are calling wire() on your templates, if that's the case, either change those call to the equivalent variables ($page, $pages, etc...) or add the PW namespace to the top of those template files namespace ProcessWire; I think you'll have to do this also for each module.
  23. You can use Hanna code for this http://modules.processwire.com/modules/process-hanna-code/ You would create a new Hanna code called, let's say "value", and put something like this in the code: echo $page->get($field); Then you would simply do this inside the body text: [[value, field=parent_company]] Read the Hanna code instructions to have a feeling of what you can do with it.
  24. http://www.korn19.ch/coding/wordpress_logins.php
  25. Welcome James! From your questions I'm assuming you're still not familiar with some of the basics of ProcessWire, I would suggest that you go though some of the tuts and get back to us if you have doubts while or after doing them http://processwire.com/docs/tutorials/
×
×
  • Create New...