Clean Google Doc Cut/Paste into WordPress Editor

If you cut/paste from a Google Doc into the WordPress WYSIWYG editor you get more than I want. Mainly a bunch of inline CSS that sets the font weight (see below). This is a pain because it’s going to take priority in CSS land and undoing it by hand is a hassle. Some internet wandering […]

Read More… from Clean Google Doc Cut/Paste into WordPress Editor

User Choice: Hiding Some Sites in My Sites in WordPress Multisite

Long have I struggled with WordPress Multisite and the way it makes things difficult for non-super admin users. While it is very easy to join additional sites, leaving them on your own is easier said than done. I hesitate to write ‘impossible’ even now as it seems insane that there isn’t a good and obvious […]

Read More… from User Choice: Hiding Some Sites in My Sites in WordPress Multisite

WordPress Comment Setting Advice

We shifted some of our default comment settings in rampages. This is an attempt to give students better insight into what setting options they have and why they might make certain choices. DISCUSSIONS IN WORDPRESS Commenting is one feature of WordPress that you can control so that it behaves in ways that match your personal […]

Read More… from WordPress Comment Setting Advice

Change New Site Comments Settings in Multisite

This little function in a network activated plugin on WordPress multisite will require comment users to be a member of the multisite to comment. The setting can be changed by the blog admin but it makes the default setting a bit more restrictive. It’s changing the value in Dashboard>Settings>Discussion. […]

Read More… from Change New Site Comments Settings in Multisite

Super Cleansing Cut/Paste into Tiny MCE in WordPress

Had someone cut/pasting from Google Docs into WordPress and it was ending up littered with internal style elements and super irritating span classes. I found this post which got me 95% of the way there and just added .removeAttr(‘style’) to get rid of the inline styles. Now I can just re-cut/paste and get a clean […]

Read More… from Super Cleansing Cut/Paste into Tiny MCE in WordPress

Accessible ACF-Based Tooltip Dictionary

We have a bunch of world language professors prying at the edges of Pressbooks. One of the requests yesterday was to be able to create a mini-dictionary of target language words at the beginning of sections written in that target language. Mousing over the words would show their English equivalent. The intent is to have […]

Read More… from Accessible ACF-Based Tooltip Dictionary

Workshop to Event Workflow in WordPress

Will Wonka asking you to tell him again what WordPress can't do.

I have been doing little other than semi-real web development for three weeks across a number of projects. It’s a level of sustained practice/work that I’ve probably never done before. Who knew that kind of focus could actually result in fairly dramatic improvement? One of the projects is the reconstruction of our ALT Lab department […]

Read More… from Workshop to Event Workflow in WordPress