Jeremy Clark
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Switching themesAs long as you don’t update or overwrite the theme with the modified files you can switch themes without any problems. For reference it’s usually best to create a child theme for modifying themes: https://codex.www.ads-software.com/Child_Themes
Forum: Fixing WordPress
In reply to: Could I clone a WP site?You’ll need to do a search and replace in the db to change the old domain to the new domain. This should give you some info about it: https://codex.www.ads-software.com/Moving_WordPress
Forum: Installing WordPress
In reply to: download – why?You should always install updates for WordPress. 3.3.2 was a security release as well, so to keep your blog secure and running well you need to update.
Forum: Plugins
In reply to: Intra help deskThis forum is the standalone version of bbPress, there is a plugin version for it now as well. https://www.ads-software.com/extend/plugins/bbpress/
You could use the bbpress plugins in conjuction with the shortcodes that it provides and a page access control plugin, https://www.ads-software.com/extend/plugins/wordpress-access-control/ to lock certain users from certain areas.
Note: I’ve not tested the access plugin, just the first one I found when searching.
Forum: Fixing WordPress
In reply to: Options showing on one computer but not anotherIs she logging in with a different account, it might not have the right user level to see all the options. Try making her a administrator and see if she can see the options then.
Forum: Themes and Templates
In reply to: My background won't show up…The theme isn’t correctly applying the background to the body. Can you post a link to the download link of the theme your using.
Forum: Installing WordPress
In reply to: I am unable to access the wp-admin pageFantastico and the like auto-install aren’t really best way to install. You can follow the instructions below.
Forum: Fixing WordPress
In reply to: Warning messageForum: Fixing WordPress
In reply to: Warning messageOn your Dashboard you’ll see a yellow notice at the top of the screen if you not running the latest version of wordpress. For the plugin you’ll need to go to the Plugins page in you dashboard and look for the plugin name in the list it will display a message there if there’s an update.
It might have an affect on your navigation it’s hard to say with php errors.
Forum: Fixing WordPress
In reply to: Warning messageIt’s a problem with the advanced custom fields plugin, make sure your running the latest version of the plugin and of wordpress. If this doesn’t help you’ll need to deactivate the plugin.
Forum: Plugins
In reply to: Get URI ContentsYou can use wp_remote_get. It returns and array of info about the uri. The key of body will return the body of the site.
https://codex.www.ads-software.com/Function_API/wp_remote_get
Forum: Themes and Templates
In reply to: Comment depth – controlling indentsWhen calling wp_list_comments on your comments.php template file use the arg max_depth.
wp_list_comments( array('max_depth' => 4) );
Reference: https://codex.www.ads-software.com/Function_Reference/wp_list_comments
Forum: Networking WordPress
In reply to: Multiple domains on multisiteYou’ll share themes and plugins. The administrator of the second site won’t have access to install plugin or themes so you’ll have to be in charge of that. If you’ll only be managing the second site with no plans to expand further, multisite is overkill. Just install a second install of WordPress that you help him manage.
Forum: Fixing WordPress
In reply to: Images being resizedYou can either search for the p img string or just insert the whole line at the bottom of the file.
Forum: Networking WordPress
In reply to: Multiple domains on multisiteYou’ll need this plugin to accomplish this. You’ll just need to point the domain to the IP of your server.
https://www.ads-software.com/extend/plugins/wordpress-mu-domain-mapping/