Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
Difference sorting collection on local and production site
· 5 years ago
@pamtbaau: the incorrect syntax used by OP is not the cause of the different ordering Ah, yes. You might be right on that
-
Difference sorting collection on local and production site
· 5 years ago
Hmm... I thought page.collection will return ordered as defined in frontmatter, then .visible will leave just visible items, and then .order() should do it's thing on the collection it gets 🤔 If not,
-
Change folder number from admin
· 5 years ago
Advanced tab, upper right, Sortable Pages. Just drag and drop ;)
-
Difference sorting collection on local and production site
· 5 years ago
@pzul: page.collection.visible(order('folder','asc')) I believe this should be page.collection.visible.order('folder','asc') Same in other two places
-
Admin not discovering my custom flex-object directory type in plugin folder
· 5 years ago
Do you register your blueprints in a plugin? Here's an example on my plugin
-
Website search without php?
· 5 years ago
I think main question is - where would the search happen? If your search bar is on every page, then the contents of your whole website should also be loaded on every page to be used for JS search. JS
-
Unable to Inherit Mache theme to Custom theme, please help, thanks
· 5 years ago
It's difficult to say without seeing, but I have two guesses: Theme mache0800 somehow became inactive You edited custom.css in theme Mache instead of Mache0800
-
Plugin-Design: how to best add custom data to a form?
· 5 years ago
From what I imagine, you'd need JS anyway to handle toggling. But I was thinking maybe some custom field could help here to fill event data 🤔 Not sure what to suggest actually
-
Plugin-Design: how to best add custom data to a form?
· 5 years ago
How does subscription to the event happen? Does every event have separate page with a form? In such case you could just use a hidden field with a current page URL I think. Or there are multiple events
-
Unable to Inherit Mache theme to Custom theme, please help, thanks
· 5 years ago
You shouldn't have done the first step at all. You should never edit the extended theme, because you will loose the changes on update. So you can safely revert step one changes. In recipe example Quar