I’ve just launched a Beta version of Support Hub. Details about this project are over on its dedicated website here: http://supporthub.co
Category: WordPress
SupportHub launched in beta
I’ve launched SupportHub ! This is a free WordPress plugin that hopes to help you manage support. It will pull in Support TIckets from various networks ( email, twitter, envato, facebook, ucm ) and show them all in one place. If it finds a similar question from the same person via different networks ( e.g. a tweet […]
Create your own WordPress TinyMCE view and shortcode popup editor
Here is the code: https://github.com/dtbaker/wordpress-mce-view-and-shortcode-editor This code converts a plain WordPress shortcode (like below:) .into a nice custom MCE view that matches the frontend (like below) .and lets you click on it ( same as wordpress galleries ): and click the edit button to change shortcode params: it also adds a button so you can easily create […]
Change the default WordPress gallery MCE view
The default WordPress gallery MCE view is from media-template.php and looks like this: <script type=”text/html” id=”tmpl-editor-gallery”> <# if ( data.attachments ) { #> <div class=”gallery gallery-columns-{{ data.columns }}”> <# _.each( data.attachments, function( attachment, index ) { #> <dl class=”gallery-item”> <dt class=”gallery-icon”> <# if ( attachment.thumbnail ) { #> <img src=”{{ attachment.thumbnail.url }}” width=”{{ attachment.thumbnail.width }}” height=”{{ […]
Free “Social Icons” plugin for WordPress
I ran into these great Social Icons the other day. They were created by Adam from Fairhead Creative. These icons are all crisp SVG! (with a nice PNG fallback for older browsers) [webicon icon=”aboutme”] [webicon icon=”adn”] [webicon icon=”android”] [webicon icon=”apple”] [webicon icon=”behance”] [webicon icon=”bitbucket”] [webicon icon=”blogger”] [webicon icon=”branch”] [webicon icon=”coderwall”] [webicon icon=”creativecloud”] [webicon icon=”dribbble”] [webicon icon=”dropbox”] […]
new WooCommerce Creative Theme: Sunny Kids
Sunny Kids WordPress Creative Theme has just been released! Online demo is here: http://sunny-kids-wordpress-theme.dtbaker.net/ Documentation and more information is here: http://dtbaker.net/envato/documentation/sunny-kids-wordpress-theme/
Set default WooCommerce colors
Here’s a handy bit of PHP code to put into your ‘after_setup_theme’ WordPress hook to set the default WooCommerce colors on theme setup.
How to link Custom Post Types under a Page
Doing this is extremely nasty because WordPress does not support it out of the box I would not recommend attempting this unless you really have to (or want to!) http://wordpress.stackexchange.com/questions/94517/custom-post-type-nest-under-a-normal-wordpress-page/94581#94581 enjoy! 🙂
Widget Area Manager
Where can you download the WordPress Plugin “Widget Area Manager“? Here! http://widget-area-manager-wordpress-plugin.dtbaker.net/