Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Ajax call to plugin
· 9 years ago
Could you share some example on how you made this work? I've been trying similar things and I'm sure others have too. Thank you.
-
Ajax call to plugin
· 9 years ago
I think i get it :-). Back here if i need more help.
-
Ajax call to plugin
· 9 years ago
Hello, I need some help to achieve some ajax into a plugin. I'm working on a kind of cart for asking quote. I'd like to do some ajax inside the plugin. Into the cart, when changing quantity for exampl
-
Extend selectize field
· 9 years ago
hi, I'm sorry for my late reply.. I'm creating a custom administration field, so I've created a plug-in. Need to verify the existence of a page and to communicate the outcome of the operation by chang
-
Extend selectize field
· 9 years ago
Are you adding forms/fields/select/select.html.twig in your theme? Also, this is a frontend form, right? Or are you trying to change an Admin field?
-
Extend selectize field
· 9 years ago
Hi guys, I try to extend the selectize form field, i need to add a simple class to a selectize-input item or directly in the option of the select but if i try to do that in the "forms/fields/select/se
-
Renegade Langauge switcher plug-in
· 9 years ago
I had installed a the language-switcher module because all my production sites require it. I hadn't gotten it to display yet but apparently, it was redirecting me to portojofrepantanal.com/en In ord
-
Sending Attachments not work with plug-in form&email
· 9 years ago
Task: send a file attached to the mail message via the contact form Screen_form In the screenshot you can see that there is a field for attaching files. But I can not add the file there. There is no s
-
Report an error? Manual pagination fix
· 9 years ago
The collection was declared at the top of the page, before the pagination code.
-
Report an error? Manual pagination fix
· 9 years ago
Maybe it is because collection has to be set before with {% set collection = page.collection() %} Does it work like that?