Survey Of All Posts

From ‘Easy’ to ‘Made Easy’: Footnotes on WordPress
/ | Leave a CommentLast night, I couldn’t hold back anymore: I replaced Easy Footnotes with Footnotes Made Easy. Too systematically unattractive was the result of Easy Footnotes. […]

Fancy SVGs
/ | Leave a CommentWordPress does not like Scalable Vector Graphics by default: SVGs consist of XML code. If loaded, it can — at least in principle — inject malicious code into the system. Using SVGs in templates, however, is not prevented by WordPress. On HTML level, they can be embedded — as usual — in img
tags. That’s the way, also bootScore integrates the logos into the file header.php
. But for the ambitious bootScore user, this method does not work. […]

Fancy Boxes for Fancy Images
/ | Leave a CommentLarge, prominently placed images are eye-catchers. WordPress even has a name for it: Featured Image. The only problem is: Starting every post again and again with a ‘featured image’ is tiring. Even if our reader has already decided on an article, we force her to scroll. It would be better to give her directly what she wants: the text. And let her decide for herself when exactly she wants to see the big picture. […]

Divide and Beautify!
/ | Leave a CommentThe smaller the screen, the greater the risk that long words destroy the reading image. Without hyphenation, it becomes choppy or fizzy on smartphones. If a bootScore-based site — according to Responsive Design — wants to maintain readability by rearranging the text elements, then it cannot do that without automated hyphenation. […]

No HOVER menu for bootScore after all?
/ | Leave a CommentExactly. After I crawled into the topic, I decided against it. Following Adenauer’s aphorism, What do I care about my gossip of yesterday! […]

Keeping Your Menus Clean
/ | Leave a CommentIn my ‘previous’ WordPlus life, I was rather sloppy with my menus.
Let’s first agree on what we are talking about: WordPress knows keywords and categories. Now we also need a name for the entries in nested menus, which themselves still have sub-entries. They can be regarded as categories, too — because of their grouping effect. But they are not what WordPress means by ‘category’. […]

Deeper Nested Menus
/ | Leave a CommentLike Bootstrap, BootScore only knows menus with a depth of 2. Bootstrap because it wants to in principle. BootScore because it follows its base as strictly as possible. Level 0 entries are listed horizontally in the header, and the corresponding level 1 entries are listed vertically below. Thus, the top-level entries group the entries below them. And menus behave the same way on smartphones and desktops. […]

From dev to prod: Shortcodes in Menus and elsewhere
/ | Leave a CommentMaintaining a WordPress-based site often means working with two instances — one for development and one for production. Both have their own domain, a specific URL, used to link one site element to another. Manually or automatically. This implies that a woman has to replace this URL prefix with the other one in all places if she wants to bring tested pages into production. She can trigger this replacement in different ways, manually or with a replacement plugin. Here, we describe another method that simplifies such work significantly. […]