Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Admin plugin dashboard its totally in blank
· 11 years ago
Nothing should be required. Do you have any JS errors in your console? This looks like a CSS issue though. Can you try another browser?
-
Admin plugin dashboard its totally in blank
· 11 years ago
I've just checked and all the others sections are blanks too. Grav displayed briefly and error about downloading something with json, but It was too fast and I couldn't read completely. Grav needs to
-
Admin plugin dashboard its totally in blank
· 11 years ago
I've installed manually the admin plugin and it worked but the dashboard section its totally blank Dashboard-blank I'm newbie but I read yesterday almost the whole documentation online and I'm very e
-
Simple Contact
· 11 years ago
So yeah I actually have the form now but when i hit send it takes me here. http://dev.aiso.net/contact/send:success
-
Simple Contact
· 11 years ago
Sorry for being ignorant but do I put the if statement in the base.html.twig file before the endblock? Thank you
-
Simple Contact
· 11 years ago
On your template, make sure you added: {% if config.plugins.simple_form.enabled %} {% set simple_form_config = page.header.simple_form ?: config.themes.YOUR_TEMPLATE_HERE.simple_form %} {{ sim
-
Simple Contact
· 11 years ago
Apparently, I'm an idiot but I have the Simple Contact plug in installed and can't seem to get it to show up on the contact page. What do i need to add there? is it shortcode or what?
-
Taxonomy - active tag button
· 11 years ago
Hi Erik, if you are using the above code, you can use the Twig filter sort : {% set taxlist = taxonomylist.get() %} {% if taxlist %} <span class="tags"> {% for tax,value in taxlist[taxonomy
-
Taxonomy - active tag button
· 11 years ago
What determines the order or the Tags in the tag list, I would like to organize the tags alphabetically but I dont see any place that sets the order of the list.
-
Taxonomy - active tag button
· 11 years ago
Hi, problem solved ) Thank you very much for help and time Regards Marek