Jump to content

AndZyk

Members
  • Posts

    712
  • Joined

  • Days Won

    10

Everything posted by AndZyk

  1. Hello @mangopo, either you can make your existing site responsive using media queries or you can build an mobile version of your site. There are pros and cons for each approach, but I would recommend responsive design over an mobile version. If you want to learn more about this topic, there are many resources available, which explain it in depth: Responsive Design with CSS3 Media Queries Responsive Web Design: What It Is And How To Use It Regards, Andreas
  2. This is just my opinion, as I am working most of the time solo on my repositories. If I would work collaborative on a project I would probably track the database changes too or try the Migrations module.
  3. Not automated, but a great set of resources: Devices by Facebook.
  4. ...Or not deleting this file in the first place. But glad you found it.
  5. Hello @microcipcip, I believe Ryan meant any change of the files. It is not recommended to track assets or uploads folders, because they can easily bloat your commit history and even worse you could grow a repository over 1 GB. Tracking the database would require you to make always dumps of it. Even though you could automate this, I also don't recommend it, because it could bloat your commit history too. If you need inspiration of a .gitignore file, there is a popular GitHub-repository with templates for other systems. Maybe ProcessWire could be added too. Regards, Andreas
  6. That is interesting, because it doesn't show anything at all. If it would be an .htaccess-error, at least an 500 error should be thrown. But it doesn't seem to be, because your front end works properly. PHP 5.3.8 and 5.4.45 are already outdated versions, but they should be supported. Preferably your hoster should offer at least PHP 5.6.x. You can always make sure to have the right PHP version running, by uploading an file f.e. info.php with the phpinfo-function in it. After checking, be sure to delete it, because it offers potential attackers an insight to your server environment. Maybe someone else has more info on this issue. Nice site by the way.
  7. Hello PawelGIX, have you tried to enable debug mode, to see more details? Of course the debug mode shouldn't be enabled on a live site, but you could enable it just for a short time, until you know the issue. Regards, Andreas
  8. @Juergen Sorry for being off-topic, but if you like UIkit, you should look out for UIkit 3. I am excited.
  9. Sorry for the late answer. I don't exactly know the "internal uses", other than ProDrafts makes use of it. Maybe thats all it is used for, but if not it is best not to mess around with it in my opinion.
  10. Hello Beate, maybe this will help you: $films = $pages->get("/filme/"); foreach ($films->children as $category) { foreach ($category->children("sort=random, limit=2") as $film) { echo $film->title; } } It is not necessary to add all pages to one array, you could just loop trough them, if I understood you correctly. Regards, Andreas
  11. Hello Jozsef, for the generation of many large image variations, ImageMagick comes in handy. Of course you have to enable it first on your webspace, but most hosters have an manual for the activation, if they support it. Usually I visit the page I added images in to generate the variations. You could probably achieve this also by an hook. But for me it seems more natural to check the changes I made after saving a page. For the lazy loading of images in the front end, I can highly recommend using the plugin lazysizes. It is easy to setup, supports responsive images, background images and so on. There is also the module Markup SrcSet, which uses lazysizes. Regards, Andreas
  12. Hello, I recently submitted an site to the Sites Powered by ProcessWire area. Shortly after submitting I noticed, that my description of this site is not complete. But the site was already submitted. Since there is no option to modify this entry, who can I ask to change it or should I submit the site again with the corrected description? It would be nice, if someone could help me out. Regards, Andreas
  13. AndZyk

    Langenbachhof

    Thanks for remembering. I was aware of the error, but hadn't figured out how to fix it. Turns out, that the fullPage-Plugin didn't needed the slimScroll-Plugin anymore in the newer version. It should be fixed by now. About the missing content: That is intentional, as it only should be revealed after clicking either the logo, toggle icon or container. If you notice anything else, please let me know.
  14. For everyone interested: CodeKit 3 is out now. I know, that everything CodeKit does, can be achieved using an IDE, Grunt, Gulp, CLIs and so on. But CodeKit provides a good starting point for beginners, in my opinion. Regards, Andreas
  15. Thank you, I did not knew about this option. That works for me.
  16. AndZyk

    luchsdigital

    A small website for the Black Forest based filmmaker Markus Ketterer. You can discover his portfolio or get more informations about him by clicking the logo. Each film page can contain two film stills and two behind the scenes pictures. The transitions between the pages were made with Barba.js (thanks to @LostKobrakai for mentioning it). www.luchs.digital Modules used: ProCache ColorPicker Markup Sitemap XML Tracy Debugger Regards, Andreas Update: This website doesn't use ProcessWire anymore.
  17. That seems to be the more fitting solution.
  18. AndZyk

    Langenbachhof

    This is a single page for an old farmhouse deep in the Black Forest, which you can rent for seminars or as a weekend getaway. When visiting the site first you can slide through three full sized background images. To access the main content you can either click the logo, the toggle icon or the container. The content mostly consists of accordion elements, but in the section nächtigen there is also an calendar (using the new Google Calendar Markup module) and an reservation form included. www.langenbachhof.de Modules used: ProCache PageTable Extended Google Client API Google Calendar Markup Markup Sitemap XML Tracy Debugger Email Obfuscation Regards, Andreas
  19. Hello, this is a small request, but since a while I develop exclusive in Google Chrome and if I have the developer tools open and try to access the back end, I always get following notification: It seems like the Chrome developer tools are looking for a css map file inside the AdminThemeReno, which is not present. Maybe this doesn't bother anybody and it is rare, that I try to access the back end with the developer tools, but I just wanted to point this out. Regards, Andreas
  20. Hello BrendonKoz, I would create a field f.e. date and add it to the needed templates. There is no need for the module mentioned above in my opinion. Although every page has an internal published field since PW 2.6.16 and I think you could change it through the API, I wouldn't recommend it, because it is used for internal uses. A separate field would be more cleaner and you could also easily change the field or the published dates, if you would like to. But that is jus my opinion. Regards, Andreas
  21. Hello bcartier, I don't know, where you did get the published_date but in the API reference there is: Source: http://processwire.com/api/ref/page/#pw-methods-common Regards, Andreas
  22. Hi Jonathan, of course, you are right. I just thought as developer of the website you would have some insights. I will contact him directly. Regards, Andreas
  23. I am also a big fan of the Dash App, so I made a Docset request, but the developer wrote, that it only has 7 upvotes so far and he wouldn't include docsets if there is not much more request. But maybe somebody knows how to generate a Docset and could contribute it to the user-contributed-docsets. Regards, Andreas
  24. First of all I would like to say: Great job @Jonathan Lahijani for bringing CMS Critic back to ProcessWire. I first discovered PW through CMS Critic, so I'm thankful, that they awarded 2014 ProcessWire as Best Free PHP CMS. But I recently wondered, that a so-called "CMS review" site hasn't covered the release of PW3 at all? Is there any particular reason for this or am I just missing something? Regards, Andreas
  25. AndZyk

    Padloper showcase

    Hello Socrate, maybe you should try to contact @apeisa direct via the mail address he provided on Padloper.pw. Regards, Andreas
×
×
  • Create New...