Ryan S
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Password Issuesmake sure your blog is not hacked.. also try reinstalling the blog..
Forum: Fixing WordPress
In reply to: Gallery Function Removed in 2.8?just an update:
The gallery feature is still working (as in 2.8.1). May I was missing something..
Forum: Fixing WordPress
In reply to: Warning:Unexpected character inputA wordpress official forum and no response from wp staffs.
This is really sadthis is not a help desk of wordpress. This is a user forum, where volunteer help newbies and also each other to solve their issues.
Regarding your issue, please check this line in public_html/index.php file:
require('./wp-blog-header.php');
at line 17. Make sure you have this code correct. Also, check if all files exists. Try reinstalling the files (except wp-content folder and make sure you have the backup..
Forum: Fixing WordPress
In reply to: Import sql file#1044 – Access denied for user ‘DFfgfLKJE23’@’%’ to database ‘wp2’
I think you need to check your wp-config.php file. You have placed wrong details in it.. Check it and correct it
Also, make sure that the username is added and have all privileges..
Forum: Fixing WordPress
In reply to: Resizing or moving a custom headerwhich theme are you using?
In your themes header.php file, check for the css classes for header image. It seems that a fixed height is given to the header.
Forum: Fixing WordPress
In reply to: Paste plain text with 2.8I don’t think this is the issue. From where you copy and paste the code? Use notepad or some Good Plane text editor.
Forum: Fixing WordPress
In reply to: how to remove links on sidebar??login to your ashboard
go to Appearance –> Widgets and add/remove whatever you wantForum: Fixing WordPress
In reply to: Usernames with extra charactersI have never thought of this, but may be this can help you..
https://codex.www.ads-software.com/Converting_Database_Character_Sets
Forum: Fixing WordPress
In reply to: Multiple language?Check this article in codex:
Forum: Fixing WordPress
In reply to: mailto links in postOpen your HTML editor and place like this:
<a href="mailto:[email protected]"> Email Me </a>
Forum: Fixing WordPress
In reply to: Gallery Function Removed in 2.8?Yes, I think it is removed. I did not notice this, as I am using NextGen Gallary.
By the way, you can report WordPress at wordpress trac…
Forum: Themes and Templates
In reply to: No codes are appearing on my sitecheck index.php page of your theme, if it is ok. Also, make sure you have not blocked comments on your blog: admin–> Settings –> Discussion
Also, try restoring the index.php page.
Forum: Themes and Templates
In reply to: callapsible menuyou can do some coding and add it to your sidebar..
Forum: Themes and Templates
In reply to: Override display:none css styleqzplx:
you can override the css using a DIV tag. Create one more class and add a div to your code..
Forum: Themes and Templates
In reply to: Theme helpyour link is not working.
By the way, if you have designed that template, you should check Codex, how posts are displayed and how they are entered in database.