tranduyhung / grav-theme-big-picture

Big Picture theme is a port of Big Picture by HTML5 UP for Grav CMS
MIT License
15 stars 12 forks source link

Background Image option is not visible in Content tab for intro and info page file. #33

Closed DrkManix closed 2 years ago

DrkManix commented 2 years ago

Hi, I'm struggling to figure out how to pass my images as a background image for those sections.

that is the exemple i get in the readme: tutorial_2

and that is what i actually get: myscreenshot_2

Am i missing something or does the feature was removed? Thank you in advance

tranduyhung commented 2 years ago

Ensure that your page uses intro template. The fields are still available.

screenshot-localhost_8044-2022 08 02-18_46_59

DrkManix commented 2 years ago

myscreenshot_3

It does uses it, but it still doesn't appear even after reloading or after logout and login again.

tranduyhung commented 2 years ago

Is the activated theme really Big Picture? With the latest version of Grav (v1.7.34) and Admin plugin (v1.10.34) I can't reproduce the problem.

DrkManix commented 2 years ago

The activated theme is Big Picture v2.0.0, Grav v1.7.34; Admin v1.10.34

tranduyhung commented 2 years ago

Your only solution for now is adding the background image option to the Markdown content, here is an example: https://raw.githubusercontent.com/tranduyhung/grav-skeleton-big-picture/master/pages/01.home/_intro/intro.md

DrkManix commented 2 years ago

It worked great ! Thank you so much for your time and reactivity !