Posts under Wordpress

ContactForm7 – How to prevent user from double click on the submit button?

advertisement

wordpress logoIf you are using ContactForm7 for your wordpress website, you might encounter a problem where user like to double click on the “Submit” button whenever they try to submit a form. If you are using the form to run a registration campaign, then this probably end up with many duplicate emails in your inbox. Fortunately, ContactForm7 did provide some programming hook for us to extends it’s capabilities.

ContactForm7 – Follow the steps below to prevent user from double click on “Submit” button:-

Continue reading ContactForm7 – How to prevent user from double click on the submit button? »

WordPress Custom Taxonomy Pagination show 404 page not found error

advertisement

Recently i’ve a custom WordPress development, it involve quite a number of custom taxonomy and custom post types. If you are familiar with custom taxonomy and post types, most probably you might write your own WPQuery to do custom search and filter and i’m also one of them. Everything is good until i test the custom taxonomy pagination. First listing page for the custom taxonomy is still fine, but when i try to click on page 2, then it show 404 page not found error. Spent hours of time in google and stack overflow, finally i manage to solve the issue.

Continue reading WordPress Custom Taxonomy Pagination show 404 page not found error »

Woocommerce: Behaviour of each payment method during checkout

advertisement

woocommerce I think many of us have doubt in what is the behaviour of each payment method during customer checkout. I’ve a table here showing the relationship between the payment method / order status / stock / email admin / email customer and action required. If you find anything not clear or not appropriate or you have any suggestion in the table below feel free to let me know. I can help to update. Hope this will give everyone a clearer picture and no more guessing game :p

Continue reading Woocommerce: Behaviour of each payment method during checkout »