Jump to content

Christophe

Members
  • Posts

    688
  • Joined

  • Last visited

Everything posted by Christophe

  1. Hi, I've tried several things (before posting), they don't seem to work. It's the first time, if I remember well, that I use "Radios" or "Checkboxes" page fields in order to display the values on the front-end. I've just managed to make the checkboxes' ones work with PHP's implode function (with delimiters). But I can't manage to make the radios' ones work. Not sure to remember well as I first tried with "Radios" a few hours ago (and have forgotten to eat...) , but I think that I tried with things like: $page->nameofthefield->title and $page->nameofthefield->name seen in posts. I've tried with a foreach, but (logically?) it adds another radio button's value each time I change the selected one and save the page. I need some experts' help. Thank you so much in advance! Edit: I'm using ProcessWire 2.8 (for the first time - upgraded recently).
  2. Hello @KriiV, The demo is currently using ProcessWire 3.0.35, if you look at the footer in the admin part of the online demo. Perhaps you have already seen it. Also, at the end of the following blog post, after "With 3.x out, what’s next?", the demo site is mentioned: https://processwire.com/blog/posts/processwire-3.0.36-and-looking-forward/ Someone will surely confirm that the profile in the Modules directory is also compatible (or not).
  3. http://foundation.zurb.com/emails.html (Formerly Ink) http://tedgoas.github.io/Cerberus/
  4. https://www.mautic.org/blog/developer/mautic-2-2-in-good-company/
  5. Hello, Why do you have 4 different calls to jquery? Are you testing something? Have a nice week!
  6. Hello @mer! Just a quick css fix to check/test: #skel-panels-defaultWrapper {height: auto !important;} I can't find for the moment the difference(s) between your website and the demo website that makes height: 100% not working.
  7. @maxlab You can also use template engines with ProcessWire if you prefer. For example: http://modules.processwire.com/search/?q=twig http://modules.processwire.com/modules/template-latte-replace/
  8. It's ok @Pete, it has been discussed starting at Your module is also mentioned by adrian and horst. Have a nice weekend!
  9. Thanks a lot, @adrian and @horst. You guys are awesome. As is this community.
  10. I don't think/remember that dragging an image on another one will replace it. Do you mean with a different name? Usually I just add the image. By default, it renames the new image file if the filename already exists (like adding "-1" or something else). If "overwrite existing files" is checked, it replaces it. Normally, but I could be wrong, you cannot replace automatically an image with a new one (with different filenames) just by dragging it on top. When there is only one image authorized in an image field it can make us think that this is what happens. If the filename is the same it could be that it renames it also by default, as the old image hasn't been removed and the page saved before adding the new image.
  11. Hello Pete, I hope you are doing well! Does this module have the ability to put a website in "maintenance mode" for an undetermined time without affecting SEO? With a 503 status code and perhaps in combination with a particular HTTP header (Retry-After), etc. Thank you in advance!
  12. Thank you Adrian for the clarifications/confirmations. I'm going to ask Pete.
  13. Hello tpr, Is it a new installation, an update/upgrade...? Have you exported/imported fields? We know that if the image field is set to hold only 1 image a new one replaces the old one. There is no need to check "Overwrite existing files" in the "Input" tab. Have you checked "Overwrite existing files" for this particular image field? (Is it in a repeater field, elsewhere, or an image field directly in a page?) Is it a standard image field? You must have verified everything, but we never know...
  14. Hello Adrian, I hope you are doing well! Does "Protected Mode", or "Page Protector", have the ability to put an entire website in "maintenance mode" for an undetermined time (eventually with a customizable message), but without affecting SEO? With a 503 status code and perhaps in combination with a particular HTTP header (Retry-After). A nonprofit association committee has just asked me to put its website in maintenance mode (like have done other committees) because their federation has a legal problem, surely with a committee that leaved it some time ago. Have a nice day!
  15. https://developers.google.com/web/tools/chrome-devtools/device-mode/ You can add the device pixel ratio with the 3-vertical-dots menu in the top-left panel. https://developer.mozilla.org/en-US/docs/Tools/Responsive_Design_Mode Firefox or Firefox Developer Edition: https://www.mozilla.org/en-US/firefox/developer/. http://www.opera.com/developer/mobile-emulator https://chrispederick.com/work/web-developer/
  16. It freezes or crashes. It seems that the issue doesn't exist on http://thetouristsaffairs.com/ (without the en part). By the way, thetouristsaffairs.com doesn't redirect to www.thetouristsaffairs.com (or vice versa). NB: I've just found it difficult/"buggy" to write normal text after including links in this editor. I can't even remove/disable links here. I had to copy paste in a text editor.
  17. Hello heldercervantes, I had noticed something on Chromium (52.0.2743.116 on Linux at least). It's still occurring. The issue doesn't seem to exist on Firefox (48.0). It's related to the "Find your tour" search form. Trying to use it "freezes" the website. The only way to have it normal again seems by opening a new tab and entering the url again. In Firefox I can open Where?, How Long?, or What? without any problem. First closing the last one I clicked on, or directly opening another one. But on Chromium as soon as I click on Where?, for example,...
  18. I often use a 'hreflang' field instead of a 'name' field, so I can enter anything in the field. But the few websites that I've created multilingual from the beginning - in case - have only one language activated for the frontend as of today...
  19. https://www.chromium.org/Home/chromium-security/marking-http-as-non-secure
  20. Hello @giannisok, I now use FormBuilder, for simple or more complex forms. If I ever need to use something other than FormBuilder for a website one day, I'll surely take a close look at your solution. Thanks. Have a nice week!
  21. @thlinna .htaccess also works with LiteSpeed. I have 2 clients' websites using ProcessWire with it because they are hosted at PlanetHoster. One of them uses Let's Encrypt.
  22. I forgot a moment the fact that the new versions of .htaccess were going to have the line that I recently had to change manually.
  23. @szabesz So you are also a Let's Encrypt user...
  24. Hello, It would be nice to have a ' converted to a - in a page name, in version 2.8. In French, for exemple, L'arbre vert is converted to larbre-vert when it should preferably be l-arbre-vert. I haven't tried with the English language recently. Let's go, for example, should preferably (?) be converted to let-s-go (if it's not already the case). I will have to test what happens with haven't also, for instance. With 2.7, I always have to manually modify it. And/but editors... There is surely a (update/upgrade-proof) way to change this by tweaking files but it would be nice to have it by default. Perhaps it has already been discussed and there is a reason why it's not working that way. I've thought about writing this post several times but have always ended up not doing it.
×
×
  • Create New...