Jump to content

AndZyk

Members
  • Posts

    678
  • Joined

  • Days Won

    10

Everything posted by AndZyk

  1. Great site and nice feedback by your client. There is not much to say except, that the usage of responsive images could improve the experience on retina displays. Also could the logo be replaced with an SVG in my opinion. Maybe it is just me, but could it be that the team images are a little bit stretched? I only watched the site on mobile so far. Regards, Andreas
  2. Thank you, I used your solution and it its working great.
  3. There is a thread by you, were this was mentioned before.
  4. I am currently working with comments and wish there would be an API function to quickly get all comments with an selector, like for example: <?php $pages->findComments("sort=-created, limit=5"); That way it would be easy to display for example the newest comments on a page. I have read, that this is currently possible using an SQL query, but I don't have much experience with SQL.
  5. Hello @MilenKo, first of all I noticed that you search for a pageName value in a title field. When you want to search a pageName I think you should search in the name value: name=$name Second you are talking about the template category-list and searching for categories-list. I hope this is just a typo, but if not you should correct this. I would suggest you to dump everything step by step for example with TracyDebugger to get to the collection of pages you are looking for. Regards, Andreas
  6. Hello @valan, maybe this could be helpful for you: New: selectors as associative arrays New: selectors as regular arrays This way you have more freedom, what you want to pass as selector. Regards, Andreas
  7. @Christophe Thank you for your solution, it works well. Just a small typo:
  8. Really beautiful sites. Congratulations.
  9. Glad you found the solution, but you are right that it is a little bit confusing. Honestly I have never read the description and always install all languages modules when I am planing to translate a website.
  10. Sorry, please forget the last post. According to the video this is not necessary. I only used language alternate fields so far in combination with translated pages via PageTitleLanguage. I would recommend you to do the same, but in your case it maybe something else. Are you using AdminOnSteroids? I noticed in your screenshot you have the page pathe displayed under the label.
  11. You have at least to change your PageTitle field into PageTitleLanguage or else you are not able to translate your pages. The PageTitleLanguage is necessary for the title and name translation of your pages.
  12. I mean the labels of the languages under Setup => Languages. Those will be displayed under the field label. I have just tested it quick with PW 3.0.63 and AdminThemeUIkit and its working fine. But the version or AdminTheme should not matter.
  13. Hello @szabesz, have you translated the titles of your two languages in both languages? That is the only reason I could think of. Nevermind, you have at least the title for the default language. So this one should at least be displayed. Regards, Andreas
  14. AndZyk

    Chrysemys nl

    Ok, so I have this issue only in Safari (10.1.11) so far. I guess it is related to this: .eco_hover_effect img { min-height: 100%; } In general, you should also give your images an width and height attribute. Also I wouldn't give all images an width of 100% (I don't think this rule is from Bootstrap).
  15. Ah ok, I can see what you mean now. I have tested one of my websites with Google PageSpeed Insights and when I test http://example.tld/, I also get this warning. But I don't think it is really an issue, because if Google etc. have listed the right version of your website with https://www.example.tld/, those visitors wouldn't be redirected at all. You can always tell which is the right version via the search console. Of course if there is a better solution for this case, I am interested.
  16. Sorry, if I am not helpful, but I just want to add that I always used the following solution on different hosters and never had issues with Google: Maybe your hoster had a different sever configuration, but this solution is the recommended one.
  17. AndZyk

    Chrysemys nl

    Very detailed write-up and nice site. Just wanted to mention that you should check the images on mobile. For me they are streched and not responsive.
  18. I don't quite understand what you mean, because smooth scrolling of of a browser has nothing to do with this effect and its lag, but I don't want to start an discussion about parallax effects again. If you want to talk off topic you can write me an PM.
  19. Thank you. I switched the parallax effect now to animate the background-position instead of position top. Hopefully it is smoother now.
  20. Thanks for the hint. I still like jQuery and Isotope, but good to know some alternatives.
  21. This is a minimalistic website for the german architecture office Weissenrieder Architekten BDA. The front-end uses UIkit 2 and Isotope for the projects overview. Every project category can be accessed in the overview with an URL segment. ProFields Table was used for the project detail view. www.architekt-weissenrieder.de Modules used: AdminThemeUIkit Table ProCache Markup Sitemap XML Email Obfuscation (EMO) Jumplinks Tracy Debugger Regards, Andreas
  22. Welcome @Cody Connor, SVG upload into an image field should work fine, I did it several times. Could it may be your SVG, that you try to upload, that is causing a problem? Could you try this SVG out for example? SVG_logo.svg Also you could take at look at your developer tools console while uploading if it throws any script error. Regards, Andreas
  23. Hello @franciccio-ITALIANO, you could start by renaming the HTML files inside your templates folder from .html to .php and add them as templates. But those template files would be still static HTML. So you would have to define some fields for your dynamic content and add them to your templates. Next step would be to output those fields with PHP between the HTML. But this has been already explained more better here: http://processwire.com/docs/tutorials/how-to-structure-your-template-files/ https://www.smashingmagazine.com/2016/07/the-aesthetic-of-non-opinionated-content-management-a-beginners-guide-to-processwire/ (Must read) Regards, Andreas
  24. There is no cheat sheet for UIkit available, but autocomplete for editors.
×
×
  • Create New...