Paul Hibbitts Regular
@paulhibbitts · Joined 9 years ago · 458 posts · 2 topics · 108 reputation
Badges
Recent posts
-
Quick Tray link for new page
· 7 years ago
Oh, this was a suggested alternative 🙂You likely can do what you are looking for with a Custom Plugin if the above is not close enough - perhaps someone more dev-oriented might share their thoughts he
-
Quick Tray link for new page
· 7 years ago
Hi @metbril, one technique to do something like this is creating a custom Admin Panel dialog and Button Bar item - docs are https://learn.getgrav.org/cookbook/admin-recipes#add-a-custom-page-creation-
-
Multiple collection pages and popular tags
· 8 years ago
Hi @marcocevoli if multiple blog support is still of interest I just released an update to Quark Open Publishing with improved support for that scenario - thanks @pamtbaau for sharing your helpful poi
-
Grav Scheduler "Cron Not Available" - 1.6 Beta 6
· 8 years ago
Hi @hydrox467 I don't know the answer to your question but posting an issue on the Admin Panel repo (https://github.com/getgrav/grav-plugin-admin) or asking in the Discord room (https://getgrav.org/di
-
Upgrade seems to have broken string translation
· 8 years ago
Hi @mrben, this is due to a recent update to Quark's language strings which added a Theme_Quark prefix (to make things clearer that the strings belong to the Quark theme). So, for example in your chi
-
Multilingual support and gitlab/github support: best solution
· 8 years ago
Grav is not a static site generator, but a dynamic CMS that shares many of the advantages that static site generators have. For myself, the main advantages of Grav have been a more lightweight solutio
-
Multilingual support and gitlab/github support: best solution
· 8 years ago
Hi @erotavlas, re: question 2 you might be interested in the Git Sync plugin https://github.com/trilbymedia/grav-plugin-git-sync Using this plugin you can automatically do two sync with a repo holding
-
Quark theme inheritance
· 8 years ago
Hi @aldo, it's been quite a while since that post🙂 I was able to restore the file - hope it helps!
-
An ePub viewer for Grav, or a separate node.js site?
· 8 years ago
I really don't know why this is not working... anyone else? I have not used the pdf-js plugin (I ended up using the Google Docs PDF viewer after looking at lots of options), but it is possible that it
-
Change Antimatter open publishing menu link colors
· 8 years ago
Hi @berendsrob, one way to do this is to use a custom.css in your theme's css folder, and use something like this to change the color there: #header #navbar ul.navigation li a { color: #FFFFFF; }