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

Twentyfifteen: How to disable /en (translation) and blog posts headerimages?

Started by Muut Archive 11 years ago · 2 replies · 276 views
11 years ago

Twentyfifteen theme looks very good for my needs, but there is extra features that I don't need. How to disable them?

In url there is /en. I like to have simple urls like domain.com/blog/hello-world.
I tried disable all translation config in admin panel. Then I got errors.

Is there possible disable headerimages for blog posts? Theme decide add first image from posts to header.

I don't like to make custom theme for disable things. Why it isnt that way when you want to add things you make child theme?
Where is basic theme for basic people (skills to install and config in admin panel)?
Like a said twentyfifteen looks good for it but there is extra (for me).

(sorry bad english)

11 years ago

Should I make issue in Github?

Disable translation error debug:

grav.log

PHP
[2015-10-30 14:19:42] grav.CRITICAL: Call to a member function get() on a non-object - Trace: #0 .../twenty/vendor/filp/whoops/src/Whoops/Run.php(357): Whoops\Run->handleError(1, 'Call to a membe...', '.../userho...', 433) #1 [internal function]: Whoops\Run->handleShutdown() #2 {main} [] []

Screenshot

system.yaml

YAML

absolute_urls: false
param_sep: ':'
wrapped_site: false
languages:
  supported:
    - en
    - de
    - es
    - fr
    - it
    - nl 
    - el
    - pl
  include_default_lang: false
  translations: false
  translations_fallback: false
  session_store_active: false
  http_accept_language: false
  override_locale: false
  home_redirect:
    include_lang: true
    include_route: false
home:
  alias: /blog
pages:
  theme: twentyfifteen
  order:
    by: default
    dir: asc
  list:
---
11 years ago

If you remove all the supported translations, it will just default back to looking for default.md and URLs wont have the language codes in them. Read the docs on multilanguage for more information on what's going on there.

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1346 9 years ago
Archive · by Muut Archive, 9 years ago
2 933 9 years ago
Archive · by Muut Archive, 9 years ago
2 4060 9 years ago
Archive · by Muut Archive, 9 years ago
1 2945 9 years ago
Archive · by Muut Archive, 9 years ago
3 1117 9 years ago