We recently found an odd behaviour in Safari that stopped a script working on page load. We came back to the page and then it periodically worked, but on the whole it simply wasn’t firing up. If you have the same problem then we would advise the following:- 1. Make sure you are using valid HTML and Doctype. To validate …
WordPress Show if Custom Meta Exists
We wanted to share some code with you that we created to show content if a WordPress Custom Meta / Field exieted within a WordPress Custom Post Type. Most versions that we’ve encountered make this a bit cumbersome and we wanted a way to do it with php, but also to include full html within each command. Here’s the snippet:- …
WordPress shortcode in template
Quick and simple snippit for adding a shortcode within a WordPress template:-
iThemes Coupon Codes
You may have read in an earlier post that we seriously rate iThemes Backup Buddy plugin which is the best plugin out there for backing up, restoring and migrating WordPress sites. So you’ll be happy to know that they have additional promotions on plugin sales. Here’s their offer:- Save BIG This Holiday Season: 35% or 50% Off on iThemes Plugins …
Jigoshop Cyber Monday Sale 25% Coupon Code
Jigoshop is one of our very favourite WordPress E-Commerce plugins and right now you can save 25% on all official Jigoshop themes and extensions, using the discount code CYBERMON25 when you check out your purchases. Obviously, the more you buy, the more you save! Jigoshop Coupon Code: CYBERMON25 The sale ends at 9am EST, 2pm GMT on Tuesday, November 27th, 2012 so get in …
Woo Commerce Black Friday and Cyber Monday Discounts
If you are a follower of our Blog then you’ll know that whilst we don’t personally use WordPress ‘Themes’ in our own client web designs (as we don’t find them flexible enough for our their unique needs) we do rate them as some of the best on the Internet. So if you can’t find budget for our affordable web design/development …
CSS Target Specific Child
First lets look at how jQuery Does it 🙂 With jQuery it’s easy to target a specific first child with jQuery First:- Or if it’s not the first then the <strong>:nth-child() Selector</strong> like so:- This selects the second ‘li’ in the ‘ul’ and appends a span Or a combination of selectors such as ‘first’ and ‘:nth-child’ This finds the second …
Backup Buddy WordPress Web Designer Toolkit Xmas Discount
Backup Buddy is undoubtedly the best WordPress plugin out there for backing up your WordPress site. We use this plugin extensively on our sites to ensure that there is always a complete and fully functioning backup of client and personal sites. Backup buddy also works on WordPress Multisite installs and is also particuylalry useful for WordPress developers, such as ourselves, …
CSS Fade on Hover
A quick pure CSS snippet to fade an element on hover:- Just add your Div, which in this case is ‘Item’.
jQuery adjust and animate content to unknown height
We were using the great Isotope responsive layout jQuery plugin on a client project and found that because of the absolute positioning of divs there was an overspill when the isotope elements moved. If these items were relatively placed on the page obviously that wouldn’t be the case. Our solution to this was to create a jQuery plugin/snippit to find …