Giter Site home page Giter Site logo

showcase-plugin's People

Contributors

daftspunk avatar

Watchers

 avatar  avatar  avatar

showcase-plugin's Issues

showcaseCategories not working with custom Slug

bildschirmfoto 2017-03-31 um 21 31 24

I made a custom :slug for my showcaseCategories Component and wanted to display it in the sidebar to my Items. The only problem was that this just showed the link to the current Item Category not all Categoires.

If current Slug?

Is it possible to get the page.id from the catgory slug? Like in the href option? But I want it in the if statement.

<a class="nav-link {% if this.page.id == 'my-category' %}active{% endif %}" href="{{ 'category'|page({ slug: 'cinema-4d' }) }}">My Category</a>

SiteSearch

Does this Plugin work with the SiteSearch Plugin?

Next / Previous Projects

Is there any way to create links which navigate to the next or previous showcase item?

This would be done from inside a showcase item.
Thanks.

Title Item

There is a Mistake in your documentation:

This is not working:

function onEnd()
{
    // Optional - set the page title to the item title
    if (isset($this['showcaseItem']))
        $this->page->title = $this['showcaseItem']->title;
}

Instead try this:

function onEnd()
{
    // Optional - set the page title to the category name
    if ($this['item'])
        $this->page->title = $this['item']->title;
}

Category Tree

Is it possible to change to plugin that a category tree works?

Like this:

Category 1
--Downcat 1
--Downcat 2
--Downcat 3
--Downcat 4
----Downcat 1
Category 2
--Downcat 1
--Downcat 2
----Downcat 1
----Downcat 2

Would be great to hear!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.