How to setup Google Checkout in Ecommerce Plus PHP v5.6.6

The tutorial explain in how to setup google checkout in your Ecommerce Plus PHP v5.6.6 powered website. 1. Login to your vsadmin 2. Go to Payment Provider and modify Google Checkout 3. In your google checkout  merchant , Settings –> Integration . a.  API callback URL …enter the following URL… https://www.yourdomain.com/vsadmin/gcallback.php …changing of course yourdomain.com [...]

>>read more

Fixing Windows 7 boot after installing a wrong windows 7 loader

Problem: How to Fix windows 7 boot problem after installing a wrong window 7 boot loader Software: Windows 7 Windows 7 booat loader 2.0 by Daz Solution: 1. Boot From the Windows Install Disc 2. Then click through until you see the “Repair your computer” 3. Chose your windows intallation and lick Next 4. Then [...]

>>read more

Windows 7 Boot Loader that works in Samsung N100 and other Samsung netbook series

Problem: What Windows boot loader that works with samsung netbook or other brand of netbook? Software : Windows 7 7Loaders Release 5 Solution: Download the windows loader here: http://gnrsu.com/windows-7loader.html Run The “7Loader Release 5.exe” file Click Select Task Original: http://gnrsu.com/windows-7loader.html#ixzz1kpsWLzwi Here You Can Either Choose To Let Your PC Have The Name Of A Brand. Select [...]

>>read more

Installing Windows 7 Ultimate 64bit in Samsung N100 – MA02

Problem: I try to install windows 7 ultimate 64bit in Samsung N100 but there is no 64bit driver offered in samsung website Software: Windows 7 ultimate 64bit Solution: 1. The VGA Driver is exist in windows update . Start –> All Programs –> Windows Update 2. I found the Wireless Driver 64bit here : http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=20433&lang=eng&OSVersion=Windows%207%20%2864-bit%29*&DownloadType=%0ASoftware%20Applications%0A [...]

>>read more

How to make WP Page Navi work in custom loop WP_query

Problem:  Wp page navi doesnt work in custom loop in a page . Software: WordPress WP Page Navi Function: get_posts, query_posts , WP_Query, wp_pagenavi, get_query_var Solutions: 1. Add the custom $query to the wp page navi function: if(function_exists(‘wp_pagenavi’)) wp_pagenavi(array( ‘query’ =>$query )); 2. Add the value of page in your WP_query. $paged = get_query_var(‘paged’) ? [...]

>>read more

How to remove the REDVASE popup http://redvase.bravenet.com/deliver/

Problem:How to remove the popup redvase website to your pc. Software: Hijackthis Malwarebytes Regedit Malware:  http://redvase.bravenet.com/deliver/creative_by_id/22219/18/1327376068 Solutions: no solution yet!

>>read more

Override Free Shipping Google Checkout and Ecommerce Templates

Problem:  My clients want to have a free shipping cost in Ecommerce Templates powered website and he is using google checkout. I tied to set the googledefaultshipping to zero but it gives a $999 dollar cost shipping. For example: googledefaultshipping=0; Software: Ecommerce Templates 5.3.1 Google Checkout Solution: Google checkout look like accept only above zero [...]

>>read more

Watermarks are gone after the contact form 7 submit

Problem: How to display the watermark again after the forms submitted in contact Form 7 . Software: Contact form 7 WordPress 3.3.1 Solustion : Add the code below inside the $.fn.wpcf7ClearResponseOutput = function() { in scripts.js in contact form plugin folder. $(this).find(‘.wpcf7-use-title-as-watermark’).each(function(i, n) { var input = $(n); input.val(input.attr(‘title’)); input.addClass(‘watermark’); }); If you are using [...]

>>read more

How to popup the thank you message in contact form 7 in wordpress thickbox

Problem:   I want the thank you message popup in the contact form 7  plugin using thickbox instead of sliding. Software: WordPress 3.3.1 Thickbox Contact Form 7 Solution: 1. Install Auto Thickbox Plus Plugin 2. Edit Scripts.js in your contact form 7 plugin Look and comment : //    ro.addClass(‘wpcf7-mail-sent-ok’); And add after that line: var url [...]

>>read more

How to make different single post template in each category

Problem:  How to display single post in different template or layout  under a specific category. Not like in page that you can specify the page template ( custom page template). Software: WordPress 3.3.1 Solution: 1. Create a different single post template like: single_default.php single_category1.php single_category2.php 2. Edit your single.php <?php $post = $wp_query->post; wp_reset_query(); $cat [...]

>>read more
Older Posts »