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
-
Problem 403: themes, pages, etc
· 5 years ago
@Tereza , did you check essential folders permissions under tools-reports in the admin ? does it look ok (there should be message 'All Folders look good') ?
-
Loading plugins only on specific pages
· 5 years ago
ah, yes, of course the mechanism of loading assets is unique to each plugin, and, @pamtbaau you are right in that my suggestion would not work with the mentioned plugins without changes to the plugin'
-
Loading plugins only on specific pages
· 5 years ago
@jordan , yes, your idea of loading assets only on the pages where needed via template is right. all you have to do is writing the correct template. as an example, you can take this template as a refe
-
Import wordpress xml file to Grav
· 5 years ago
@shane , I saw you opened up this new thread as a followup to this one - so I answer here 😄 as @pamtbaau mentioned, there are already some posts on the topic here. I can also recommend taking a look
-
Migrating from Ghost CMS to Grav
· 5 years ago
if migrating from Ghost to WP is easy, then: yes.
-
Migrating from Ghost CMS to Grav
· 5 years ago
switch CMS always depends on the data export / import functionality of the source/target CMSes, e.g., switch from Wordpress to Grav is relative easy as there exists an xml export for WP, and several W
-
How to connect a database to a table in Grav
· 5 years ago
@TonHaarmans , well, csv Import itself should be relativ easy, as already stated. doing this automatically is, however, a different story 😃 . but, luckily, Grav has already a built-in functionality fo
-
How to connect a database to a table in Grav
· 5 years ago
no, importing csv should be easy.
-
How to connect a database to a table in Grav
· 5 years ago
yes, parsing excel sheets directly is a PITA 😃
-
How to connect a database to a table in Grav
· 5 years ago
hm, if your data is in an excel sheet, why not just save that as csv and import that in grav via table importer plugin ?