Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
Pages Field Not Showing All Pages in Admin Panel (Limit?)
· 1 year ago
What do you have in field.selectize there? If it's that truncated list, you need to find out where it is filled
-
Pages Field Not Showing All Pages in Admin Panel (Limit?)
· 1 year ago
pages field template: https://github.com/getgrav/grav-plugin-admin/blob/develop/themes/grav/templates/forms/fields/pages/pages.html.twig Page list part: https://github.com/getgrav/grav/blob/1.7.48/sys
-
Pages Field Not Showing All Pages in Admin Panel (Limit?)
· 1 year ago
But selectize is a different field. Pages doesn't have that option
-
Pages Field Not Showing All Pages in Admin Panel (Limit?)
· 1 year ago
Doesn't look like pages field has a dedicated JS https://github.com/getgrav/grav-plugin-admin/tree/develop/themes/grav/app/forms/fields
-
Pages Field Not Showing All Pages in Admin Panel (Limit?)
· 1 year ago
Looking at the code I don't see why it would limit with your setup. I guess it would require debugging your case specifically
-
Subdomain on subpage
· 1 year ago
@madu: the domain mydomain.org is rooted to this folder. What does that mean? I've never seens such expression, that domain is rooted to something. Is there some htaccess rewrite? Is there a redirect
-
Subdomain on subpage
· 1 year ago
Based on your original post, your Grav installation is on a test folder. After your reply, I actually have no idea what your setup is 😕
-
Subdomain on subpage
· 1 year ago
This should work by default, if you remove subdomain config. And to redirect I'd probably add a CNAME entry to domain DNS records
-
How to make a Print button on item.md page that prints some elements of item.md, not all
· 1 year ago
Actually, you don't even need a print button. Ctrl/Cmd + P or browser print menu works with CSS print media queries
-
Custom Grav setup
· 1 year ago
Am I missing something? It's just a single README file, mostly a copy of the ofiicial Grav README