Survey Of All Posts!

Blurred Featured Images In BootScore?
/ | Leave a CommentbootScore — the Bootstrap-based WordPress starter theme — can only be designed via CSS, PHP, and JS programming: If you want to fashion your website, you need to program. bootScore integrates Bootstrap technically and leaves the visible details to the programming web designers. And by default, it delivers sometimes blurred featured images. Is it an unavoidable task to fix that afterward? […]

Fasten Your Fancy Images
/ | Leave a CommentIn the case of Fancy Images, we show our reader first a tiny image. And on her request — wants to say: click — also a larger version. For implementing this feature, I initially put the URL to the uploaded image in the href
-attribute of the fancy link and in the src
attribute of the img
tag. That slows down our site. We should fasten our fancy images: […]

Footnotes on WordPress: From ‘Easy’ to ‘Made Easy’
/ | Leave a CommentI love scientific writing. Last night, I couldn’t hold back anymore. I need footnotes on WordPress that I can easily apply to my posts with a good result! So, I replaced Easy Footnotes with Footnotes Made Easy. Too systematically unattractive was the result of Easy Footnotes for me: […]

Fancy SVGs
/ | Leave a CommentFancy bitmaps are the one thing, scalable pictures the other. WordPress 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, Fancy SVGs need more: […]

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. Letting her decide when she wants to see the big picture by using Fancy Boxes is eventually also a matter of readability: […]

Cut by Cut — Hyphenation & Readability
/ | 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. bootScore-based sites use an embedded Responsive Design. So, an automated hyphenation improves readability and supports bootScore to rearrange the text elements: […]

Indenting Menu Entries Means Beautifying!
/ | Leave a CommentDeeper nested menus are displayed depending on the size of the device. Stacked submenus on larger screens are more difficult to read: People stumble over what’s underneath. Indenting menu entries is a good way to improve readability: […]

Really No HOVER Menus For bootScore?
/ | Leave a CommentActually, I wanted fancy menus with an H‑OVER effect. Exactly. But after I crawled into the topic, I decided against it. Following Adenauer’s aphorism, What do I care about my gossip of yesterday! I banned my idea to enable hover menus for bootScore by external tools. Because the viewpoint of Bootstrap and bootScore is really reasonable. […]

Clean Menus
/ | Leave a CommentIn my ‘previous’ WordPlus life, I was rather sloppy with my menus. What does that mean? WordPress knows keywords and categories. But what are entries in a deeper nested menu having their own sub-entries? They can be regarded as categories, too — because of their grouping effect. But they are not what WordPress means by ‘category’. Clean menus deal with them properly, without mixing types and tasks: […]