dskanth
Forum Replies Created
-
Forum: Plugins
In reply to: [Search Everything] Latest update conflicts with bbPress forumFor anyone looking for an alternate fix, you can install this plugin.
Forum: Plugins
In reply to: [Search Everything] Latest update conflicts with bbPress forumIt seems that old version of this plugin was not available on the official plugin page.
I have a backup copy of this plugin, which i can provide if you need it.Forum: Plugins
In reply to: [Search Everything] Latest update conflicts with bbPress forumI too had the similar issue. So i reverted back to the old version (8.1.6) and this temporarily fixed the issue. Not sure what code change was causing this issue.
Request the author to provide a fix.Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected 'define' (T_STRING)It is not safe to give all the content of wp-config.php file, esp. the database credentials. You must have given some default values like xxxxx.
Just kidding, is your site still safe, and not hacked by someone? 🙂
If everything is ok, i recommend you to change the credentials asap.Forum: Fixing WordPress
In reply to: Importing XML file to WordPress.orgI installed the php-xml package in the Linux server and it solved my problem.
$:> yum install php-xml
$:> service httpd restartHope it helps someone in the future.
Forum: Themes and Templates
In reply to: [Parabola] Use files from includes folder of child themeWell, i realized that it is happening now.
I have maintained the same folder hierarchy for the child theme, as that of parent theme, and now the WordPress is loading the content from child theme’s files.