Paul Hibbitts Regular
@paulhibbitts · Joined 9 years ago · 458 posts · 2 topics · 108 reputation
Badges
Recent posts
-
An ePub viewer for Grav, or a separate node.js site?
· 8 years ago
As I first step I'd try that sample code on the futurepress.org page in a Grav page (as Markdown supports HTML) and include the needed Div: <div id="area"> </div> <script src="https://
-
An ePub viewer for Grav, or a separate node.js site?
· 8 years ago
I'd be interested in this too @daviding, and while I am not familiar with this area I've shared this question to my Twitter followers - if I get any useful info I'll share it here. UPDATE: Futurepress
-
Why would Learn2 skeleton succeed with IE11 and Win7/Win8 but Supra skeleton fail?
· 8 years ago
Great to hear you got it working!
-
Why would Learn2 skeleton succeed with IE11 and Win7/Win8 but Supra skeleton fail?
· 8 years ago
Hi @jitr, by "supra" what skeleton are you referring too? I do not see that one on getgrav.org In general, I would compare the .htaccess files for both skeletons and then also the system.yaml files to
-
Preview blocks plugin
· 8 years ago
Hi @Lonely, I use the embed.ly service for this type of thing: https://embed.ly/ In my Bootstrap4 Open Matter theme I also have a custom page type to support this via page frontmatter. Example demo pa
-
Changing footer widget content (x-corporation theme)
· 8 years ago
Hi @aristotletalks, it is not usual but it looks like the footer content is stored in the Theme config: https://github.com/tranduyhung/grav-skeleton-x-corporation/blob/master/config/themes/x-corporati
-
No matter which Feed I chose, it directs me to Home page?
· 8 years ago
Glad you made some progress @XizzoR! What is your system.yaml setting of the "Hide home route in URLs" setting? I wonder if that might be involved? For all of my sites using Feeds I have it set to No.
-
No matter which Feed I chose, it directs me to Home page?
· 8 years ago
Hi @XizzoR, I am the author of Quark Open Publishing and I took a look at your site. Usually your feeds would be based on the slug of your blog page, for example in the OPS skeleton it is /blog.rss -
-
Wordpress migration to Grav
· 8 years ago
Hi @aikanaro79, you remembered correctly - that section has been removed as the plugin is used is no longer available re: https://github.com/getgrav/grav-learn/issues/594 Perhaps some posts related to
-
How to hide a menu item in a different language?
· 8 years ago
For anyone else interested, you can also check if p.home is true or false (assuming you are looping through a page collection using the var p) in Twig to then not display the Homepage link in the menu