Survey Of All Posts!
Topic Clouds & Post Lists: 2 On 1 Stroke!!
/ | Leave a CommentThere were two things I wanted to see changed in the bootScore theme before venturing into the big interventions. I was told that improved topic clouds and post lists would increase readability and usability. Fortunately, it was easy to get a more fancy tag cloud and an improved list of recent posts showing the featured images as thumbnails: […]
Less Blurred Featured Images
/ | Leave a CommentTo get less blurred featured images, I suggested enforcing WordPress to automatically generate also square bootScore-specific thumbnails of size 600x600. The bootScore templates index.php and archive.php should request these images via the command get_the_post_thumbnail(null, 'bsTeaser')
instead of asking for the medium size. This would make it less likely that a picture would need to be upsized. […]
Your Own Logo and Favicons — bootScore Helps!
/ | Leave a CommentNo website without pictures or logos! But integrating a logo correctly is often a tricky task. They have to be visible, well-placed, and leave space for the menu. Additionally, they must not bloat or distort the header area. And the way of integrating them into the templates should also allow us to use the favicons for the browser tabs etc. This is where the bootScore developers took a lot of the work out of our hands! Once our logos roughly fit the intended dimensions, we essentially need to follow the bootScore instructions. And by that, we get a logo and the respective favicons. […]
Getting Nice Pictures — Where From, If Not Steal?
/ | Leave a CommentI love ZEN presentations. For that, you need pictures. Many pictures. Good pictures. Fortunately, it is technically easy to integrate photos from the internet into your own site. What is challenging, however, is getting nice pictures legally. […]
A Picture Credit Page? Really?
/ | Leave a CommentI don’t buy images. Never. I take my own pictures. Or I use free images released under a Creative Commons License. Or in the ‘public domain’. Some image databases offer their photographs under their own licenses, equivalent to the free licenses, as long as I do not make their images publicly available through another image database. I accept that as well. And as open-source licenses do, too, some ‘picture’ licenses impose certain duties on me. Thus, I need a picture credit page: […]
Larger Picture Squares — A Remedy For Blurred bootScore Images?
/ | Leave a CommentAvoiding distorted featured images is possible. We have shown that. However, our method is not yet optimal: if we let WordPress when uploading pictures, also crop the medium-sized thumbnails as squares, we give up what is commonly expected. Maybe other plugins need the ‘medium’ thumbnails in the original aspect ratio after all. So it would be better if we left the common thumbnail formats untouched. But we still need larger picture squares: […]
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: […]