How to remove a category from the blog roll
Download plugin ‘simply exclude’
Read More →A few people have asked about automatically clearing the default field values on focus. While that’s not a feature in the current version of Gravity Forms, It’s easy enough to accomplish with a little bit of jQuery goodness. This script will remove any default value from input fields and textareas on focus, and if you […]
Read More →Many reasons exist for picking a specific source for jQuery. One frequent example is the ability to host jQuery in a cloud or cdn environment. Insert the following function to pick where jQuery in hosted in your WordPress installation. For many reasons, the fact that WP now comes preloaded with the entire jQuery library is […]
Read More →First find out your clients IP address: Just get them to Google ‘Whats my IP’ Write this number down. Log in to Panthur Hosting (panthur.com.au) Access: My hosting services Click: Connection checker Click: Check client IP Enter the IP Address Unblock IP address
Read More →1. Open up \\DLINK-D40605\Volume_1\CLIENTS\wordpress and locate emergency.php 2. Open up filezilla, go to File > Site Manager and connect to the website that requires a password reset. 3.Copy emergency.php to the public_html directory. 4. Open up your web browser and type in the website address then /emergency.php 5. A reset password page should appear, now […]
Read More →Can’t find the URL Settings in the New WP-Ecommerce 3.8x ? 3.7x had a simple solution in the admin panel, however the new version doesnt.. SO: Go to this url (replace yourdomain.com with your own domain) http://yourdomain.com/wp-admin/options.php Then find product_list_url, shopping_cart_url option, transact_url, and user_account_url option. Change the value with your new page url. […]
Read More →1. Log in to CPANEL 2. Open PHPMyAdmin 3. Locate and click the WordPress Database 4. Locate and click WP-USERS 5. Click the Pencil Edit Icon next to the USER details 6. Create an MD5 hasd encyrpted password at http://www.miraclesalad.com/webtools/md5.php 7. Paste the MD5 hash code into the password area 8. Click Go 9. Retry […]
Read More →Now you can!! By adding the following to the bottom of your builder theme/ child themes CSS styling. #dc_jqmegamenu_widget-3-item { position: absolute; width: 960px; } #dc_jqmegamenu_widget-3 { height: 95px; }
Read More →I develop quite a few sites in WordPress. Being that many of these sites are not “blogs” and need to behave like a traditional, static website, I’ve come across and worked through several obscure and (understandably) poorly documented issues and quirks in WordPress. This is one of those stories. I had a page template with […]
Read More →If you have a problem with the contents of your second column dropping down the height of the contents in your first coloumn – this is the solution tbody th { background:none; padding:8px 2px 8px 10px; text-align:left; } tbody td { padding:8px 2px 8px 10px; vertical-align: top }
Read More →