Jump to content

tpr

Members
  • Posts

    2,321
  • Joined

  • Last visited

  • Days Won

    44

Everything posted by tpr

  1. Another approach is to add class to the body tag, eg. <body class="template-basic-page page-1022" blabla and add specific rules in your CSS like #page-1022 .main-content { background: red; }
  2. Why not just append a URL param redir=URL and redirect after successful login? The original URL could be stored in session too.
  3. Don't you set user language in your code manually by any chance? Eg. $user->language = ...?
  4. That shouldn't cause that, thanks. I'll re-check when it happens again but I guess there's something other that interferes.
  5. Is this happening to variables passed to wireRenderFile too? I experienced such an issue but haven't investigate further.
  6. Very bad news. What alternatives exist?
  7. For those icons cstevensjr marked "Fantastic!", I would change the hover state, for example scaling up the icons. The current solution seems more like a bug. #someID a { transition: transform 0.12s; } #someID a:hover svg { transform: scale(1.4); } I guess you got the idea.
  8. Classes starting with digits are invalid, better to use "id-1041" for example. But I would use data attributes instead (data-ids="1041 1046", etc).
  9. Tracy Debugger is not Chrome-only, where did you get this info?
  10. Sorry, this site is apparently full of bugs
  11. A new panel would be too much (there's already quite a few of them ). What I could imagine is a toggle setting in the module to show the default language values or the current language values. Alternatively, adding a button next to the default language values which would show the other language values on click (maybe in a lightbox?). Anyway, I still have to use it for a while to decide its usefulness.
  12. Thanks! No issues here The PW info shows the page title/name/path, parent, etc, but they show only the default language values, even viewing another language. Have you thought about displaying language values instead? I'm not sure if this would be much beneficial, just asking.
  13. What is folder permission for cache/FileCompiler?
  14. @BernhardB Try setting Output Mode to "DEVELOPMENT"
  15. Update version error is gone, thanks!
  16. Sure, either way is OK to me if you ask me I also got that weird 0.5 update issue lpa mentioned.
  17. The textformatter multivalue is not really suitable for clients, but useful for quickly adding data structure by devs. Therefore a module with UI would be handy.
  18. My idea was one field with multiple checkboxes. For me re-setting settings isn't a big deal. The first checkbox (frontend and backend) needs to be two separate checkboxes but I guess you've already noticed that
  19. Thanks @adrian for the ProcessModuleToolkit link, I'll check that later but at first glance it's not entirely the thing I was after. I see there are 6 'Show ...' panels next to each other in Tracy Debugger module settings, perhaps they could be shrinked under one section. I know it's a minor thing but could save a lot of space.
  20. Thanks for mentioning Neat, I will try it next time. It's different from the grids I used beforehands, I'll see how it fits.
  21. You could use the parallax or maybe the sticky component. I usually solve this by checking scroll amount with jQuery and if that exceeds a given amount (px) I add a class to the nav (or the body), and apply new CSS styles to the nav.
  22. Well just start using it and help make it stable by submitting bugs you may find.
  23. Is _init.php file prepended to the template? See template settings in the admin and config.php.
×
×
  • Create New...