BinaryMoon / jarvis

A speedy Gutenberg ready theme
https://prothemedesign.com
GNU General Public License v2.0
51 stars 5 forks source link

Site Layout Options #30

Open paaljoachim opened 5 years ago

paaljoachim commented 5 years ago

Hey

I will be going through the Site Layout options.

Header -> Default Center Side Fixed

Add: Display Preheader (Topbar) The Preheader/Topbar widget area might be a good place to have some additional information. Such a phone number, menu and whatever else. Perhaps even a WooCommerce shopping cart. Etc.

Single Post & Page Left Center Add: Full Width Add: Boxed

Display Post Date Display Post Author Display Post Author Details Add: Display Post Category Add: Display Post Tags Add: Display Comments box (this makes it possible to in general turn off comments.) Add: Display Post title Add: Display Page title

Btw it looks like the date is set up to show how much time has passed since the blog post was published. I am seeing a 2 months ago, 2 weeks ago and 3 days ago on the blog page and the posts page. It would be good to have the option to show the publish date.

Footer Credits: https://github.com/BinaryMoon/jarvis/issues/16#issuecomment-513453258 (Adjust the credits box to a left and right box. See above comment.)

NB! All options + additional customizations could be added to the docs to give examples of code to add to the child theme functions file. There should always be the option to either adjust options through the customizer or (a mix) add code to the functions file. Docs: Add additional widget area. Hide/show post meta.

Btw Some options can instead of being added to the customizer could just be added directly to the docs as examples to how to add code.