by dan | Jan 31, 2019 | Other
Here is an example of CSS for applying some basic styles to the text / password fields of Restrict Content Pro forms: /* Restrict Content Pro - text and password form fields */ #rcp_login_form input[type=text], #rcp_login_form input[type=password],...
by dan | Aug 9, 2018 | Other
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...
by dan | Dec 31, 2014 | Sixteen Nine
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...
by dan | Nov 17, 2014 | Extra
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...
by dan | Oct 17, 2014 | Other
There was a minor bug in early versions of the update checking code used by Elegant Themes. Every so often an error appears in the WordPress Dashboard which looks something like: Warning: Creating default object from empty value in...
by dan | Sep 16, 2014 | Other
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...