WordPress umgezogen und jetzt weisse Seite

Per FTP die wp-config.php öffnen. Dort die Zeile 

define(‚RELOCATE‘, true);

eintragen. Anschliessend kann das Admin-Interface über http://deineseite.de/wp-login.php geöffnet werden. Im Bereich Allgemeine Einstellungen jetzt die neue Site-URL eintragen.

Alternativ per Datenbank:

wp_options Tabelle öffnen und die Felder siteurl und home anpassen.

CMS als Notizbuch nutzen

Das Plugin scribefire bietet ein flinkes Browser-Interface für WordPress und Joomla CMS. Über ein minimales Interface ist es möglich Beiträge anzulegen oder zu editieren. Die Anmeldedaten werden im Browser gespeichert. An Bord ist ein brauchbarer WYSIWYG-Editor der auch auf pures HTML umgeschaltet werden kann. Weiterlesen

WordPress Child-Themes

How to Create a Child Theme

  • Child Theme directory structure

    Create a directory in your themes directory to hold the child theme. The theme directory is wp-content/themes. You should name the directory without any space as part of the name, and it is common practice to use the name of the parent theme folder with “-child” appended to it. For example, if you are making a child of the twentyfourteen theme, your folder name would be twentyfourteen-child.

  • In the child theme directory, create a file called style.css. This is the only file required to make a child theme. The style sheet must start with the following lines:
 Weiterlesen 

JCE Editor zeigt Hintergrundbild im Edit-Modus

To make the JCE Editor use the correct content styles, and Not show the background image, you only have to change two default settings in JCE Administration ›› Editor Global Configuration:

Change Editor Styles to: Custom CSS files

and enter the following into the Custom CSS files field:

templates/$template/css/editor.css

($template will use your selected site template)

Weiterlesen

Zurück zu Itunes 10 (mit Coverflow)

Eine Anleitung um auf neuen Macs das alte Itunes wieder ans laufen zu bringen:

Good news for old-school guys:

It’s possible to install iTunes 10.7 back on Yosemite. I hated iTunes since version 11, because it looks weird and my very complex structure of playlists didn’t work anymore. So I searched a bit to find a way to reinstall iTunes 10 again, and there is a tiny little bit what wasn’t described.

Weiterlesen