Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
ian russell Member
@jitr · Joined 9 years ago · 53 posts · 23 topics · 10 reputation
Badges
Recent posts
-
@taxonomy: Array to String Conversion error
· 8 years ago
@jitr: items: '@taxonomy': tag: [photography,text] order: by: date dir: desc limit: 5 pagination: '1' Thank you, but the following still gives an Array to String conversion error: content: items:
-
@taxonomy: Array to String Conversion error
· 8 years ago
I have switched to in a fresh load of "grav-skeleton-bootstrap4-site". Why does @taxonomy give an Array to String Conversion error with the following front matter: content: items: '@taxo
-
Collections: why does @taxonomy not work?
· 8 years ago
Hallo Can you help figure out why @taxonomy does not work? The other collections do! I have two pages: Test (a blog list) and Item (a blog item, category: turnip). @self.children finds Item but @taxo
-
Collections - @taxonomy.category not working but @self.children is ok?
· 8 years ago
Hello Help please. I need to use the @taxonomy method to display some items. It ran off the bat this morning and then mysteriously disappeared. To test I set up a page with a child page, category:turn
-
Gantry 5 Styles: Recompile CSS - please explain warnings
· 8 years ago
That was helpful, thank you. Your search revealed $font-family-default (in the Supra theme) and $font-family-title (not in the Supra theme). Including both got rid of the warnings! $font-family-defau
-
Gantry 5 Styles: Recompile CSS - please explain warnings
· 8 years ago
Hello The 'Recompile CSS' button on the Gantry 5 Styles page pops up a list of warnings on my Supra site. Would you be kind enough to point me to the locations of (a) the files and (b) the $font-fami
-
Not so SimpleSearch! Search box problem bypassed
· 8 years ago
A solution to SimpleSearch not working as normal in Supra and some other themes is to bypass the search box and go direct to the search results page. One way to do this is to add the first href line b
-
Not so SimpleSearch! Search box problem bypassed
· 8 years ago
We are using the Supra theme but the the Search Box (displayed on pages) does not come up with a list of results. However the Search Results Box (displayed on the Serach Results page does. This proble
-
SimpleSearch stopped working after 1.10.2->1.13.0 update
· 8 years ago
We have the same problem. There is bug somewhere. I will investigate and start a new topic.
-
Please explain how to use the "custom" ordering method for a collection
· 8 years ago
Problem solved: include folder names in the custom ordering list. order: by: default custom: - ds4800 - ds2208 - ds2278 show_date: false Easy when you know how!