Jess
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems with templateYou always need to use the “code” button or backticks to paste code here on the forums – there is no way of telling if your code is what you pasted.
Forum: Fixing WordPress
In reply to: SubpagesIt is unclear what you are asking.
But you may want to read about creating custom menus: Navigation_Menus, WordPress_Menu_User_Guide
And all about Pages: Pages
Forum: Everything else WordPress
In reply to: Stripe paymentYou will be more likely to find help if you post in the support forum for whatever plugin you’re using, as the plugin developer is more likely to be monitoring questions.
You should probably also contact Stripe directly, since you paid for their service, which implies also that you paid for support.
@mistinm – your question is not the same as the original poster, cheekyface, so you should probably start your own topic if you have further questions.
Forum: Everything else WordPress
In reply to: De-centralized commenting system.You can change the look of any theme, and its commenting functions, by creating a child theme and entering your own CSS. It’s not the comment “system” that determines what the comment pages look like, it’s the design of the template.
Read up on Child Themes here: Child_Themes
And on styling a comment form here: Styling_Theme_Forms
And on all of the various template tags for comments here: http://codex.wordpress.org/Template_Tags#Comment_tagsForum: Fixing WordPress
In reply to: Uploading images I am getting an error 3.5.1 WordPressDefinitely have a talk with Hostgator and see if they can see anything that you can’t. Because if you’re getting this behavior with a clean install, then it’s not WordPress that is the problem, but rather the way your host and WordPress interact.
Forum: Fixing WordPress
In reply to: Uploading images I am getting an error 3.5.1 WordPressPersonally, I would do a manual reinstall of WordPress to clean out anything left behind by the NextGEN gallery plugin. See this page for details: http://codex.wordpress.org/Updating_WordPress#Manual_Update
Then try uploading images with NO plugins running, and using the Twenty Twelve theme. If everything works there, then re-activate your current theme and test it again. If everything still works, then start re-enabling your plugins one at a time to see if there is something causing a conflict.
If it still doesn’t work with a FRESH install of WordPress, then I would contact your host. There is also the possibility that something is wrong with the database, but that’s not my expertise, so hopefully someone else can chime in and help with that if necessary.
Forum: Fixing WordPress
In reply to: password protect an area of websiteCheck the plugins directory for creating a member’s area – http://wordpress.org/extend/plugins/
Forum: Fixing WordPress
In reply to: Uploading images I am getting an error 3.5.1 WordPressOn many hosting packages, this file is automatically generated, so look to see if one exists on your server before creating a new one.
Forum: Fixing WordPress
In reply to: password protect an area of websiteReview the information here: Roles_and_Capabilities.
While a lot of that page has information about how users can create content on your page, the roles and capabilities also cover what they can see when they are logged in and browsing posts and pages.
Forum: Fixing WordPress
In reply to: Uploading images I am getting an error 3.5.1 WordPressThis sounds like a memory problem on your server. Have you looked at the server logs? What error messages appear there?
Forum: Fixing WordPress
In reply to: Only one page isn't redirecting properlyHave you gone through the basic WordPress troubleshooting steps:
- flush any caching plugins you might be running, as well as server and/or browser caches.
- deactivate all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s). Sometimes, an apparently inactive plugin can still cause problems.
- If you can’t get into your admin dashboard, try resetting the plugins folder by FTP or PhpMyAdmin (read http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F if you need help).
- switch to the Twenty Eleven theme to rule out any theme-specific problems.
- If you can’t log in to change themes, you can remove the theme folders via FTP so the only one is twentyeleven. That will force your site to use it.
- manual upgrade. When all else fails, download a fresh copy of the latest.zip file of 3.5 (top right on this page) to your computer, and use that to copy up. You may need to delete the wp-admin and wp-includes folders on your server. Read the Manual Update directions first: http://codex.wordpress.org/Updating_WordPress#Manual_Update
- check the Master List to see if you’re experiencing a known issue: http://wordpress.org/support/topic/troubleshooting-wordpress-35-master-list
Forum: Fixing WordPress
In reply to: Custom Selection for users“Categories” in WordPress mean something very different than what you’re describing, at least with with piece to save a custom file.
You can certainly create a menu structure that can lead people through information, but creating a file means creating a form of some sort for the reader to fill out.
Search the plugins directory (http://wordpress.org/extend/plugins/) for form building functions, and read the descriptions and support forums carefully to find something that may work for you.
Forum: Fixing WordPress
In reply to: Calendar Page not loadingHave you tried disabling all other plugins to see if there is a conflict?
Did the plugin work with any previous version of WordPress? On the plugin’s support page, 10 out of 19 people say it is broken with version 3.5.1, which means the developer needs to fix it.
Search in the plugin’s own forum:
http://wordpress.org/support/plugin/all-in-one-event-calendar
And also contact the plugin developer.
Forum: Fixing WordPress
In reply to: Plugin installed, admin dashboard won't workIf you can’t get into your admin dashboard, try resetting the plugins folder by FTP or PhpMyAdmin (read http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F if you need help.
Then check the memory limit for your site. There are a number of ways to increase it, depending on your host and server settings. Do a search on these forums for “increase memory limit” and you should find everything you need.