Andy Miller

Results 487 comments of Andy Miller

This is not platform specific stuff guys. You are asking about basic web development skills. HTML, CSS, image editing etc. Grav is not trying to replace the web developer, it's...

It's really related to the highlight theme.

Let me think about this over the weekend. I would like to find a better way to move forward with more flexibility but at the same time be backwards compatible.

I will look at this one again now I've released Form.

You should set the action to the route of the page that contains the sidebar as that is the page you want to end up on.

That is a little tricky, actions are tied to forms so having different actions on the same form is not currently possible. Couple of workaround approaches: * Use an Ajax...

There's no lang string `PLUGIN_FORM.POSITIVE_MESSAGE` which is why you get an empty message. The default file has: ``` {% set inline_errors = form.inline_errors is not null ? form.inline_errors : config.plugins.form.inline_errors(false)...

I think this is a bug.. I need to look at it.

related to this: https://github.com/getgrav/grav-plugin-form/issues/155