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

Karmalakas Veteran

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

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Plugin generating modular page · 5 years ago

    I see Login plugin creates page dynamically and adds it to $pages. You said you know all your modules. Can you create all module pages using same logic and set parent to each of them? Something like

  • List of files-names with thumbnails (theme : quark) · 5 years ago

    I'm not at my Grav PC now, so not sure if html() produces the icon, but I believe you should call instead of file.link().html|raw call simply file.html()|raw. Also I myself use page.media.files - don'

  • Plugin generating modular page · 5 years ago

    @bkraegelin: But if you add a plugin dependent page and put it into your plugin folder like the login-plugin does, this does not work out of the box. Are you talking about page templates, that are in

  • Json filetype in (Contact)form with flex · 5 years ago

    I probably don't understand your problem at all. You asked how to save form data to JSON. I answered, but then you say that's not what you actually need 😕 You need to read the data and not save it.. I

  • Send email after login with one-time-login plugin · 5 years ago

    Not familiar with OTL and plugin, but it seems like plugin is providing wrong data to onUserLoginAuth event, which actually again might be some misconfiguration 🤔 Sorry I can't help you much further

  • Send email after login with one-time-login plugin · 5 years ago

    Did you check the /logs folder as error suggests? What's the exact error?

  • [Typhoon] [lightbox] bug switching dev mode / prod mode · 5 years ago

    I assume this is a premium plugin, so I don't have access to the code, but I'll try my best... I see grid_classes might come from page.header.gallery (forum doesn't change normal dots to these points

  • [Typhoon] [lightbox] bug switching dev mode / prod mode · 5 years ago

    What's that symbol between data and grid (also other variables have it)? data‧grid_classes Also extends line is copied wrong I think. Please try to copy code as it is. Now it seems that you applied

  • [Typhoon] [lightbox] bug switching dev mode / prod mode · 5 years ago

    So the top version <div> has two additional classes of grid-cols-... Find out the template which is rendering those classes

  • [Typhoon] [lightbox] bug switching dev mode / prod mode · 5 years ago

    Not sure I understand what you're saying 🙂 So there's only one difference of some div property? If so, why would you need to change a CSS? Find out the template where this div is located