gslinger1
Forum Replies Created
-
ok, when I am looking at these two websites in opera, both sites seem to function properly. What browser are you using? Flickr is working on both, dropdowns are working on both and so are the feeds. Perhaps maybe it is a browser compatibility issue?
Forum: Fixing WordPress
In reply to: how to create a link instead of a pageok, what I think I would do is, create a static page, remove the wp page, then create a link to the static page.
Forum: Fixing WordPress
In reply to: Upgrade Issuesok lil more dynamic this time. 1st. my doc directory is htdocs ok, wordpress is set in that directory. my new error message is
Unable to locate WordPress directory.
Now Htdocs is chmoded to 777, WP-Contents is chmoded to 777. Any Suggestions welcome.
Thanks
Forum: Fixing WordPress
In reply to: Change Tab Orderin the reading settings I believe. It asks where you want you blog posts to, change it there.
Forum: Fixing WordPress
In reply to: how to create a link instead of a pagemenues are generelly located in 1 of 3 places. 1. header.php 2. sidebar.php 3. footer.php
Most of the time they are in the Header.php
Forum: Fixing WordPress
In reply to: BANNER AT TOP OF PAGEif you just want to add a single banner, non rotating, I would suggest simply hacking the code.
`<div id=”banner”>
<img src=”yourimage.gif” width=”” height=”” id=”top-banner”>
</div>`Forum: Fixing WordPress
In reply to: Database ErrorThis means that you were unable to connect to the database. Either because your username/password was wrong, or server was moved or down. The probable answer is, the server was probably down. However, check the WP-Config.php file to assure that the database information you provided is accurate, check with your host for changes to the MYSQL database, or maintainence schedule!
What theme are you using?