Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Is there a simple way to exclude Captcha from email body?
· 10 years ago
OK never mind, I managed to filer out the filed name in the default/data.html.twig like {% if field.name!='g-recaptcha-response' %} <div>{% block field_label %}<strong>{{ field.label }
-
Is there a simple way to exclude Captcha from email body?
· 10 years ago
I've just managed to set up a form with reCaptcha, which is working fine, only the Capthcha is shown in the email body, AND on the thank you page, somethng like this: Name: Myself Email: russian.hun@
-
Shortcode: xx.html.twig not defined
· 10 years ago
Appreciate the follow-up and the nudge in the right direction. You answer above provides a significant clue as to why I was stuck. Thanks. Onward.
-
Shortcode: xx.html.twig not defined
· 10 years ago
Hmm. could of sworn i replied to this already. Basically the short answer is that shortcode-core doesn't support the Twig templates like shortcode-ui because it's not adding the twig paths like I desc
-
Shortcode: xx.html.twig not defined
· 10 years ago
@rhukster, thank you for your generous reply to my query. However, there may have been a misunderstanding. I wasn't creating a new plugin, but, rather, simply adding an additional shortcodeinto the a
-
Shortcode: xx.html.twig not defined
· 10 years ago
Actually your BlueBoxShortcode.php looks invalid.. Should look very similar to this: <?php namespace Grav\Plugin; use Grav\Common\Plugin; class BlueBoxShortcodePlugin extends Plugin { /**
-
Shortcode: xx.html.twig not defined
· 10 years ago
In your plugin do you have an onTwigTemplates() event that adds your template/partials folder? Like this: https://github.com/getgrav/grav-plugin-shortcode-ui/blob/develop/shortcode-ui.php#L24-L27 And
-
Shortcode: xx.html.twig not defined
· 10 years ago
Am trying to understand shortcode creation by copying examples in shortcode-core and shortcode-ui. Am using the files in shortcode-core as a base. Keep hitting my head against an error and need a nudg
-
Lightslider issue with Woo skeleton
· 10 years ago
Well... Problem solved ! In Woo, the lightslider and JQuery javascript is declared after the footer, but the plugin needs to have both scripts inside the header. Changes are made in base.html.twig.
-
Lightslider issue with Woo skeleton
· 10 years ago
Hi, I have an issue with the Lightslider plugin : it doesn't work on my grav installation. I tried to install it from the admin plugin and then manually. I tried and looked at the Shop skeleton which