Display some random users
function wpb_random_users() { global $wpdb; $randomusers = '<div class="grid-container">'; // Query database for users $usernames = $wpdb->get_results("SELECT display_name, user_url, user_email, ID FROM $wpdb->users ORDER BY RAND() LIMIT 4"); // Display users in a...
Gratis PDF op je website of toch betaald?
[flipbook pdf="https://www.wordpressloket.nl/wp-content/uploads/2021/03/Friese-Palingroker.pdf"]
Responsive text scaling CSS formula
Dennis Sinacola wrote this in a comment on FB: vw scales too fast as a straight unit. You can use the css calc() function to make it much more useful. For example I use this formula for responsive text: font-size: calc(16px + (24 - 16) * (100vw - 400px) / (800 -...
Is Divi slow?
I recently did a remake of a custom theme + ACF site in Divi. The sites look 99% the same. (I now see a few padding differences that I could correct. Maybe later. The moved phone nr is intentional.) Left: New Divi website, right: previous website, custom built theme +...
Sorry, there was a problem communicating with Netflix T1-H1-W80072EFD
After a frustrating hour of chatting with the Netflix helpdesk, it was clear that the lady couldn't give any more information than the first result in Google: Netflix meldt 'Er is een probleem opgetreden tijdens de communicatie met Netflix. (T1-H1-W80072EFD) Netflix...
Van statisch naar dynamisch IP-adres bij Ziggo: en Remote Desktop dan?
Ik heb ooit bij Ziggo een zakelijk pakket afgesloten omdat ik een statisch IP-adres nodig had. Ik gebruikte Remote Desktop om op mijn 'workstation' in te kunnen loggen, zo heette dat toen nog. Ik draaide toen zelfs een dedicated webservertje. Een IP-adres dat...
On-page SEO Tips
Een klant bedankte mij omdat haar site goed in Google scoorde op een bepaalde zoekterm, laten we zeggen “xxxx yyyyyyy”. Van mijn reply heb ik meteen maar even een blog gemaakt. Misschien heb je er wat aan of is het reden om mij eens te bellen. Websites...
Transposh: change US flag to GB for English
Nobody wants an American flag on his website these days. In Transposh, an elegant translation plugin, the Stars & Stripes flag is the default for English (as if they even know how to speak proper English over there 🙂 ). There is an instruction that say you just...
Style Caldera form as Divi Contact Form
Caldera Forms is still my favorite form builder, despite its somewhat uncertain future. When creating websites for clients I don't want to risk walking into the limitations of for example the Divi Contact Form in case a client ever requests something special. So my...
Volgorde van de deelnemers in Zoom en Mute of Unmute
Snap je niet waarom sommige Zoom-deelnemers aan een meeting altijd in beeld zijn en anderen niet? Ik beschrijf hieronder hoe Zoom de volgorde bepaalt waarin de deelnemers op het scherm worden getoond. Alles op basis van de Zoom-documentatie. Hou de Spreker altijd in...