Wordpress Webpage
Enable Javascript to display Table of Contents.
Background
Using frameworks like wordpress, you are forced to update the software quite often to avoid security issues caused by outdated SW. When using many plugins, you have to update all of them quite often and you will be faced with incompatibilities or license changes etc in the future.
Because of this, I try to limit the use of plugins to a bare minimum.
Installation
TBD
Gutenberg
Wordpress comes with a online WYSIWYG editor, called Gutenberg.
Header / Footer
To change the header or footer, go to
- Appearance
- Editor
- Patterns
- Header or Footer
Columns
Stack on mobile
Child-Themes
https://developer.wordpress.org/themes/advanced-topics/child-themes/
Contact Forms
ContactForm7 with Akismet
https://contactform7.com/spam-filtering-with-akismet/
Reoder Elements on Mobile
You have to add custom CSS, therefor go to
- Appearance
- Editor
- Styles
- Click on the Pen icon
- Select "Additional CSS" on the right
There insert:
@media only screen and (min-width: 782px) {
.wp-revert-on-desktop>div:nth-child(1) { order: 2; }
.wp-revert-on-desktop>div:nth-child(2) { order: 1; }
}
On the parent of the icons, which shall be reordered, add CSS class:
wp-revert-on-desktop
Disable Comments
See https://www.wpzoom.com/blog/disable-comments-wordpress/#h-how-to-turn-off-comments-on-wordpress-manually
or https://www.selbstaendig-im-netz.de/blogs/wordpress-ohne-cookies-datenschutz-im-wordpress-blog/
Fonts
https://github.com/impallari/The-Lobster-Font
Apply Theme Changes to Webpage
Go to
- Appearance
- Editor
- Style
- Apply the Style again
- Save
Open Topics
- Cookies
- Impressum
- Calendar
- Next Event (über Eselsohr?)
- Garbage Hotspots
- ...