Paul Hibbitts Regular
@paulhibbitts · Joined 9 years ago · 459 posts · 2 topics · 113 reputation
Badges
Recent posts
-
Sora Article Theme
· 7 years ago
Hi @pbassi, if you can make a ZIP file of your inherited theme and send it to me at paul [at] hibbittsdesign [dot] org I could take a quick look at things. UPDATE: It looks like the location of the th
-
Landio theme: Login link removal - Login Plugin
· 7 years ago
Great to hear you got things going @beginners_mind. Grav is quite different from many other CMSs, but I've been able to customize it far easier than many (mostly because of Twig and its really good d
-
Landio theme: Login link removal - Login Plugin
· 7 years ago
Hi @beginners_mind, I had a quick look at this theme and it seems that there is not an option to hide that "login" link. However, you could do this by setting up an inherited theme (https://learn.getg
-
Sora Article Theme
· 7 years ago
Hello @pbassi, so you mean the header that says "SoraArticle"? If so, this is actualy a graphic so you could replace the existing logo.png file in the user/themes/sorarticle/images folder. However, to
-
Sidebar and widget management
· 7 years ago
Hi @slarcher, I do something like this to support a user-editable Sidebar and Footer in my Bootstrap4 Open Matter and Quark Open Publishing themes: https://github.com/hibbitts-design/grav-theme-quark-
-
Admin Plugin errors when installed with xcorporation skeleton
· 7 years ago
Your welcome, sorry to hear you had more issues re: Windows. Re: your shared error message often after an update the Cache needs to be cleared in Grav (in the Admin Panel Dashboard look for the "Clear
-
Twig link to *.jpg in page folder
· 7 years ago
Hi @msa, to be honest I am not sure why that would be the case. Using a div with that Twig looks to be a-ok: /forum/themes-styling/responsive-images-in-twig-t7673 Sorry, my CSS knowledge is pretty lim
-
Twig link to *.jpg in page folder
· 7 years ago
Hi @msa, might something like this work (untested)? {{ page.media.images|first }} Let me know how it goes. Paul
-
Admin Plugin errors when installed with xcorporation skeleton
· 7 years ago
My hunch was correct, I used the Command Line Interface to first update the skeleton to the most recent version of Grav and then was able to install the Admin Panel without a hitch. To save you some w
-
Markdown is escaped when using HTML
· 7 years ago
Hi @Olivander12, does <center># Heading</center> work? Markdown needs a space between the # and text for Header 1. Here is a Markdown guide that you might also find helpful: https://www.ma