TODAY IS THE DAY TO...

GET IT DONE!

Developer Resourcers

Do you have a WordPress problem you can't figure out? Why not let our experts show you how.

We hope these Posts may be useful for you. If you have any feedback, problems, enhancements, or websites where you have used these -- please leave a comment on the post.

Code Snippets are solutions we have come up with to solve website development problems or ways to add enhanced features and functionality.

Some of the solutions are generic to WordPress (and Gutenberg blocks), but most are pertinent to developers working with Genesis themes and Beaver Builder plugins.

We are sharing these in the hope that what worked for us may help you in your development projects.

if you need individual hands-on coaching we are available to help you with your project on an hourly basis.

If you would like a free consultation regarding your project
please fill out this form

If you need immediate assistance, send me the form because I might not be able to take a phone call or text message at the moment.
But try that as well...
510.842.7438

-- Pieter Hartsook


Developer Resources & Code Snippets signup

Get weekly updates on new Developer Resources and Code Snippets posts

Please wait...

Thank you for signing up!
Emails are sent out every Monday morning
if there is new content.

Developer Resources Posts

Markup: Image Alignment

Posted in

Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let’s get started. On the topic of alignment, it should be noted that users can choose from […]

Markup: Text Alignment

Posted in

Default This is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love. Completely neutral and not picking a side or sitting on the fence. It just is. It just […]

Markup: Title With Special Characters

Posted in

Putting special characters in the title should have no adverse effect on the layout or functionality. Special characters in the post title have been known to cause issues with JavaScript when it is minified, especially in the admin when editing the post itself (ie. issues with metaboxes, media upload, etc.). […]

Markup: Title With Markup

Posted in

Verify that: The post title renders the word “with” in italics and the word “markup” in bold. The post title markup should be removed from the browser window / tab.

WordPress 3.5 has arrived, I've installed it, and nothing seems to be broken.

Posted in , , ,

Another in a series of painless upgrades from WordPress. Double thumbs up for WordPress.org. One big advantage of this version of WordPress is that now I can create and edit posts on my iPad. In the previous version of WordPress the insert media interface was too large for the iPad mini with […]

Relevanssi plugin breaks WordPress built-in editor searchs

Posted in , , , ,

Relevanssi – A Better Search plugin breaks the search function in the “Media Library’, “Insert Media panel”, and also the ‘Insert link to existing content” in the hyperlink panel. Relevanssi replaces WordPress default search with a partial-match search that sorts results by relevance instead of the default reverse chronological order. […]

Seven questions to improve your website design

Posted in , , , , ,

Q: Why build a website?
A: It’s an extension of your business marketing, reaching new customers and new markets.

Your website design is the key component in your internet marketing ecosystem

Your website and other internet properties are part of your business marketing ecosystem, and an extension of your brand on the internet, and should be viewed in that context and not as isolated objects. You website design should be reinforcing your brand and extending your marketing messages to reach potential customers on their terms.

To help with your website design it’s useful to know what your goals are for having a website and how the website fits with the rest of your marketing.

Here are seven questions that will help you understand what you need for your website:

Just applied the WordPress Upgrade 3.4 and nothing broke.

Posted in , ,

No news is good news! I applied the WordPress Upgrade 3.4 from 3.3.2 and so far I haven’t found any conflicts with my themes of plugins on this site. And I use a lot of plugins (currently using 29) since I use this as a test bed to explore plugins […]

Simple Image Map Creation, but there is a caution flag!

Posted in , , , ,

Someone at our recent Weekly WordPress Support Group at TechLiminal in Oakland CA asked about how to create an image map to use as a navigation feature. There are websites that will do this for you and of course you can do this in applications like Dreamweaver and Photoshop. You can also […]

Plugin conflict: Simple Facebook Connect and Grunion Forms

Posted in , , , ,

But, if I deactivate Simple Facebook Connect the Grunion forms show up in the post. Response : (here’s the current discussion thread on the Simple Facebook Connect support forum  that I started) Pieter Hartsook: Simple Facebook Connect still disables the display of Grunion forms (included with Jetpack). The contact form […]

Code Snippets Posts

Remove the unwanted padding on Gutenberg video block displayed in Beaver Themer templates

Posted in , , ,

If you use Beaver Themer to layout single post pages and format the post content using the Gutenberg Block Editor you notice when embedding a video that the “Resize for smaller devices” switch is enabled by default on video blocks. The purpose of this setting is to maintain the original […]

How to add CSS to control elements on the back end of your WordPress site

Posted in , , ,

Let’s say you want to style the dashboard, or hide an element that normally shows when editing a Post using display:none;. Even if you can discover the CSS selector using your browser’s inspector and test out your custom styling, you can’t just copy and paste that into the WordPress Customizer. […]

Shorten the length of the log file for Simple History plugin

Posted in , ,

The Simple History plugin default history period is 60 days. The log includes not only user initiated changes to the website, but all the automated updates to plugins, etc. This can make the log file pretty large.

A bit of PHP to preserve html formatting in standard WordPress excerpts

Posted in , , ,

If you don’t use the Excerpt field in your posts and rely on WordPress to grab the first few dozen words of your post content what you usually find is the excerpt when displayed on the front end (usually in some sort of archive or post grid display) will have […]

How to add custom post types to your default RSS feed

Posted in , , ,

RSS readers are somewhat old school in 2020, but the RSS feed that is part of WordPress is used by email services like Mailchimp and Mailerlite to create automated email updates when you add a new post to your website. If you have custom post types though, they are not included […]

Storing javascript in a metabox.io Custom Field textarea

Posted in , ,

For some client projects I needed to embed javascript code in a page (Post). I used a custom field textarea to insert the code when creating the Post. The problem was the default for text fields was to run them through a sanitizer.php to strip out any type of code […]

Create a Scrolling Column with trivial CSS

Posted in ,

The client wanted to display a list of past events in a scrollable column. This was easy to implement using simple css. The page layout was done with Beaver Builder, but the solution should work for any html container.

Changing a Submenu to a Mega-menu with Beaver Builder

Posted in , , ,

Sometimes you want to present a navigation menu as a horizontal “mega-menu” instead of a hierarchal dropdown menu. This is really simple if you are using Beaver Builder. The mega-menu feature is built in, but is unfortunately hidden. You have to know the secret to turn it on.

Formatting a custom number field to add commas

Posted in , , , ,

I needed to format a number field (999,999,999), coming from a custom field number-format (no other characters permitted in the number entry field). No “$” no commas or decimal points, etc. to output as a normal currency format. When displaying the number I could add a “$” in front of […]

Knowledge Sharing: Community-Based LearningHow do you do that?Watch Out!There's a plugin for that...

How Do You Do That?!

WordPress sites are actually a collection of components from different vendors that must all work in harmony to get the functionality and appearance you want. If one is slightly off-key it can cause havoc with the rest of the site. WordPress Website Coach has experience using dozens of these components on many client sites. We know what combinations of parts work well together and which ones are more problematic.

Getting your site to look and work exactly the way you want often requires some customization of these components. We've done that and want to share some of our tips and tricks with you.

For example would you like to know our Seven questions to improve your website design?

    If you would like a free consultation regarding your project

    please fill out this form

    If you need immediate assistance, send me the form because I might not be able to take a phone call or text message at the moment.
    But try that as well...
    510.842.7438

    -- Pieter Hartsook

    Your Name (required)

    Your Email (required)

    Your Phone

    Your current website

    Contact me by

    emailphone

    I'm interested in:

    New WebsiteRe-launch existing siteTrouble-shooting WordPress siteWordPress coaching/trainingSite migration/new hostingOther...

    How soon do you need help?

    It's an emergency, I need help right awayI wish it were already doneIn the next few weeksIn a month or soIt depends...

    Anything else you'd like to add?

    If you need help customizing your WordPress site -- talk to us.

    We have experience in PHP, MySQL, CSS, and Javascript that underlies your WordPress website.

    Skip to content