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.

Roeland Member

@aristotletalks · Joined 8 years ago · 21 posts · 5 topics · 3 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Override plugin css · 8 years ago

    Okay nice you did it Utis, thanks! So you just set your custom stylesheet as highest priority and it will be the bottom stylesheet, thus your custom stylesheet overrides all other stylesheets. Like th

  • Override plugin css · 8 years ago

    Okay im gonna try that now. Im wondering, can i add something like this to overrule {{ assets.css() }}?; {% do assets.add('plugin://language-selector/css/language-selector.css') %} And i don't get why

  • Override plugin css · 8 years ago

    "I hope that does contribute to solving your problem and I didn’t completely misunderstand you." > You helped me a lot and understand perfectly, this is what its all about: then both selectors hav

  • Can't make custom.css do its job · 8 years ago

    Did you add your custom.css like this: Add: {% do assets.addCss('theme://css/custom.css', 98) %} To (depending on your theme name): templates/partials/base.html.twig You might have to add it to head o

  • Server Location Suggestion Needed · 8 years ago

    Digital ocean is perfect for what you want. You could also take a look at Amazon AWS or Google Cloud. Digital ocean is more friendly and gets you going quicker. If you're not familiar with server admi

  • Multi language nav menu · 8 years ago

    if im correct i need to add language specific twig files as shown here: https://learn.getgrav.org/content/multi-language templates/default.fr.html.twig So ill make two files for navbar.xx1.html.twig n

  • Multi language nav menu · 8 years ago

    Hi, I've setup everything in 2 languages. But right now all pages are listed in the menu instead of language specific pages. This is how pages are loaded in the navigation. What would i change to disp

  • Override plugin css · 8 years ago

    Hey Utis, Yeah thanks, i did A already. And for this specific plugin you can turn off built in css. Fixing the dropdown: For this specific plugin you need to change the template class for language sel

  • Override plugin css · 8 years ago

    Hi, I wanna continue on this thread: /forum/archive/how-do-i-override-plugin-css-in-a-custom-theme-t2768 My custom css file doesnt override the language switcher plugin css or any other plugin css wha

  • Changing footer widget content (x-corporation theme) · 8 years ago

    Thanks, to be honest that crossed my mind a bit too late:)