-
Posts
6,261 -
Joined
-
Last visited
-
Days Won
312
Everything posted by bernhard
-
Yeah that might be more elegant in some situations. Actually you don't even need to put it in a hidden div, you can put it in your markup in a latte comment for example. So those classes will not end up being rendered in your sites markup, but still tailwind will catch them for the final css. I prefer to place markup related things in markup files (*.latte) as for example when working on a "text" block for RockPageBuilder then I want it to contain all necessary markup for that block. So when moving that block into a new project it will still work and I will not have to mess with the tailwind config... But workflows and preferences are different ?
-
RockForms is based on the great Nette Forms Component and adds a little ProcessWire magic here and there to make working with forms a breeze. It will render forms directly into the markup of your website (no iframes!), which makes it a perfect companion for tools like HTMX or Alpine.js ❤️ Download & Docs: baumrock.com/RockForms
-
Tailwind only adds those classes to the final CSS that it finds in your content files. If you add classes in ckeditor tailwind doesn't know about them and likely will not add them to the final CSS. An easy fix is to add those classes somewhere in your markup (eg on a hidden div) so that tailwind adds it to the CSS and whenever an editor applies the class it will properly render
-
same here ? True! I'm using that + RockPdf to generate monthly reports for my clients. The DB is something around 800MB and generating the reports is terribly inefficient, but it works and I think it looks nice and creates value ? Maybe it would have been better to create a simple API inside the container. But it was the simplest solution back then and I think they just want to monitor and don't need to create any reports anyhow ?
-
New docs about the RockPageBuilder API that makes it easy to import content from old websites and convert it to RockPageBuilder blocks ? https://www.baumrock.com/en/processwire/modules/rockpagebuilder/docs/api/
-
I'm using uptime kuma for monitoring my websites and it looks like it can do what you want: Oh, and I'm using https://www.statuscake.com/ to monitor my monitor ? So as uptime kuma is self hosted and needs some time to setup you'd maybe better of with statuscake which offers 10 monitors for free. I just checked and you can use GET and POST
-
[solved] Orphaned blocks in RockPageBuilderBlocks tree
bernhard replied to iank's topic in RockPageBuilder
Hey @iank thx a lot for your message and sorry @Klenkes for the delay. I have been working on a solution for this but I totally misunderstood what you were saying ? I thought you are talking about temporary blocks, not orphaned blocks! But at least I've made progress with the other problem as well ? I'll look into that tomorrow, thx! -
Cannot bootstrap index.php & run via PHP CLI?
bernhard replied to hellomoto's topic in API & Templates
@hellomoto you have to install ProcessWire and make sure it works before you can load it as a boostrapped app. -
It has been a great meeting yesterday ? We are working on something... ?
- 14 replies
-
- 15
-
[SOLVED] PW thinks changes have been made although none have been made
bernhard replied to Klenkes's topic in RockPageBuilder
No worries, giving feedback is already much appreciated and helps a lot ? -
[Solved] RockPageBuilder Drag-and-Drop Compatibility with FireFox
bernhard replied to netcarver's topic in RockPageBuilder
@netcarver could you please mark the topic as [solved] ? Thx! ? -
[SOLVED] PW thinks changes have been made although none have been made
bernhard replied to Klenkes's topic in RockPageBuilder
Hi @Klenkes I've found the issue! Please download v5.3.1 ? FYI: The change event was triggered by the widgets field (or whenever more than one RPB field were present on one page in the backend). Could you please mark the topic as solved? ? -
HA! It's ProCache's markup minification! First test with ProCache on (html minification for guests): Second test with ProCache off: I'll post that into the ProCache forum! Thx for your help guys!
-
Interesting, I think it might have also been the bold icon when I saw that behaviour, but I can't reproduce at the moment.
-
What do you mean? Thx for the clarification. Well... I don't know how that should be possible then? It sounds like a very specific use case and you could always hook into Pages::saveReady and Pages::saved to achieve what you need. I don't think that I can come up with a common solution for that specific use case that would be helpful for many.
-
Thx @Noboru your hint with the iphone is interesting. First I thought it might need some time to get the DNS records working properly, but still it's not working for me on my 2 android phones. @Stefanowitsch just sent me the link and it's working for him as well on his iphone. Can anybody check on android please? ? And does anybody have an idea what could be the issue? As mentioned other links do work on my phones...
-
This is a really nice update for RockFrontend available on the DEV branch! You need a sitemap for your website? All you have to do is this in /site/ready.php: rockfrontend()->sitemap(); Really, that's all! Here are the docs with info about customisation and how it works: https://github.com/baumrock/RockFrontend/tree/dev/docs/seo#sitemapxml SEO is not my expertise, so I'd appreciate input from the community in how to make SEO tools in RockFrontend even better! Maybe I can even merge input until I push everything on the main branch in April ? There are also some quick-checks on the settings page to not forget the basics:
-
Ok great, let's do 22.3. @ 11:00 GMT+1 (Vienna) @ meet.baumrock.com (also no download or registration) Yes, the meeting will be in German!
-
I'll have to check out this weird change template issue! Thx.
-
I knew these would come up one day ? Actually I didn't know that content is lost. I'm not sure why to be honest. It's a textarea field behind the scenes and I thought field content was preserved when changing a template? I haven't had the need to change templates for a long time though and I'm wondering why you are creating two templates for that. Couldn't you just create a select field on one template that says "2-column layout" and "3-column layout"?
-
@Chris-PW what about these time slots?
-
Please go ahead ?
-
Hi @sebibu thx for your message! That has been on my wishlist for a long time ? The API is already there, only the UI is not and I'm not sure what the best implementation would look like. I could think of either a copy&paste feature (similar to what we have in regular repeaters) or a move/copy icon in the top right where you can select another block. I think copy&paste would be easier overall? Could you please explain the exact use case? I've never had that need myself.
-
Thx for that question, I think that's not 100% at the moment from the docs. I wanted to do a video on this topic for a long time, but videos are very time consuming. You have to setup the whole website first, copy everything manually to the remote server and from that time on you can use rockmigrations for deployment (if you want) and rockshell for db operations. Hope that helps!
-
I've experienced similar problems and didn't have time to investigate, so I'm also interested in a solution! Thx for bringing that up! ?