Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Agency theme navigation issues
· 11 years ago
1) is something introduced by the jQuery Easing library included by the theme, you can disable it (remove it from the theme base.html.twig file) or check if it can be configured to preserve the anchor
-
Agency theme navigation issues
· 11 years ago
Hello Guys, I did try to solve two issues in the Agency theme without success. My GRAV and TWIG knowledge is by far not sufficient. Maybe somebody can help me in this. 1) When selecting a menu item (a
-
Contact form - 500 internal server error on first call
· 11 years ago
Thanks for sharing your solution. BTW it would be nice if MUUT had an option to edit the title of a post and add "SOLVED". That would make searching for solutions much easier.
-
Contact form - 500 internal server error on first call
· 11 years ago
Hi flaviocopes, thank you for your response. Yes, it works without reCaptcha. I just found a thread on SO, where a very similar issue is discussed. There seems to be a bug within PHP file_get_contents
-
Contact form - 500 internal server error on first call
· 11 years ago
The error says "Failed to enable crypto". Never seen such error, but seems related to SSL, might be a misconfiguration on the server, but I'm not sure what it could be. Does it run if you remove the C
-
Contact form - 500 internal server error on first call
· 11 years ago
Google reCaptcha is in use, I created an API key and placed it where it should be. And it works (most of the time), so there is no configuration fault.
-
Contact form - 500 internal server error on first call
· 11 years ago
Hi, I just set up a easiest possible Grav+Admin installation (Antimatter default template) on an Arvixe ASP (Windows) hosting. For now, I have to use Grav 1.0.5 (one version behind), as Arvixe support
-
What do the {% block %} tags do, exactly?
· 11 years ago
Thanks! Ok, that cleared it all up. I should've read that first.
-
What do the {% block %} tags do, exactly?
· 11 years ago
I strongly recommend reading this for a good summary of how to use Twig: http://twig.sensiolabs.org/doc/templates.html
-
What do the {% block %} tags do, exactly?
· 11 years ago
I think what confused me was that base.html.twig is in the /partials folder, even though it's the actual file that the partials override. (Isn't that the opposite of a partial?) Then there are things