Martin Robbins
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: display results in a table from the databaseWhat is the cPanel you refer? You mean Dashboard Post Editor? If so, please be aware it will not accept php by default. It’s recommended to write your php in WordPress PHP Templates
Forum: Networking WordPress
In reply to: Need "multi blog" community/social network plugin suggestionsBuddyPress works well with Multisite, Depending how you set it up, the very act of becoming a member includes having your own blog.
It’s all a lot more complicated than single sites, just follow this guide carefully.
Make sure everything is working with the multisite itself BEFORE you install BuddyPress.
Forum: Fixing WordPress
In reply to: How do I edit the URL in General-Settings?You are welcome.
This from the codex page referenced above:
Note: Both settings should include the http:// part and should not have a slash “/” at the end.
Sometimes it’s better to have them greyed out, prevents another admin (and you ;| ) from accidental modification. I think it’s OK to run “forever” like that.
Forum: Fixing WordPress
In reply to: ERROR: Cookies are blocked or not supported by your browserBoth sites on the same host?, Seems to me something going on with your host, I would suggest ask them…
Other possibility would be security software on your local machine, have you tried another?
Forum: Networking WordPress
In reply to: Need "multi blog" community/social network plugin suggestionsI don’t think you need any plugin. The scenario you describe is native to WordPress Mulisite.
Forum: Fixing WordPress
In reply to: Connection lost error“connection lost” seems to refer to your internet connection, nothing really to do with WordPress itself, right?
Can you do and load a google search result, for example in another window, while this is happening?
Forum: Fixing WordPress
In reply to: WP Calls HTTPS images on HTTP page.You might be able to fix all urls via a single wildcard directive within .htaccess
Forum: Fixing WordPress
In reply to: How do I edit the URL in General-Settings?I think you should never modify wp-login.php.
Edit here as I had written some before Bill posted last:
He is correct, you need to verify both fields set correctlyIf you mean wp-config.php, yes, remove or correct the two define statements, they will override and grey-out the database settings in wp-admin.
Forum: Fixing WordPress
In reply to: Website Problems With WordPressDefinitely stick with the linux. This article should be helpful. the site_url and wp_home are easy to misconfigure when you move a WordPress to second host.
Forum: Fixing WordPress
In reply to: ERROR: There was an error connecting to the serverlocalhost likely is correct. The username/password should be the ones for your hosting account, not the mysql ones and not the dashboard ones.
Forum: Fixing WordPress
In reply to: How do I access my Admin Panel on a local machine?You should be able to find the addresses within your browser history section.
Forum: Fixing WordPress
In reply to: Images always croppedI would try insert the image (not within a gallery), and make sure select size = full …
Forum: Fixing WordPress
In reply to: Redirection loop issueI would suggest empty the w3tc plugin cache, deactivate it. Then visit Settings > Permalinks and click Save.
Forum: Fixing WordPress
In reply to: How to push navigation under imageGenerally, you reposition the menu via Custom CSS, most likely using a float:left; on the menu’s outer container. Try this:
.main-navigation {float: left; border-top: 1px solid #666;}Or maybe this:
.main-navigation {float: left;} img.custom-header { border-bottom: 1px solid #666;}Forum: Localhost Installs
In reply to: Local wordpress does not update to version 4.2.1The manual update is not all so difficult so long as you follow instructions.