kieranbarnes Independent PHP, WordPress & CubeCart Programmer

Rebranding WordPress 3.2

Posted on July 5, 2011

Woah. The new WordPress 3.2 admin interface is much better! Theres a lot of much welcome improvements.

I've upgraded a few blogs as test cases. Rebranding is mainly portable from 3.1 and below with one notable change.

Programmatically adding items to the cart in Shopp

Posted on June 28, 2011

One of the Shopp Support Reps - Adam has posted a good article on his site about how to add items to the Shopp cart from outside Shopp.

Programmatically adding items to the cart in Shopp.

Filed under: Shopp, WordPress No Comments

SSL/HTTPS for Shopp pages or checkout process only

Posted on June 25, 2011

Shopp currently doesn't redirect you to any SSL/HTTPS pages during any part of the checkout process. Technically, if you are using a 3rd party payment provider, it doesn't need to, but I'd like customers name/address data to be encrypted and secure.

So we need to force SSL on specific pages.

Remove Shopp Javascript from non-Shopp pages

Posted on June 24, 2011

Following on from a post on the Shopp forum regarding this, a few people are having issues with the Shopp scripts conflicting with some other plugins.

The best way to solve this is to only enable Shopp Javascript on the Shopp pages.

Also good practice to keep page load times down to a minimum.

WordPress NYC – Shopp Q&A w/ Jonathan Davis

Posted on June 23, 2011

Here's the second part of the lead Shopp developer, Jonathan Davis' presentation at WordPress NYC. Quite an interesting Q&A session on Shopp features.

Shopp 1.1.9 is out!

Posted on June 21, 2011

Shopp 1.1.9 is out! Although mainly a maintenance release it fixes the issues with the incorrect handling of free shipping methods and now includes WPML support! Bonus!

Tagged as: No Comments

Shopp Product Importer Download

Posted on June 3, 2011

Here are the latest versions of the Shopp Product Importer.

I did not write these, I'm simply hosting them because the original site is down.

 

Debugging WordPress

Posted on May 20, 2011

Debugging WordPress is actually quite simple. Stop yourself going grey and or bald.

In your wp-config.php, replace

  1. define('WP_DEBUG', false);

With

  1. define('WP_DEBUG', true);
  2. define('WP_DEBUG_LOG', true);

This will turn on debugging and debug events will be wrote to wp-content/wp-debug.log. Bonzer!

Optionally, you can add, to turn off on screen error reporting if your php.ini isn't already doing so.

  1. define('WP_DEBUG_DISPLAY', false);
  2. @ini_set('display_errors', 0);

 

Tagged as: , 1 Comment

WordPress function remove_menu_page

Posted on May 20, 2011

WordPress is now being used more and more for a full site CMS and the "Links" or "Blog Roll" is pretty much redundant now. People seem to be going to great lengths to remove this from the WP admin page. I've seen people use Role Manager plugins, wierdo so called "CMS" plugins and plugins specific to removing the "Links" link.

Chicks dig blokes with groovy login screens

Posted on May 10, 2011

Or how to customise your WordPress login page.

There are three main features you may want to customise on your WordPress login page, whether it's a finishing touch on a client site, a complete rebrand of WP or just cos you're bored.

  1. CSS colors, font size etc
  2. Logo
  3. Logo link

Page 3 of 712345...Last »