Category: Useful Stuff

  • Having a custom functions or styles per individual WordPress multisite site

    If you are running a multi-site and you a have common theme sometime is becomes a requirement to add specific styling and functions for an individual site or two. The traditional way is to create a child theme and apply that to the site, and this works fine, but this method allows you to create individual…

  • JQuery easy cycle

    Cycle 2 is easy to use see http://jquery.malsup.com/cycle2/ To use in WordPress add this code (or similar, chnage links and images as required) to a text widget <div class=”cycle-slideshow” data-cycle-timeout=”2000″ data-cycle-slides=”> a” > <a href=”http://example.com/llocally/portfolio-items/test-portfolio-1/”> <img src=”http://example.com/pathtoimage/images/p1.jpg”></a> <a href=”http://example.com/llocally/portfolio-items/test-portfolio-2/”> <img src=”http://example.com/pathtoimage/images/p2.jpg”></a> <a href=”http://example.com/llocally/portfolio-items/test-portfolio-3/”> <img src=”http://example.com/pathtoimage/images/p3.jpg”></a> <a href=”http://example.com/llocally/portfolio-items/test-portfolio-4/”> <img src=”http://example.com/pathtoimage/images/p4.jpg”></a> </div> And you will need to enqueue…

  • Zoom Features

    Adding a zoom feature to WooThemes Canvas Start with http://www.elevateweb.co.uk/image-zoom

  • Adding Share By Email to WPMUDEV Floating Social

    To add to WMPUDEV’s floating social an add to email button you can add the following code to Settings> Floating Social > Add New Custom Service > Code The button will open the default mail client and construct a message that includes the post’s URL. You may need to tweak the floating social css to…

  • Android email client eats bandwidth.

    Originally I had some issues with the Android email client supplied on my LG phone running Android 4.1.2 so I installed the mail client K-9 (see Google Play )  which was very good. However, recently I decided to switch back to the Android email client, for reasons that are a bit difficult to explain. All…

  • Who is Semalt.com | How to block Semalt.com

    Later in this post I tell you how to block semalt.com. I recently notice strange referral traffic from semalt.com.   So a quick investigation, by visiting their site I see that they are some sort of analytics tools. Offering a free sign up for 7 days but no pricing, suspicious or what? At this point…