Shortcode not Working in Widget

I am using contact form 7 plugin to build contact form.
I use there Shorcode in a widget and also put this code in functions.php

<?php add_filter('widget_text', 'do_shortcode'); ?>

to enable the shortcode work in widget but still i am getting the error
“[contact-form-7 404 “Not Found”]”

I don’t no what was the reason.

I have also check the shortcode in a page and it works fine but in widget it gives me error.

URL: http://qespro.com/qespro.com/why-qespro/

Any one have a solution for that error.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.