Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
arank Member
@arank · Joined 9 years ago · 49 posts · 2 topics · 4 reputation
Badges
Recent posts
-
[Antimatter] 5 columns desktop - single column rendering on mobile devices?
· 8 years ago
Themes based on antimatter should automatically render in one column on mobile devices. Is your site live? You could post the content of your template used for 5 column layout.
-
[Antimatter] 5 columns desktop - single column rendering on mobile devices?
· 8 years ago
Do you use tables? Maybe you can give more info/code of your templates/. Would be very helpful.
-
Pdf-Js v0.1.2 problems
· 8 years ago
Looks like the wrong path. Where did you put your .pdf? Should be in /user/data folder if you use this code. Try putting your .pdf in the same folder as the page itself. and then: [pdfjs=filename.pdf]
-
Unable to order modules - Grav 1.4
· 8 years ago
Yes, try it. https://learn.getgrav.org/content/modular#setting-up-the-primary-page
-
Unable to order modules - Grav 1.4
· 8 years ago
Think you forgot dir: asc Try: title: “Veterinary home page” menu: Home onpage_menu: true content: items: ‘@self.modular’ order: by: default dir: asc custom:
-
Modules with different column-width, Antimatter Theme Inheritance: Dropdownmenu?
· 8 years ago
You can use the section shortcode from grav-plugin-shortcode-core
-
Cookie-free domains
· 8 years ago
Much easier since Grav 1.4.6: set system session.enabled to true and system session.initialize to false
-
Installation on localhost: stuck on an error 500
· 8 years ago
Hi, it's very simple. You don't need apache! Download Grav or a skeleton and unzip it to a folder of your choice. Go to that folder, open it, open a terminal there. Type: php -S localhost:8000 system/
-
Markdown in form label to add page link
· 8 years ago
It's definitely working.(I'm using exactly the same form definition). You can use simple markdown links in your form label field. No need for HTML links. When using markdown links don't use Quotation
-
Markdown in form label to add page link
· 8 years ago
type: checkbox markdown: true should be working Try using markdown remote link in your label