Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Werner Joss Regular
@hoernerfranz · Joined 7 years ago · 224 posts · 14 topics · 49 reputation
Badges
Recent posts
-
Contact Form fields span entire page width
· 7 years ago
add the form to your page via template, define a CSS class in your template should work, IMHO.
-
Twig for loop with increment by more than one
· 7 years ago
should be possible, have a look here
-
Exact steps to include third-party code with composer and as a git subtree so GPM will be able to install it
· 7 years ago
not long ago, I stumbled over the same question 😀 my recent plugin: icalendar depends on om/icalparser . so, my first approach was try to make gpm install that as a dependency for icalendar. this didn
-
Cloud service to drop files but not read them
· 7 years ago
have you considered a self-hosted cloud solution like NextCloud ? AFAIK, this comes wich Desktop Clients for all major OSes, as well as mobile. (not sure if there are write-only folders possible, thou
-
Blog post template
· 7 years ago
just look at the Documentation for Blogs - the standard template for a blog post is partials/blog_item.html.twig you can take this as a starting point to create your own my_blog_item.html.twig 😃
-
Migrating my Wordpress Site to Grav
· 7 years ago
I think it's well worth, giving Grav a try - as already stated, it is modern and straightforward designed, relative easy to understand, and logical. all things, that WP lacks to some extend 😁 but no o
-
Getting errors working with a third-party library (Class not found)
· 7 years ago
ok, fine to read my proposal worked 😀 as for the composer explanation, there is a lot of documentation out there on the web, as composer is a quasi standard package manager for php bundles. I don't th
-
Getting errors working with a third-party library (Class not found)
· 7 years ago
maybe you just forgot to explicitly use the namespace from your external class in the new() statement ? (I did just the same recently in my project icalendar , use an external composer bundle, which i
-
Form plugins, email configuration
· 7 years ago
do you have the email plugin configured correctly ? if not, this is the problem.
-
Newbie question, use a plugin
· 7 years ago
not so simple, at a first look, agreed 🙂 - but it gives a lot of flexibility. once you get used to it, it is easy, much more than having to click around in more or less inconsistent backend UI's (like