Sachin Khosla
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce IssueAs Turuzyan Suggested –
change
$woocommerce->show_messages();
to
wc_print_notices();and for the nonce error –
change –
$woocommerce->nonce_field(‘cart’)
to
wp_nonce_field( ‘woocommerce-cart’ );Worked for me
Forum: Plugins
In reply to: [Facebook] Failed postingUpdating the plugins helps, try that
Forum: Fixing WordPress
In reply to: RSS feeds suddenly stopped workingNo, i did it in 404.php using the header(location:digimantra.com/?s=$_GET[‘query’]) kinda syntax
But 404.php is called only when the URL is not found, that means /feed/ is not being found. I was thinking to find the file which creates the feed and then map this Rule into .htaccess . What do you suggest ?
Thanks
SachinForum: Fixing WordPress
In reply to: RSS feeds suddenly stopped workingThanks for the reply. Yes the URL is http://www.digimantra.com/feed/ , it redirects cause i have setup a redirect to search page in 404.php .
I have tried to turn off all plugins, revert the theme to twentyeleven (the basic one), doe snot help.
Not sure what to do 🙁
Thanks
SachinForum: Fixing WordPress
In reply to: Can't access dashboard or admin areacan you share the URL ?
Did you update wordpress lately ?
Did you change any of the core file ?
Did you change/update database ?Hi krazineurons,
Thanks for your interest in our site’s( http://www.digimantra.com ) theme. Well if you want we can make customized one for you, just like our site.
Do let us know by sending a query using form on this page.
http://www.digimantra.com/services/Forum: Plugins
In reply to: [Plugin: WP.com Stats] not workingyeah i have the same problem and sorted out .. Here is the solution or steps i followed
http://www.digimantra.com/tutorials/troubleshoot-wordpress-stats-plugin-if-its-not-working/
Forum: Themes and Templates
In reply to: Editing Post pagethanks a lot, mfields, that really helped 🙂