Jump to content

AndZyk

Members
  • Posts

    722
  • Joined

  • Days Won

    10

Everything posted by AndZyk

  1. Really beautiful sites. Congratulations.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. 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
  7. 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).
  8. 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.
  9. 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.
  10. 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.
  11. 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.
  12. Thank you. I switched the parallax effect now to animate the background-position instead of position top. Hopefully it is smoother now.
  13. Thanks for the hint. I still like jQuery and Isotope, but good to know some alternatives.
  14. 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
  15. 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
  16. 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
  17. There is no cheat sheet for UIkit available, but autocomplete for editors.
  18. What is the line 6 in your header.php file? This line obviously causes the error. The include works, because if it wouldn't, there would be no error. Have you tried to add the namespace in the first line of your header.php? I think you need it to use the new functions API.
  19. Hi @ridgedale, it is recommended to include your files like this: include("./header.php"); Like mentioned here. But I prefer to make an extra folder "includes" and use the wireFileInclude function: wireIncludeFile("./includes/header"); Cool thing about this function is: PHP file ending is assumped You can pass variables as array: wireIncludeFile("./includes/header", array( 'homepage' => $homepage )); Regards, Andreas
  20. The most important CMS-updates in April by t3n: http://t3n.de/news/joomla-drupal-mehr-wichtigsten-819564/
  21. AndZyk

    CDS Service

    Thank you all for your feedback. @rick The translations will follow over the next days. Thank you, I have corrected this. @Robin S You both are right. I drilled it down a bit and removed the largest variation for desktops. @szabesz I have forgotten to run the logo through SVGO. Now it is smaller. @tpr I know it is really subtle, for now I want to leave it in there, because it adds a nice touch. But I get your point.
  22. AndZyk

    CDS Service

    Sorry to here that. I never noticed a major slow down. I think this is probably hardware related. Could you please share your specs (OS, Browser, Display size), so I could look into that? I wouldn't like to remove this effect.
  23. AndZyk

    CDS Service

    Thank you for the kind words. I totally forgot about http/2. I will look if it is possible to enable http/2 on the server.
  24. AndZyk

    CDS Service

    The CDS Group is an established service partner of leading manufacturers and trading partners in the IT and high-tech sector. We relaunched their service website using the latest ProcessWire. Building this website was fun, especially because of the latest additions to ProcessWire, like the recently introduced markup regions and AdminThemeUIkit. It is really easy to brand the new admin theme with a few lines of code, in my case 7 (see a glimpse in the screenshot below). Besides that, this website makes heavy use of the Repeater Matrix, to be as flexibel as possible. The front-end was build with Bootstrap 3 and the icons used are an custom icon font generated with the IcoMoon App. For a better usability, every textarea can be edited in the front-end. www.cds-service.com Modules used: AdminThemeUIkit Front-End Page Editor Repeater Matrix ProCache Markup Sitemap XML Email Obfuscation (EMO) Database Backups Jumplinks Tracy Debugger Regards, Andreas
  25. I meant no coverage since the release of version 3. Meanwhile Mike from @cmscritic answered on my question via the contact form with this: I was always under the assumption, that this website contains only articles from selected authors. It seems that I could write him an article, but I think there are more capable members in this forum to write an article. Also is english not my native language. But first, they should fix their register page which currently cannot be found. Maybe @Jonathan Lahijani can fix this? Regards, Andreas
×
×
  • Create New...