Giter Club home page Giter Club logo

Comments (7)

rhukster avatar rhukster commented on May 24, 2024

Site seems to be down.

from grav-learn.

rhukster avatar rhukster commented on May 24, 2024

And back up.

from grav-learn.

rhukster avatar rhukster commented on May 24, 2024

And down again. Bah.. i can't tell what's going on with it up and down like this.

from grav-learn.

810 avatar 810 commented on May 24, 2024

yeah, looks like cloudflare does't like the cache, everytime when I save a blog, I get a error. when refresh its ok.

from grav-learn.

810 avatar 810 commented on May 24, 2024

I have asked the person to stop working on the docs right now, so now you can check it, without any error.

from grav-learn.

rhukster avatar rhukster commented on May 24, 2024

BTW, just tested this with my own setup http://learn.getgrav.org/hosting/vps/linode and it works fine.

You need to make sure that each page has the appropriate taxonomy:

taxonomy:
    category: docs

The collection that is iterated over for the prev/next pagination is this:

{% set tags = page.taxonomy.tag %}
{% if tags %}
    {% set progress = page.collection({'items':{'@taxonomy':{'category': 'docs', 'tag': tags}},'order': {'by': 'default', 'dir': 'asc'}}) %}
{% else %}
    {% set progress = page.collection({'items':{'@taxonomy':{'category': 'docs'}},'order': {'by': 'default', 'dir': 'asc'}}) %}
{% endif %}

If your having trouble, then this collection is not being built correctly. This really relates to your content more than anything.

from grav-learn.

810 avatar 810 commented on May 24, 2024

Ok, I set all pages, to docs.

Chrome:
chapter->chapter->chapter->doc = When click next/prev links to the page itself
http://www.jellekoksolutions.nl/docs2/en/manual/backend/tools/prune-categories

IE:
chapter->chapter->chapter->doc = When click next/prev links to chapter http://www.jellekoksolutions.nl/docs2/en/manual/backend/tools/

from grav-learn.

Related Issues (20)

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.