Hello, I am trying out Grav. So far I am pleased with the admin interface and the usability. But what puzzles me is, that if I select the theme “pinpress” the sidebar containing the about, follow us, search and tag stuff is not appearing.
How can that be activated?
Did I muss a button inside the admin panel?
Or do my articles how to have a certain tag or something?
Picture shows what is missing (green circle)
@RogerCharner, You forgot to share the setup of your site:
Are you running theme Pinpress on the default site?
Or are you running the Pinpress skeleton?
Some other site you are running?
Lacking above information makes it hard to provide an answer. I can only share some general info.
Each theme may target different site purposes (blog, portfolio, etc.) and therefor comes with its own templates and expects a certain content (pages, config). The theme therefor expects a certain folder structure for folder /page and page names (which equal template names).
Switching a theme might therefor not show up as expected.
Having said that…
The sidebar shows up correctly on the skeleton without any activation.
I have just been puzzling over this too. The link to the skeleton version doesn’t work on the pinpress theme page, but you need to go here:
Download the skeleton for pinpress. This includes a full grav install so you will need to unzip this in a fresh folder. It will give you the pinpress theme and all the sample data. I just did this and I got the sidebars as shown in the demo.
Thanks to you all. I am a newbie. I didn´t know about those “skeletons”. So when using a theme it often comes along with a skeleton that has to be installed aswell? Guess this has to be done via ftp then? I know about ftp, but have only used the admin tool in grav so far.
So when using a theme it often comes along with a skeleton that has to be installed aswell?
A theme is separate from a skeleton.
A theme can be installed in any site, but does expect some configuration, plugins and pages.
Hence it might not display its full potential on every site.
A skeleton is a bundle of Grav with demo data in folder /user and consists of: configs, pages, plugins and the theme.
Unfortunately, a skeleton cannot be installed through Admin.
I suspect you are running the default Grav installation on your remote hosted website. In that case, you might need to install plugins which are required by Pinpress else the sidebar will remain empty:
simplesearch:
feed:
relatedpages:
pagination:
taxonomylist:
comments:
archives:
That’s why I asked about your site in my first reply.
If things are not working out-of-box you might need to set some configurations. You also might need to create the proper pages.
You can peek on the repo of the skeleton what kind of pages it uses and its configs.
A suggestion: Create a local development environment…