paramasivanpn
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Before Download] Users not getting emailThank you
Forum: Plugins
In reply to: [Email Before Download] Users not getting emailYes, there have been issues with the settings in 3 plugins. Now resolved. Thank you very much for your plugin.
Forum: Plugins
In reply to: [Email Before Download] Users not getting emailHi,
I am referring the form on the right side bar only. Only website owner is getting the email for the form submitted results (name and email). In the plugin delivery format I have chosen “Send email” but the users are not getting the download link email.
Any help?
Forum: Fixing WordPress
In reply to: Query Posts syntaxSorry, nothing works in this bought out theme.
The theme author suggested to make the menu (appearance -> menus) to choose the category “Collaboration” as the menu item and it worked.
http://test.skinnycreative.com/projects/aob/category/collaborations-cat/
Forum: Fixing WordPress
In reply to: Query Posts syntaxSorry ; It displays other post categories also (including uncategorized).
Forum: Fixing WordPress
In reply to: Space (gap) between the main menuThank you very much !
Forum: Fixing WordPress
In reply to: WordPress installation at root directory and sub-directoryThank you very much !
Forum: Plugins
In reply to: [Redirection] [PATCH] wpdb::prepare() requires 2 argumentsI was getting the following error msg.
Warning: Missing argument 2 for wpdb::prepare(), called in /home/alfresco/public_html/wp-content/plugins/redirection/models/group.php on line 70 and defined in /home/alfresco/public_html/wp-includes/wp-db.php on line 990
Above patch fixed the problem.
Thank you very much !
Forum: Installing WordPress
In reply to: Blank page after installationIn Apache server httpd configuration file, there are lines like
#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>Add index.php as below:
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>This solves the problem!