pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3129 posts · 12 topics · 1011 reputation
Badges
Recent posts
-
Multiple boxes – but unique content?
· 8 years ago
@RiverTim: The tab ‘Showcase’ is visible in the admin, but it contains no fields. Do you see the following in Admin? And have you tried 'Add item'? Child fields will not be shown if you haven't adde
-
Multiple boxes – but unique content?
· 8 years ago
@RiverTim @RiverTim: but the admin fields are not showing up Uhhh.... They show up in Admin in tab 'Showcase' They save to fontmatter in 'showcase.md' (but override the 'more' you already defined
-
Multiple boxes – but unique content?
· 8 years ago
@RiverTim I suggested to have a look at Quark's 'features' module to get an overall idea and then adapt a copy of its blueprint/template to suit your needs. What have you tried so far but hasn't worke
-
Logo image not redirecting to homepage
· 8 years ago
Logo: The solution is in the PR issued... 😉 In case you are not familiar with GitHub: The proposed solution is to replace 'base_url_relative' by 'home.url' in /user/themes/mediator/templates/partials/
-
Replace long if/elseif/else with array search
· 8 years ago
You could try: {% set default_icon = "globe" %} {% set icons = { "twitter": "twitter.com", "instagram" : "instagram.com", } %} {% for s_url in page.header.syndication %} {% set icon
-
Logo image not redirecting to homepage
· 8 years ago
@Travelogy Hi Jeffrey, I see you are using theme 'mediator'. This theme is 4 years old, which is also the beginning of Grav. Only a handfull updates/fixes have been applied. There was already a PR iss
-
Multiple boxes – but unique content?
· 8 years ago
@RiverTim Maybe I haven't understood you correctly, but this sounds very much like the 'features' module of theme Quark. /user/themes/quark/blueprints/modular/features.yaml containts a 'features' lis
-
Breadcrumbs not showing on a modular page
· 8 years ago
@marcocevoli I may have overlooked it, but in the modular template of Quark and 'Open Publishing' I cannot find 'partials/breadcrumbs.html.twig' being included anywhere... And what is not included, wi
-
Multiple collection pages and popular tags
· 8 years ago
@marcocevoli The plugin 'Popular Tags' has implemented two different methods for generating a list of taxonomies. One gets all taxonomies defined in the site, the other collects taxonomies occurring
-
How to translate options in select field?
· 8 years ago
@mnemotechnikon I think I should update my answers given... Continuing on the initial post using the method 'hagne::kittenStatus()' I proposed a solution for translations in PHP in posts #2 and #4. Ho