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

Karmalakas Veteran

@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Split main menu in two blocks · 4 years ago

    You're jumping all over the place... In first example you showed you use macro, but only for first half. In second example you don't use macro, but loop both halves. Use macro to render both halves an

  • Redirect working but not route · 4 years ago

    Was about to suggest .htaccess, but if it didn't work, then don't know. I'm no good at configuring servers and similar stuff 🙂

  • Redirect working but not route · 4 years ago

    Redirect physically redirects you. Routing approach doesn't know you want to load a physical folder and it still tries to load a page on /2022-le-replay, which does not exist. Redirect and re-route ar

  • One more simple blog · 4 years ago

    Although colors are not for my taste, but I really like the simplicity 🙂 One note/question though. Should "Learn More" buttons have cursor: pointer;? 🙂 Oh, and when hovering on card and it slides a bi

  • Installing a slider script in a custom theme · 4 years ago

    Glad to hear you got it working. But as a solution I think you should accept either my first reply, or share a solution what you did exactly and accept this own reply 😉

  • Installing a slider script in a custom theme · 4 years ago

    @PurpleRoom: I was basically trying to replicate this page: https://www.formulaprojects.net/ Can't check, because of: Bandwidth Limit Exceeded Anyway, if you initialized it correctly and have all t

  • Installing a slider script in a custom theme · 4 years ago

    Where's your const mySiema = new Siema()? It's shown on their example. Also I don't know how Siema works with multiple sliders on same page. I suspect you might have to init separate instances. Having

  • Installing a slider script in a custom theme · 4 years ago

    Did you check the example on Siema page? From what you've shown, you never initialize the slider itself. Also for buttons to work, you have to manually bind clicks after you've initialized Siema. Ther

  • How to change the display of a blog item · 4 years ago

    Is there any specific use case where you need to duplicate title as a heading? Even in your screenshot you can see title is already there, so what's the point of this heading in the content?

  • Problems after moving to root directory · 4 years ago

    Wouldn't it be reasonable to check which exact change in system.yml breaks it?