I AM LISTENING TO
|
WHAT I LIKE
  • English
  • German


BLOG FILTER



Normally the functions.php in your CHILD theme is called before the PARENT functions.php. In some cases, you might like to alter functionality loaded through the PARENT theme in your CHILD theme, which is not possible without some changes.

From the WordPress Codex :”Unlike style.css, the functions.php of a child theme does not override its counterpart from the parent. Instead, it is loaded in addition to the parent’s functions.php. (Specifically, it is loaded right before the parent’s file.)”

For our new setup, I am using a base class in our PARENT theme to define all our defaults. Some of the CHILD themes need to overwrite or adjust functionality. This allows to have a pure foundation, than alter and extend as needed.

PARENT functions.php
is extending the TimberSite class in my case, as I am using Timber (TWIG for WordPress) for my themes

CHILD functions.php

Cheers
Alex

readmore

At portalZINE TV we produce Internet TV since 2008. “Das Magazin” is our flagship magazine format that started in 2010 and was broadcasted via satellite for over 3 years (Tec Time TV).

Portfolio

readmore
11. March 2015

Portfolio is back up

All sections are back up, including the portfolio. Doing a final cleanup and than I can move over to portalZINE TV for the bigger cleanup ;)

Portfolio

Cheers
Alex

readmore

I have been working on a full integration of fullpage.js into Visual Composer for WordPress. This allows to easily build fullpage layouts, with different pages and full slide capabilities. Also added iScroller functionality, to allow overflow content to work nicely on certain pages. All  of this is working with simple drag & drop :) and can be used by any unexperienced user.

I am currently cleaning up the addon, but I am not sure yet if I will offer it as a commercial addon or keep it for my internal projects only :)

Will post a video later this week.

Cheers
Alex

Visual Composer for WordPress
fullpage.js
iScroller

readmore
10. March 2015

Redesign in progress …

This website and connected services are currently in a transition phase. We are redesigning everything and making some big changes.

Other areas will follow in the coming days.

Cheers
Alex

readmore
1. March 2015

Ubuntu Screenshots

  • Print: Save desktop
  • Print + Alt: Save desktop selection

readmore
1. March 2015

Mac OSX Screenshots

  • Command-Shift-3: The whole desktop
  • Command-Shift-4: Section of the desktop
  • Command-Shift-4 -> Spacebar -> Window-Selection: Save Window
  • Command-Control-Shift-3: Add Desktop to clipboard
  • Command-Control-Shift-4, Add selection to clipboard
  • Command-Control-Shift-4 -> Spacebar -> Window selection: Add window selection to clipboard

readmore

A couple of interesting links for the PCTV Broadway HD S2

PCTV Links

Forum Links

Extensions

readmore

Currently reading up on the IMAP protocol, as one of my customers is using a server without IMAP support compiled :)

RFC 3501

I will be using a simple INBOX check for failed email notifications (sockets are your best friend). That will allow me  to set a flag for every new user account that is still unconfirmed and used a broken email address for their registration. These accounts can than be verified manually :)

Happy socket = happy customer.

Btw, here is a nice piece of code to quickly parse the email header in PHP

 

readmore
25. February 2015

Time for some fresh ideas :)

Time to give all our network sites some fresh paint :)

Cheers
Alex

readmore