Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Kit Member
@Kit · Joined 6 years ago · 33 posts · 3 topics · 5 reputation
Badges
Recent posts
-
Extending Admin Site configuration
· 5 years ago
If you are a novice, start by trying to create a new file "client.yaml" (in orange on the image) and add the fields you like Check out the documentation for all the fields available Be careful if you
-
Mobile menus with Quark
· 5 years ago
Hi, You can test this and modify the values to your needs /* ############# <a> --- Enlarge the click area (min recommended 20px) */ .treemenu li { /* REMOVE */ padding: 5px 0; } .
-
Extending Admin Site configuration
· 5 years ago
Hi @TonHaarmans To extend the administration Add the new files here: "user > blueprints > HERE Use the same hierarchy as: "system > blueprints > HERE". Sincerely Kit
-
Illegal offset type in isset or empty in taxonomylist
· 5 years ago
Hi @pmoreno A particular theme ? Look at the include file {% include 'partials/taxonomylist.html.twig' with {'base_url':new_base_url, 'taxonomy':'tag'} %} look at parameters [ ... ] with {'base_url':
-
Does anybody know why Grav developers chose Flexbox over CCS Grid?
· 5 years ago
1.2 Grav users with IE : A developer can provide a Grav system to a company / association and part of the customers of this compagny are people who keep their old computers 😉 There are also companies
-
Does anybody know why Grav developers chose Flexbox over CCS Grid?
· 5 years ago
5% on how many users ? 100 or 1 000 000 ? This can affect many people CSS property : gap, grid-row and more Not well supported by IE 11 The theme is for the whole community, so there needs to be maxim
-
Does anybody know why Grav developers chose Flexbox over CCS Grid?
· 5 years ago
I think IE is still late
-
Chosing inherited theme in admin panel
· 5 years ago
@nwi what's in your blueprints.yaml file ? mbg-theme > blueprints.yaml <details> <summary>My blueprints.yaml</summary> name: Mbg Theme slug: mbg-theme type: theme version: 0.1.0 d
-
Chosing inherited theme in admin panel
· 5 years ago
Hi @nwi In your "mgb-theme.php" file try <?php namespace Grav\Theme; use Grav\Common\Theme; class MgbTheme extends Quark { // Access plugin events in this class } Note: NEW ADD : use Grav\
-
Data-default@ > taxonomies
· 5 years ago
Hi, Issue: In blueprint data-default@ for taxonomies not working I have tested various codes without success (@self.children and other) Goal: The child page must have the same category, tag, and oth