Dave Naylor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Trouble with two Featured Posts in Wootique ThemeI think what’s happening is the expected result. The sticky post appears before the remainder of the posts, stuck as post one which may be styled differently. The second post is the last post you wrote and would naturally appear next. Do you have blog posts set to show one post only?
It’s difficult to fully understand with your site URL.
Forum: Fixing WordPress
In reply to: Force non-SSL in WordPressYou could try the search and replace plugin. Replace all instances of
https://your.domainwithhttp://your.domainForum: Fixing WordPress
In reply to: Cannot edit/reopen postsWhat user role do you have on the site?
Forum: Fixing WordPress
In reply to: An unknown error link to my customize themingCan you post the site URL?
Forum: Fixing WordPress
In reply to: maybe there is a problem with comments?It’s not usually possible. How are new users given the contributor role. The account I created as a test the other day does indeed have the ability to create posts. This really shouldn’t be the case.
From where did you get the theme?
Forum: Fixing WordPress
In reply to: Why do hyperlinks now how up n my site?Are you actually linking text, or just making empty links. This is an example of what a link should look like:
<a href="http://example.com">Example link</a>Forum: Fixing WordPress
In reply to: updating files1. You can select only those files you’ve edited and upload those. If you want the process to be more automated I think you can upload selected files based on their timestamp.
In truth FTP isn’t the best tool to deploy updated files. The use of version control systems, dedicated deployment services and good old rsync are all much better than FTP. Each comes with a learning curve.
2. You don’t need to upload the database unless you want local changes to be reflected on the remote server.
Forum: Fixing WordPress
In reply to: maybe there is a problem with comments?You could consider using a new user approval system. This plugin would help with that:
Forum: Fixing WordPress
In reply to: Missing tables problemSo, the error is telling you that the prefix can only contain numbers, letters and underscores. Yours contains a period.
Login to your hosting and see if you can administrate your database from there. You usually can. See what the names of your database tables are. The prefix in wp-config.php should match the actual prefix in the database. If there’s a mis-match, correct it.
There’s a plugin to edit your prefix in the database:
Forum: Fixing WordPress
In reply to: Loading texts problemShot in the dark. You’re importing Google Fonts. So, maybe there’s a temporary network issue for you but not us??
Forum: Fixing WordPress
In reply to: Loading texts problemI’ve tried Chrome and Firefox (On my main Linux machine) then Chrome, Firefox and Safari on my Apple machine. The site loads no problem on all.
Forum: Fixing WordPress
In reply to: internal server errorYou may have to select and download to your local machine. Open them in a text editor, edit and then re-upload the same edited file.
Forum: Fixing WordPress
In reply to: Blog template and portfolio site using 2 different menus.Your site need some configuration. Clicking on one of the categories, for instance fashion, results in the URL changing to:
http://66.147.244.102/~lynngolo/category/fashion/It’s probably a result of you setting the site up before the DNS propagated. Also, when your site tries to serve a non-existent page, instead of throwing a 404 not found error, it 500 server errors.
As for he blog element of your site, simply add the link to the blog page to your menu as a custom link. You can edit menus in WordPress Dashboard –> Appearance –> Menus.
Forum: Fixing WordPress
In reply to: Loading texts problemIt loaded for me first time? Try clearing your browser cache.
Forum: Fixing WordPress
In reply to: Activation mailAre you using a membership plugin of some sort?