Other

Styling Restrict Content Pro Login and Registration Form Fields

The Restrict Content Pro plugin lets you easily control access to content on your site. As part of this, it allows you to add registration and login forms which let users signup and access the content. Here are a few tips on how to style these components.Styling the...

Selectively Disabling CDN Enabler Rewriting

CDN Enabler is a useful plugin for rewriting URLs on your site to point to their equivalents on a CDN such as KeyCDN. CDN Enabler's rewriting is quite simplistic, however - it simply checks for and rewrites any applicable URLs within the entire HTML of the page. In...

Add Comments to the Sixteen Nine Homepage

If you want to display the comments after each of the posts on the Sixteen Nine WordPress theme homepage, you can do so by first adding the following at the end of the theme's functions.php file: function add_comments_to_homepage() { if (is_home()) { global...

Extra Theme by Elegant Themes

Elegant Themes are looking to follow up on the huge success of their Divi Theme with a new magazine-style theme called "Extra". The guys at Elegant Themes haven't announced a release date for the Extra theme. In mid-October ET founder Nick Roach said that Extra could...

Stop Facebook Showing Old Page Titles

When you share a link on Facebook, the link is displayed in your Facebook post along with the page title that Facebook retrieves from your site. However, if you've recently updated the page's title, you may find that Facebook continues to show the old title. This...

Remove Artisteer Widget Borders

If you find that your Artisteer Theme has unwanted borders around images in widgets, you can remove theme with the following CSS: .widget img { border:none !important; }

Fix Vantage Theme Menu Scroll Bug

There is a bug in the way the SiteOrigin's Vantage Theme handles its sticky menu. In order to achieve the sticky menu effect, the theme checks if the user has scrolled down far enough, and if so creates a copy of the current menu bar and places it in a fixed position...