Jump to content

Mats

Members
  • Posts

    360
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Mats

  1. Stackoverflow http://stackoverflow.com/questions/7471830/google-maps-api-v3-weird-ui-display-glitches-with-screenshot
  2. The zoom controls doesn't work because of the css. Try this: #map_canvas_id img { max-width: none; }
  3. I tried to check if there was any output but i guess i must have done something wrong. I'll look at it again, thanks Soma!
  4. Is there a way of checking if the module finds any items to display in the navigation? What i would like to do is check if there are any navigation items found, if so show a link to the submenu further down the page (on mobile), if not don't display the link. Solved it with javascript instead.
  5. @awebcreature I have modified the MapMarker module so you can add a polyline (both admin and front-end). You can download it here: https://github.com/madebymats/FieldtypeMapMarkerDraw Please note that you should not use the module in production, but may give you an idea how to build the functionality you needed.
  6. I made a Leaflet version of this module: https://github.com/madebymats/FieldtypeLeafletMapMarker- Front-end demo: http://tegelwebb.se/leaflet-map-test/
  7. Working! Thanks Pete!
  8. Sorry Pete, the issue persist.
  9. Great idea, Pete! Unfortunately i get: Unable to complete this request due to an error. Error has been logged. When creating a profile.
  10. Hi Peter! The pages tree in the admin becomes paginated after 50 pages or more unless you change the default setting. You can also use the lister to search/filter pages on template/parent/what ever. On the front end it's entirely up to you how you would like to display the pages/list of pages. EDIT: I see you changed your question, so this answer might seem a bit off topic.
  11. Check out Ryans answer beginning with Actually, you can do this (on mobile so i can't see the post id): https://processwire.com/talk/topic/4323-field-dependencies/page-6
  12. Welcome to the forums! The child pages becomes paginated. Default is 50 pages before pagination. You can change it under Modules Page List.
  13. Mats

    Merry Christmas!

    God Jul!
  14. Hera are two links via sidebar: https://cdnify.com/discover/web-performance-guide http://www.luster.io/blog/9-29-14-mobile-web-checklist.html
  15. Try changing the collation in PHPMyAdmin for the fields you wan't to search (or all for that matter). SO link
  16. Or you could use: $pages->findOne($selector)
  17. Textpattern has a nice plugin based on this code. Would love to see the same functionality in PW. I tried to make this in to a PW module but didn't come far.
  18. Very nice! Perhaps some easing on the logo animation: .header__logo.header__logo--desktop {display: none;transition: all ease-in-out .3s;}
  19. I never encountered this problem with FormBuilder. Does the characters work when sending mails not using FormBuilder? Could be mail client not encoding the mail properly.
  20. Missing slash? mysite.com/myurlsegment/
  21. Comments moderated in the comments manager seems to be changing status from approved to awaiting moderation when saving pages. Opened issue on Github.
  22. I wanted to try and create a module, but of course one could use AdminCustomFiles instead. Thanks for creating it btw, learned a lot from it.
  23. The module adds fastclick.js and TouchPunch to the admin. Fastclick makes clicks on touch devices faster. Touch Punch adds drag and drop ability for jqueryUI on touch devices. https://github.com/madebymats/Admintouch
  24. I'm trying to add a couple of files to make the admin a bit more touch friendly but i can't figure out how to add javascript files to all admin pages. Would be nice to wrap it up in a module instead of hard coding it in to every site i build. /Mats
×
×
  • Create New...