-
Posts
2,321 -
Joined
-
Last visited
-
Days Won
44
Everything posted by tpr
-
Is there such a module for in-page css styling ?
tpr replied to adrianmak's topic in Getting Started
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; } -
Why not just append a URL param redir=URL and redirect after successful login? The original URL could be stored in session too.
-
Cannot preview code internalisation translation
tpr replied to opalepatrick's topic in Multi-Language Support
Just for testing, using _x() instead does make any difference? -
Cannot preview code internalisation translation
tpr replied to opalepatrick's topic in Multi-Language Support
Don't you set user language in your code manually by any chance? Eg. $user->language = ...? -
$input variable cannot get a two dimensional input form element
tpr replied to adrianmak's topic in General Support
That shouldn't cause that, thanks. I'll re-check when it happens again but I guess there's something other that interferes. -
$input variable cannot get a two dimensional input form element
tpr replied to adrianmak's topic in General Support
Is this happening to variables passed to wireRenderFile too? I experienced such an issue but haven't investigate further. -
Very bad news. What alternatives exist?
-
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.
-
Tips on populating a dropdown from another dropdown
tpr replied to cb2004's topic in General Support
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). -
Tracy Debugger is not Chrome-only, where did you get this info?
-
Sorry, this site is apparently full of bugs
-
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.
-
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.
-
Then adrian's turn
-
What is folder permission for cache/FileCompiler?
-
@BernhardB Try setting Output Mode to "DEVELOPMENT"
-
Update version error is gone, thanks!
-
Sure, either way is OK to me if you ask me I also got that weird 0.5 update issue lpa mentioned.
-
Module FieldtypeKeyValueMultiple need help while developing
tpr replied to Can's topic in Module/Plugin Development
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. -
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
-
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.
-
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.
-
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.
-
Well just start using it and help make it stable by submitting bugs you may find.
- 7 replies
-
- 2
-
- processwire
- crying
-
(and 1 more)
Tagged with:
-
3.0.8: Call to undefined function because of compiled files?
tpr replied to isellsoap's topic in API & Templates
Is _init.php file prepended to the template? See template settings in the admin and config.php.