Jump to content

wbmnfktr

Members
  • Posts

    2,226
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by wbmnfktr

  1. @ryan depending on your needs you might want to try Airdroid. The MBPr 15 from 2014/2015 had - depending on batch and exact components - major driver issues. Had to return my MBPr 15 back then because of that issue.
  2. Turn off Bluetooth entirely. Restart (keep Bluetooth disabled) and watch if behaviour changed.
  3. There are a few things that come up in my mind right now. Some things could even break everything or make things much more difficult. Let's say... your client wants to offer everything on compagnieDeux.com in german and spanish now as well. How likely could this be? Imagine hosting goes down and therefore 4 sites that don't earn any money. If it's an eCommerce business I would separate everything. Does everybody know about this company structure or doesn't it matter? Imagine a sitemap entry from companyTwo.com within compagnieUn.com. Will they take care of the content foreach EN and FR site or could it happen that two different companies have the exact same content on their pages? Talking about duplicate content from a SEO perspective. Will the content really be that identical or could even those identical parts end in chaos? For example: different team members but the exact same company structure. For example: different products but the exact same product categories. What about GDPR-related liability issues in terms of collecting user data? The more I think about it I'd probably go with 4 instances that talk to each other if necessary.
  4. You might want to look into that Extra Allowed Content setting in your textarea field. You can change settings accordingly to the CKEditor docs. So something like this could already do the trick: // from the docs // A rule accepting <p> and <h1> elements with all their attributes. p h1[*] // change it to p h1 h2 h3 h4 h5 h6 ul ol li img[*]
  5. Looked into it again... Good news! With version 1.2.1 (from dev tree) hits on the homepage will be counted as well.
  6. Limiting usage for your domain should be absolutely ok. I always limit it to the full domain and it works fine. I don't know anything about your traffic but you should have an eye and usage statistics. Last month a project of mine almost hit the limits.
  7. No... not quite, yet. In the module settings I enabled the homepage template (home). First try: The homepage page got a counter badge but counts didn't appear. It stayed and stays at zero. Second try: Tried another template on the homepage but the counter stays at zero. Other pages with that template work as expected.
  8. <!-- your version now --> <script type='text/javascript' src='https://maps.googleapis.com/maps/api/js'></script> <!-- try this instead --> <script src="https://maps.googleapis.com/maps/api/js?key=YOURAPIKEYHERE"></script> Ok... please try this. That's how it works on my projects.
  9. Testing PureVPN's or Baozhai's posts quality?
  10. While looking around I saw that your Google Maps aren't fully functional. Console tells me: Google Maps JavaScript API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
  11. Quick update: excluding specific roles works as expected ? resetting page counts works as expected, too ? But... it won't count visits on the homepage. Tried the prior version as well with the same result. Dev console shows Page Hit Counter: View was counted
  12. Nice! Will give it a try. Hopefully already today.
  13. Be honest... you guys knew I would need this kind of language switcher very soon, too. ?
  14. Wow... that's indeed really nice. Two things came up while playing around with it. Is it planned to exclude logged-in users from tracking? I know that several of my clients publish new content and therefore check the new site over and over again. Right now they would create page counts that are kind of fake. Is it planned to reset all or some counters? Right now I created ~50 page counts and would like to reset those to zero again.
  15. Checked the first ~100 300 SERP Links from site:processwire.com in Google and almost all links redirect (301) or are still correct/corrected. Only 4 9 ended on a 404 page: https://processwire.com/videos/lister/ https://processwire.com/api/what/ https://processwire.com/api/types/nullpage/ https://processwire.com/about/chat/ https://processwire.com/videos/managing-portfolio-site/ https://processwire.com/api/selectors/inputfield-dependencies/ https://processwire.com/docs/tutorials/troubleshooting-guide/ https://processwire.com/api/ref/inputfield-wrapper/ https://processwire.com/videos/page-fieldtype/
  16. Ok... maybe he adds them when necessary.
  17. Redirects me to: https://processwire.com/docs/selectors/
  18. <?php echo count( $page->dev_repeater->find('dev_repeater_exclude=0') ); ?> This should work. Did this with a RepeaterMatrix field a while back in this way.
  19. Never depend on one traffic source! Play the Google-game as it brings you traffic but still play the same game with others.
  20. Just spend a good amount of time on this and played around. This rel=0 will not work as before as @louisstephens already mentioned. Neither with customized embeds, nor with (my known) jQuery solutions. Using rel=0 at least limits videos to those of that channel - which can be good. What still works, if really needed, downloading the *.mp4 and embedding it as a video. Irritating that several parts of the YT documentation still show this example, even in snippets.
  21. It still confuses me sometimes... to be honest.
  22. Marketing sight: Absolutely true! User sight: G*d d*mn f*ck sh*t! It doesn't work. I was on the search for a new CMS (back in 2014) that could maintain hundreds and hundreds of custom fields. Some things I tried back then ended in an error but I stayed because I had someone that said "ProcessWire works!" Without that second voice I would have moved to something else. Working examples are more an argument PRO ProcessWire than examples you have to understand with basic knowledge of the system. I was able to type the characters shown in the tutorials but didn't know what was happening. That came with time and the more I worked with ProcessWire the more I started to love and believe in ProcessWire as my CMS of choice. But that's just my experience and sight on this.
  23. Don't want to be kind of a grinch but what about... cookie/privacy info banner cookie and privacy pages local embed of Google fonts no external CDNs GDPR statement (even as a feature) I know that pages and page-owners from the US aren't that much affected by laws like people from EU countries but setting up those trust(-worthy) pages like cookie policy and privacy pages could be a very good sign. Even something like an imprint page.
  24. Things and thoughts... will follow after a more in-depth look. Meanwhile I want to say: that's a super nice rebuild!
  25. Those .less files don't come pre-installed - at least not in my instances (mostly blank or multi-language profiles). So... I don't think you messed anything up while searching for the files.
×
×
  • Create New...