Lindsey DiLoreto

Results 66 comments of Lindsey DiLoreto

Hey dude! 🍺 There are a few classes that are automatically added already, not sure if they are something that you can use. More specifically, the `upvote-vote-match` class gets added...

After chatting on Discord, it sounds there's currently no good workaround. The **number itself** doesn't have any classes that change when a vote is cast. So let's create a new...

The literal translation of `{% do craft.upvote.sort(entries) %}` is this... ```php Upvote::$plugin->upvote_query->orderByTally($elements); ``` https://github.com/doublesecretagency/craft-upvote/blob/v2/src/variables/UpvoteVariable.php#L247 Give that a shot!

Hi @jeffaglenn, That definitely shouldn't be happening. Even if we can't delete the data, it should be able to skip over missing entries gracefully. Can you provide me with the...

Hi there. Not sure I'm following. How do you have translated paths for a non-element page? Where are those routes being stored? How would you recommend translating the string from...

Hi @ryanmwc, At the moment, Site Switcher really can't account for routes set outside of the section URL definition. There is currently no way for it to know which routes...