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.

Lukas Severinghaus Newcomer

@kk6axq · Joined 8 years ago · 9 posts · 3 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Including HTML on selective pages · 8 years ago

    Solved my own problem, by putting the twig snippet inside the <section> tags in the body block. Thanks,

  • Including HTML on selective pages · 8 years ago

    I found the problem, it seemed to have something to do with the if statement not working properly, but changing the if statement line to: {% if page.url != find("/contact") %} has it working again, ex

  • Including HTML on selective pages · 8 years ago

    Thanks for the information. I've implemented it as you suggested in partials/base.html.twig {% if not page.title() == "Contact Us" %} {% include 'partials/button.html.twig' %} {% endif %} {% block bod

  • Including HTML on selective pages · 8 years ago

    I have a contact button on my website that I want to put on the top and bottom of every page, except for the contact page. I have the HTML for the button, and I think the correct way to implement this

  • Optimize website for desktop and mobile view · 8 years ago

    I have this website: northernazaerialphotography.com that I'm trying to optimize both for mobile and desktop. The desktop looks fine, but when the website is loaded in a mobile screen size, e.g. 322x8

  • CSS being removed from file on server · 8 years ago

    I'm editing the files through Nano in a SSH connection to the server, so the editing OS is Ubuntu. Thanks,

  • CSS being removed from file on server · 8 years ago

    I'm using Ubuntu on Amazon hosting. As I mentioned before, the error was fixed by turning off CSS minification, so that leads me to believe that whatever process did the minification did not find it n

  • CSS being removed from file on server · 8 years ago

    I found out that the CSS was being removed by the minifier and by disabling css minification in the system.yaml file fixed the problem.

  • CSS being removed from file on server · 8 years ago

    I'm running this website with grav: northernazaerialphotography.com. I have a book today button in the bottom right of each page. I've tried to add additional styling to the button to invert the norma