Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Djordje Newcomer

@djole · Joined 8 years ago · 5 posts · 3 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Choosing parent page · 6 years ago

    Hi @Jerry! I found a solution! There is variable "maxOptions" in user/plugins/admin/themes/grav/js/vendor.min.js with default value "1000" and I just increased it. So, it works good now. I can see all

  • Choosing parent page · 6 years ago

    Hi @Jerry! I have two main pages with a lot of subpages with subpages and I use Learn2 Git Sync theme...

  • Choosing parent page · 6 years ago

    Hi there! I have 1030 pages on my project and I can add new pages with no problems, but when I want to choose parent on page making, I don't see all pages in select list. I don't see the last 50 pages

  • Define data-options@ from plugin config file · 7 years ago

    Hi there! I made a simple plugin to add some user information! I want to make new blueprints on item.html.twig This is plugin config file: enabled: false authors: - name: Author 1 desc: Des

  • Apply section background image in all languages · 8 years ago

    This is the code that works: {% if header.background_images.top_section is not empty %} {% set image = header.background_images.top_section|first %} {% set image_url = url(image.path) %} .top-bg {