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

Filters in Linkurls in _portfolio (theme: Photographer)

Started by Muut Archive 10 years ago · 2 replies · 402 views
10 years ago

Hallo,
the theme "photographer" offers a "portfolio.md". This is used in modular pages like "home" to produce some teaser-boxes. In the header of "portfolio.md" you can define (amongst other things) a "linkurl" for each teaser-box.

Now I want to promote in the portfolio-boxes different types of pictures in the "gallery". This types are the same as the "filters" in "gallery". The "linkurl" in each box should only lead to the matching part of the "galery".

What do I have to do, that this will work?
Unfortunately the skeleton "photographer" does not contain examples for this kind of links.

Thanks for tiupps.
Ruediger

10 years ago

Hallo rhukster,
thanks for Your answer. Unfortunately the link does not solve my problem. In theme "photographer" it looks like that:

  1. All foto.jpg are in the folder "gallery"

  2. In the header (frontmatter) of "gallery.md" you can define some "filters" for the pictures and then you can use this "filters" to declare each picture.

  3. In the template "gallery.html.twig" the "filters" are used in a menu with a button for each "filter". So You can decide, if you want to see all pictures or only the pictures with a certain filter.

This is the code:

<ul id="filters" class="pagination option-set clearfix" data-option-key="filter">
<li><a href="#filter" data-option-value="*" class="selected">All pictures</a></li>
{% for item in page.header.filters %}
<li><a href="#filter" data-option-value=".{{ item.name }}">{{ item.name }}</a></li>
{% endfor %}
</ul>

  1. Now I wonder, how I can use the same filters in links on another page e.g. "home".

Kind regards
Ruediger

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1357 9 years ago
Archive · by Muut Archive, 9 years ago
2 936 9 years ago
Archive · by Muut Archive, 9 years ago
2 4066 9 years ago
Archive · by Muut Archive, 9 years ago
1 2954 9 years ago
Archive · by Muut Archive, 9 years ago
3 1120 9 years ago