Ravi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: give admin access to only certain top level pages and its subpagesYou can change that user’s role to Author (edit his profile) and assign him as the author for those pages. I don’t see any other way.
Forum: Themes and Templates
In reply to: Pages not showing with "Terminally" website.If you go to wp-admin/nav-menus.php , it says:
“The current theme does not natively support menus, but you can use the “Custom Menu” widget to add any menus you create here to the theme’s sidebar.”
So, it means you will have to edit the theme to support custom menu function in the header. See:
http://codex.wordpress.org/Appearance_Menus_Screen#Adding_Menu_Support_to_Themes
Otherwise, you can just drop the menu in the sidebar.
Else, look for a theme with custom menu support:
Forum: Everything else WordPress
In reply to: edits to post not appearing livehttp://wordpress.org/extend/plugins/w3-total-cache/ , http://wordpress.org/extend/plugins/wp-super-cache/ are examples of caching plugins.
Login with AJAX shouldn’t be a problem.
Try opening the site in another browser and creating a new post with different URL.
Forum: Themes and Templates
In reply to: Can't get posts from taxonomy to show?You are still querying the regular posts.
I guess your custom post type name is product. Use that in the query.
See http://codex.wordpress.org/Post_Types#Querying_by_post_type for help.
Forum: Plugins
In reply to: Using Captcha on select pagesYou can use a contact form plugin like http://contactform7.com/ which has the captcha option or a plugin like Jetpack which provides a contact form function while protecting you from spam through their Akismet service.
Forum: Fixing WordPress
In reply to: Password recovery, NOT resetSending exiting password by email is not a secure practice. And neither is knowing user’s passwords. Why would your client want to set the passwords himself?
Forum: Fixing WordPress
In reply to: Problem with links redirecting themselvesWhen you give a text link, only use the following as your link URL:
You have pasted the code for an image with a link to a text. That is why it is not working.
Forum: Fixing WordPress
In reply to: asking for help with my websiteYes, you can use WP-DB-Backup plugin . It backs up only your database. If your hosting has cPanel, then you can do full backup from there. Or you can use FTP / file manager to save a copy of wp-content folder.
You can check various WordPress themes at
http://wordpress.org/extend/themes/
Please ask only one issue in one thread. Thanks.
Forum: Everything else WordPress
In reply to: edits to post not appearing liveIf you have a caching plugin activated, empty the cache. Also try emptying the browser cache if that doesn’t work.
Forum: Fixing WordPress
In reply to: Problem with links redirecting themselvesPlease post an example URL from your blog where you have this problem.
Forum: Fixing WordPress
In reply to: MySQL Database help!You should not need multiple databases to achieve this.
http://buddypress.org/ addresses most of your requirements.
Forum: Fixing WordPress
In reply to: comment spam on imagesLooks like a straighforward solution. Are you using Akismet? Reporting spam will help others too.
Forum: Fixing WordPress
In reply to: asking for help with my websiteGo to Settings-> Reading in your WordPress dashboard.
Choose A Static page for your front page displays. Your About page will be the front page.
To list your events, use
Forum: Fixing WordPress
In reply to: Issue with footer on blog post.I think the Aweber form is adding a subscribe to mailing list option below comments section which is a good option. People who comment may also be interested in subscribing to your mailing list. May be you can make the wording clear asking people to subscribe. Check your aweber form or plugin to see if there is a way to deactivate this.
Forum: Fixing WordPress
In reply to: google Analytics.. not working>?Just use
http://wordpress.org/extend/plugins/google-analytics-for-wordpress/
It gives you more control and you don’t need to edit code.