WooCommerce assigning shipping methods

The Distinctive dame wesbite I redesigned also has a new online store so I made sure the theme was WooCommerce friendly, installed WooCommerce and added over 30 items. Apparently the store wasn’t working and so I investigated and realised I hadn’t set up the shipping methods without which the store will not function, continually resulting … Read moreWooCommerce assigning shipping methods

Site relocation & Better Search Replace plugin

itDoesCompute_better-search-replace

Recently I moved a wordpress install from a sub directory to the current modX install root directory. Only this isn’t correct to say. I didnt know how to look for what I was about to perform at first, and was a little scared as this was the biggest website I’d rebuilt, ever! over 1400 pages! … Read moreSite relocation & Better Search Replace plugin

Making a WordPress Template

itDoesCompute_wordpress_making-templates_tutorial_01

So making a template file just like a child theme or styling using the theme options css box is a good non-destructive way (to the theme and in case you change themes) to style your layout. The following is an example of what to do when making a template for an alternative home page: 1. … Read moreMaking a WordPress Template

Google adsense responsive ad

itDoesCompute_google-adsense_05

Making the Google adsense banner ad responsive for my current project has proven very frustrating. Nothing worked. It either broke the width of the screen and remained at 728px wide on mobile, stayed at 320px on laptop or was 1pxwide x 90px high and other such fun times. Finally after reading up heaps and choosing … Read moreGoogle adsense responsive ad

blurry featured / related post images fix

itDoesCompute_force-regenerate-thumbnails_screenshot

Been too busy for ages to fix the related post image resolution on allThoseShapes. I wasn’t sure if it was a wordpress thing or a mythemeshop theme thing. Blurry related post images. They look terrible. And allThoseShapes is an image driven site. Reading up it seemed there were a few potential ways to fix this … Read moreblurry featured / related post images fix

dont like hacks? keep updating

wp-header_hack-phps_code-from-functionsphp

If itDoesCompute seems a little broken – its cause it is. It seems you cant be sleepy, something I already knew, but due to work load and thinking yeah itll be okay, I left myself open for those lovely spammy rank seeking hacker advertisers. More details later, and some tips and info one main thing … Read moredont like hacks? keep updating

white-space:normal;

itDoesCompute_white-space-normal

Wondering why your theme’s device and browser responsiveness breaks with different resolutions? I had been for the last week or so. Tried many fixes. Potential fixes should I say. I discovered an error using a theme from the myThemeShop site, thought it was at fault, then reading up thought it was a google chrome fault … Read morewhite-space:normal;

adding .htaccess for permalink change

Best to decide on permalinks before you start constructing your website. if you didnt or forgot you’ll have to change your .htaccess file. If you can see the file in your wp directory you can create one by opening a text editor ans saving the blank page as “.htaccess” wordpress will have generated some code … Read moreadding .htaccess for permalink change

Make a single post single category appear on the WP index page

all-those-shapes_-_wp_make-index-page-display-one-post

My previous discovery on how to make a single post from a single category appear on the index page in a wordpress site was not the best solution. At all. It caused a battle between the .css and the recent post loop! The page displayed visually what i wanted: 1 post from category ‘diary’. When … Read moreMake a single post single category appear on the WP index page