Paul Hibbitts Regular
@paulhibbitts · Joined 9 years ago · 459 posts · 2 topics · 113 reputation
Badges
Recent posts
-
Learn2 not displaying the md files correctly
· 7 years ago
Hi @shane , one thing to do is to verify these settings in the system.yaml file: strict_mode: yaml_compat: true twig_compat: true Re: pulling data from CSV you might want to check out this Plugin:
-
The reserved indicator "@" cannot start a plain scalar; you need to quote the scalar at line 1 (near "@extends:")
· 7 years ago
Hi @ontime, I am no expert in this area but in the past I've used single quotes to fix this, for example: '@extends': Does that work for you?
-
Exec() disabled after installing Quark Open Publishing theme/plugins
· 7 years ago
Hi @SjoerdSmeets, my hunch would be the Git Sync Plugin, try to disable that and let me know how it goes. Paul ps - I am the author of QOP
-
Linting errors in new grav install
· 7 years ago
Thanks for reporting this @ThosGreen, looks like this is in the process of being addressed: https://github.com/getgrav/grav-theme-quark/commit/da26dafed77a7b501d16dd0497c82c1f39ec6601
-
Learn2 theme - does it include modular.html.twig?
· 7 years ago
Hi @sue, the Learn2 theme is fairly unique as compared with other Grav themes and so there is not a modular.html.twig template included in the theme. Many Grav themes do include something very similar
-
How to remove tags view1 and view2?
· 7 years ago
Glad it worked! I'll look into that unpublished issue later this week to see if that can be addressed or not (it might be a Taxonomy Plugin issue). UPDATE: I've confirmed this to be an issue with the
-
How to remove button at the top?
· 7 years ago
That is correct - you can edit the file in the Quark theme folder. However, to make sure this change is not overwritten in a future theme update you should set up an inherited theme and have the chang
-
How to remove button at the top?
· 7 years ago
Hello @jojoiso, that scroll arrow is an option with the parent theme of Quark Open Publishing (Quark). To remove that arrow you will need to edit the Twig Template file that displays it. In the folder
-
How to remove tags view1 and view2?
· 7 years ago
Hello @jojoiso, it looks like this is the Quark Open Publishing Space skeleton? To remove those items, look for a page folder called 05.multi-section-page and remove it. Those taxonomy tags are inclu
-
Remove list numbers in Learn2 Gitsync sidemenu
· 7 years ago
Awesome to hear that the custom Learn2 Twig worked @aynsley, and thanks very much for the kind words!