Hung Tran

Results 19 comments of Hung Tran

I cloned the repository, run the development build and see this problem as well. The import response is 400, no documents are imported.

> > I cloned the repository, run the development build and see this problem as well. The import response is 400, no documents are imported. > > @tranduyhung did you...

This is my quick fix for this issue, replace your do_open, do_save and do_delete functions in plugins/pico_editor/pico_editor.php with this gist: https://gist.github.com/tranduyhung/09ad558cb0a53b5f6be2 Please try this code on a test site. Although...

I can't reproduce this problem with Grav 1.6.11, favion and logo are shown with no problems. Are you sure this is a problem with cache?

It is up to what page you are editing. A page has its specific template and the template is used for a specific purpose. So maybe the page's template doesn't...

The theme doen't have 'BLOG.ITEM.CONTINUE_READING' in footer or in language file. You may need to add that string to the theme's language file by yourself.

Could you post your current language file here? Thanks!

There is no problems with your language file and I can print out 'BLOG.ITEM.CONTINUE_READING in the footer. Are you using `{{ 'BLOG.ITEM.CONTINUE_READING'|t }}` to print that text?

I understand your problem now. You added that line of code to the theme's configuration instead of the theme's Twig file. Twig code is not proceeded in this case. You...

The theme and Grav don't support those right now. The only solution is customizing the code of the theme, instead of getting the footer blocks from theme's configuration, it gets...