Radices
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Increasing Post SizeThe php info should show you the path to the config file. You seem to have access to the ini file. Does it have these parameters in it?
memory_limit = 50M post_max_size = 10M file_uploads = On upload_max_filesize = 10MForum: Fixing WordPress
In reply to: Increasing Post SizeAh I see … cPanel has a section where you can control PHP and set it to use your own php.ini.
You might try declaring those parameters in the wp-config.php.
Forum: Fixing WordPress
In reply to: Increasing Post SizeDo you have cPanel with your hosting package?
Forum: Fixing WordPress
In reply to: Can't access Dashboard – Warning and Fatal errorWhere is the site hosted? FTP is a protocol as in File Transport Protocol. Its used to change files remotely on a server. You can also use some built in file managers that come with the hosting package. I sense you will need to call your hosting company support and ask them to rename or delete the folder for you.
public_html/wp-content/plugins/google-analytics-for-wordpress/
Forum: Fixing WordPress
In reply to: Changing footer informationLook in Appearance>Widgets
See if there us a footer widget area. Open it up and edit the text box.
Forum: Fixing WordPress
In reply to: Redirect URL or Move Site?Check out this section in the codex.
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
Forum: Fixing WordPress
In reply to: domain registration and hostingNot specifically as it depends a lot on your location and how much you want to spend. All of the hosting companies have premium packages. I left iPage and got my own VPS which I tailored to WordPress. WP Engine charges 100.00 US a month to host a site. There’s lots in-between, you just have to do a lot of research.
Forum: Fixing WordPress
In reply to: Redirect URL or Move Site?I’d point the URL to the new folder.
Forum: Fixing WordPress
In reply to: domain registration and hostingKnow that they are both owned by the same company and not worth moving from one to the other as performance is lacking on iPage as well.
Forum: Fixing WordPress
In reply to: Portfolio?This might be an option for you.
Forum: Fixing WordPress
In reply to: Unable to access mysite.com/wp-adminA lot of 500 errors are due to incorrect file permissions set on the server.
Forum: Fixing WordPress
In reply to: Adjusting number of posts results in "HTTP Error 404.0 – Not Found"Hi Sara it’s hard to help without a link to the site in question.
Forum: Fixing WordPress
In reply to: web.configweb.config is used by Microsoft ASP and nothing to do with WordPress.
Forum: Fixing WordPress
In reply to: how to edit sidebar info (like text)Here’s an idea too. Install this Plugin and then do a search on the phone number you want to change in the sidebar. If its in the Data Base it will find it. If it’s hard coded in the files it won’t. If its in the files you can do a text search across all the files for the phone number.
Forum: Fixing WordPress
In reply to: how to edit sidebar info (like text)Rename the wp-content/plugins folder .That will deactivate them … and break the sites front-end until you name it back and reactivate them. The dev might have made a plugin to limit access. Another thought is to do text search across all the theme files for the phone number you want to edit. If its hard coded you should find it easily.