Jump to content

wbmnfktr

Members
  • Posts

    1,826
  • Joined

  • Last visited

  • Days Won

    42

Everything posted by wbmnfktr

  1. If you are using FormBuilder you might want to take a look at the FormBuilder section of this forum as well. There are many solutions to all kinds of issues. I your case - but that is just a guess - it seems either your hosting is issues sending the mail (security modules in Apache maybe or missing modules) or your form wasn't embedded in the correct way. Saw this a few times when I added the form twice on a page or missed some scripts.
  2. Design: polimorf.de Development: muskaat.de They team up for tasks like that and I'm also part of Muskaat. ? So feel free to take a look at the references there. Located in Neumünster - close enough to Hamburg for meetings.
  3. Your last screenshot says it's working. So... what's the (new) issue now? P.S.: there is no need for ASAP.
  4. It's not much, but it's honest work! Matomo is really nice and with its new Tag Manager really powerful. So better set a timer or you will play with it for hours!
  5. wbmnfktr

    HTTP/2 Push

    It's just my experience but... a lot of hosting companies here don't have http/2 enabled in their default/smaller webhosting plans. Therefore I rarely think about the benefits of http/2. ?
  6. After disabling Ghostery, Adblock or Privacy Shields (in Brave) Google Analytics loads, sets cookies. At least in Chrome-based browsers and their default settings. In Firefox it gets blocked - even without any additional extensions. To get more numbers you could use Cloudflare CDN (free plan) with built-in statistics and the module PageHitCounter. Meta-Keywords aren't that necessary anymore. At least not in Google (they say so and we believe them ? ) but there are some meta search engines out there that used them in the past. TL;DR: forget them. Meta-Description: oh yes... you want to use it and want to optimize it. There are some really good explanations, guides and such over at Backlinko. Btw. I really like the "letter art" in the source code. Update: In addition to that you could also try Clicky Analytics or even a self-hosted Matomo instance. 3 to 4 sources of stats. ?
  7. In case your template already has an icon assigned per default, you might want to try this instead: $wire->addHookBefore('Page::getIcon', function(HookEvent $event) { $page = $event->object; if($page->template == 'event' && !$page->datetimeend) { $page->template->icon = 'exclamation-triangle'; } }); Otherwise the already defined icon shows up as text in your page listing.
  8. Fieldset (open) (a field) and the Minimal Fieldset module is what I use for things like this.
  9. Thank you @ceberlin for the link. I just looked into the article and will take a look at the tools they provide and how they work - hopefully this week. Those can easily be set in the texts you already show in the banner. That's how I do it most of the time.
  10. All template files are located in /site/templates/ open that folder in VS Code/Atom/whatever and look through the files. Which site profile are you using? Or is it a custom one?
  11. Not related to the translation issue but developing under Windows should work the same as on Linux - in terms of file paths and such - with the right tools. Try Laragon, which is free and awesome. With Laragon in place there shouldn't be any difference in about 95% of all use cases - compared to Linux.
  12. That's easy: https://www.facebook.com/business/help/952192354843755?id=1205376682832142 https://processwire.com/docs/tutorials/default-site-profile/ Get the Facebook Pixel code (1) and add it to your template files (2).
  13. $config->httpHosts = array('codeweavers.io', 'blog.codeweavers.io'); Have you set this? And one other thing that might be a good idea to make it more bulletproof. Change the root names from cw-home and blog to something like lkajsd and oiquwe to avoid any future conflicts with page names. I learned this lesson some time ago.
  14. I think you didn't run in this trap but just to mention it: test it with another browser and a real guest/visitor and not with the admin/superuser. Yes... enabling this by default should do the trick then.
  15. Ok... well... I don't know. There are only a few things and thoughts left so far. check what has changed in the last days/weeks since it broke maybe GD or ImageMagick (don't know if this exists in 2.5.x) are failing ask the hosting company if there were any changes (security efforts, file scanners, whatever) remove any restrictions on that field use another browser use another user check console for errors check disk space Last and final thought: Make a backup, test it locally and take it apart.
  16. Just a guess but I think this will work for already existing pages and files as well. I never used this feature for any of my projects - at least I can't remember so. Just give it a try in a dev environment on your local machine. Shouldn't take more than 30 minutes to get this up and running for a test ride. If I remember this correctly @Jens Martsch - dotnetic could answer this probably.
  17. What does the full error message say? Are there any permissions set in that field or template or user? Have you tried another image? How large is your image - MB and pixels? Can you switch to a more recent PHP version (your 5.6 seems a bit dusty)? Also check upload_max_filesize and post_max_size.
  18. It looks like you could use: $config->pagefileSecure More details here: https://processwire.com/api/ref/config/ and of course via search in the forum. ?
  19. First of all... thank you @adrian for the introduction and the great work with this module. In the last couple of days I created a DEV branch with some minor changes and fixes I found while testing the latest version (0.4.11). If you are interested in playing around with that version, grab a copy over at Github - the DEV branch is linked below. As always: backup your site and previous module first. All changes so far: FIXED: Vanilla JS version notice toggle didn't work when MANAGE disabled FIXED: Version change didn't trigger reset INFO: Added usage examples (assets/html) CHANGED: Removed CLOSE option ADDED: Datalayer details to README Issue tracking on Github was also enabled. This could make things easier in the future. Feel free to open an issue there whenever you find a bug. Don't forget to add the obvious details (ProcessWire version, PHP version, expected behaviour, your module settings and custom code). DEV-Branch https://github.com/webmanufaktur/CookieManagementBanner/tree/dev Issues https://github.com/webmanufaktur/CookieManagementBanner/issues
  20. As you can read in the previous posts there are some issues with the module right now. There haven't been any updates so far in the official repository. So you might have to dig through errors and fix them. Right now I wouldn't recommend this module in any project unless you want to take care of all possible issues. What's the main feature you are looking for? There are several other modules out there so maybe we can find a solution for your needs.
  21. I don't know what it was in my case but one of these things fixed it or at least I got the .png files in my PDFs: using relative path to the file installing GD and PHP GD extension (or was it ImageMagick?) And somehow I was able to get more details about the problems aka got a real error message but it's way too long ago as I can remember this in full detail.
  22. I'm around here for a while now but never saw this until now. It's awesome. Why is watching this not mandatory in some kind? ?
  23. Do you develop on your local machine or on a remote server? Maybe your problem is similar to this one - if you are working on a remote server: And you have to disable - for the time you update and develop - some security features aka fingerprinting.
  24. A totally fresh installation or new try/rework of your existing site? If it's not a fresh installation you could try this: delete session files /site/assets/sessions delete cached/compiled files in site/assets/cache/FileCompiler Check if both instances - old and new - have the same userAuthSalt value in their config.php.
×
×
  • Create New...