Jump to content

AndZyk

Members
  • Posts

    702
  • Joined

  • Days Won

    10

AndZyk last won the day on December 18 2024

AndZyk had the most liked content!

Recent Profile Visitors

8,862 profile views

AndZyk's Achievements

Hero Member

Hero Member (6/6)

970

Reputation

3

Community Answers

  1. You can set custom icons for your Repeater Matrix elements in the item header. πŸ˜‰ https://processwire.com/blog/posts/new-repeater-and-repeater-matrix-features/#custom-icons-for-repeater-types
  2. Is there a way to remove sites from the ProcessWire Sites directory, that are no longer powered by ProcessWire or does this happen automatic? https://processwire.com/sites/ Sadly, I have a few websites, that are no longer powered by ProcessWire anymore. πŸ™
  3. Hello, the hoster of our client migrated their servers and now I get this warning in the back-end when logging in: I know this topic was already answered in two other threads. I tried out this solution: At first this seemed to be a simple solution, but then I noticed that pages in the page tree were blank. So this seems to be no ideal solution. I tried to find out the name of the new timezone, the current name ist "Berlin/Europe", but how do you find out the exact name? It seems to be some Pacific timezone. I tried out different websites to find out the timezone name, but with no luck yet. πŸ˜… In this thread are some solutions with SQL commands and hooks. But I am not experienced with SQL and don't want to touch the database: Can somebody please recommend me a simple solution to get rid of this warning? Regards, Andreas
  4. What will happen to developer directory?https://directory.processwire.com/ It is not mentioned anymore on the website but you can still find it on Google. You cannot login anymore. At this point I think it should either be deleted or relaunched. πŸ˜† Regards, Andreas
  5. Is it possible to change the color of links in the new admin theme? I have set a new main color in the module settings and in the admin.css with --pw-main-color, like recommended. But the links of modules or the login screen have still this styling: a, .uk-link { color: #e83561; text-decoration: none; cursor: pointer; } There seems to be no CSS variable. Is this intentional? Regards, Andreas
  6. Congratulations to the new website. πŸŽ‰
  7. Captured on iPhone 8 Safari (yes my phone is old) The navigation has issues and the page tree could look more compact. πŸ˜‰
  8. Hello @ryan, I meant the headers of repeater items. For my taste they are to subtle in the new admin theme and should be styled more likes button, as they were before. They contain most of the time the most content in my case and therefore should be styled more important. Regards, Andreas
  9. I have tried to customize the new admin theme and here are some of my impressions: Pros Easy to customize colors with CSS variables Light and dark mode styling No extra module for customization Cons Only a set of colors can be customized easy You cannot customize for example the global font family, font size and everything else easy as with the Less module. For that you need !important statements The inputs of repeaters have the same background color as every other input Currently I am mixed. Although I like the improvements and appreciate the new direction, there is a trade off in the customization of everything else other than colors. I like to style the font family, font size and other aspects as well. But probably I am the only one doing that. πŸ™ˆ But as always thank you for everyone involved in improving the admin theme to make it more modern. πŸ‘ Regards, Andreas
  10. It never bothered me, but now that you mention it, I also would rather prefer a more classic login form. πŸ˜„ Source
  11. In my opinion this would be bad for usability. πŸ˜‰
  12. First of all thank you to everyone involved in making this new admin theme. This is a really good looking admin theme. πŸ˜€ I have not tested it very well, but one small issue I noticed: When you tried to assign a tag to a field, there seems to be an z-index issue with the autocomplete results: Keep up the great work. πŸ‘ Regards, Andreas
  13. Thank you for your suggestions. I will have a look at them. πŸ˜€
  14. Maybe I am late to the party, because everybody is using AI for coding already, but I just wanted to mention: If you have a GitHub account and use VSCode for developing, try out the GitHub Copilot extension. πŸ˜€ https://code.visualstudio.com/docs/copilot/getting-started I have installed it a while ago and thought that I would not really use it, but recently I find it quiet handy. So far I only used the AI-powered suggestions, but its scary that the suggestions are mostly like I would code it. πŸ˜…
  15. I guess that YOOtheme probably will implement CSS variables with UIkit 4. Here is an open issue for ideas and suggestions for UIkit 4: https://github.com/uikit/uikit/issues/3967 Yes, there is one partial file for variables, but I don't think you can easily change every variable to a CSS variable. Some variables use for example darken() and lighten() which I think don't work with CSS variables. I have tried it once, for some variables it is possible but for most not. One simple enhancement I mentioned several times over the years would be to include the CSS source map in the AdminTheme. But it seems that I am only one with this wish. πŸ˜…
Γ—
Γ—
  • Create New...