Jonathan Lahijani

Results 74 comments of Jonathan Lahijani

I see that page ability was recently added here: https://github.com/processwire/processwire/commit/5fe181c315688c421fdf6fa1dce798839831dd47 Any thoughts on fields and templates?

My use case is to be able to manage classes on the `` of the menu items. So for example instead of just having `page-3-` as a class for the...

@BernhardBaumrock you said "PS: Not sure how much benefit that aggressive caching really brings compared to no cache or partial caching? If you have any insight's I'm very happy to...

@adrianbj I should have said I have a convenient way of easily clearing it, which involves running this bit of code: `wire('session')->removeFor('AdminThemeUikit', 'prnav');` However if I were to add that...

One thing to consider is that Jam Icons and Font Awesome are not 1-to-1, so any icons already set in an existing PW installation that does not have an equivalent...

Related from 2016: https://github.com/ryancramerdesign/ProcessWire/issues/1820 Is it possible we can assign directly to the ``? Alpine.js and Vue work in a specific way, so it would just make it so much...

@ryancramerdesign Would this be something you can look into now that the master version has been released? It would really help make working with Hyperscript or Alpine.js much easier.

I solved this for now using using this hook: ``` // move hyperscript and alpine.js attributes from to for better compatibility $wire->addHookAfter('InputfieldRadios::render', function(HookEvent $event) { $html = $event->return; $dom =...

Just a note to anyone visiting this, the "Image From Page" module was renamed to "Image Reference" and therefore has a new link: https://processwire.com/talk/topic/22665-module-imagereference-pick-images-from-various-sources/