furtoosh
Forum Replies Created
-
Forum: Your WordPress
In reply to: About WordPress UyghurcheGood job in translating WP into Uyghurche. Afterall, WP is a universal blogging tool. I have been interested in the culture of the cities of the Silk Road! Maybe you will be blogging about the culture of the Uyghurs?
Forum: Themes and Templates
In reply to: Sidebar Gone Down Below the Content!It can be that the total width of the sidebar and the content not equal to the width you gave to the wrapper?
Forum: Themes and Templates
In reply to: Alternitives to <li>You are welcome!
Forum: Themes and Templates
In reply to: Alternitives to <li>In your style sheet, the post date and time are within the div with class
post-author
. This div has a width of 70%:.post-author {
float: left;
width: 70%;
margin-bottom: 1.4em;
}Remove
width: 70%;
and see what happens.Forum: Themes and Templates
In reply to: Alternitives to <li>Try the following:
1. Add
display: inline;
to:#content .post-comments li.post-comments-count { margin: 0 10px 0 14px; }
2.Change
display: block;
todisplay:inline;
here:#content .post-comments li.post-comments-add { position: relative; display: block; width: 16px; height: 16px; margin: 0 8px 0; padding: 0; overflow: hidden; }
Forum: Themes and Templates
In reply to: Alternitives to <li>I think you can do this in CSS. Add in your style sheet the following:
li.post-comments-count, li.post-comments-add{display:inline;}
Try it and see if it will result in what you want. And, is the image set as a background for the list item with class “post-comments-add”?
Forum: Installing WordPress
In reply to: Site move, content not available after moveWelcome!
Forum: Installing WordPress
In reply to: Site move, content not available after moveI had a similar problem. The problem was in the .htaccess file. It was empty.
Forum: Fixing WordPress
In reply to: WordPress Failed everytime I try to post, have to post thru DraftsI had the same problem. Try commenting out autosave in wp-admin/post-new.php:
//wp_enqueue_script('autosave');
Forum: Requests and Feedback
In reply to: Serious Problem with posts in WordPress 2.5The problem appeared again. I disabled autosave in wp-admin/post-new.php by commenting it out:
//wp_enqueue_script('autosave');
And the problem was solved! I do not get the error message now.
Forum: Fixing WordPress
In reply to: WYSIWYG Post Editor Disappeared – HELPCheck the Error Logs in your CPanel after you try to edit a post. It can be a problem in file permissions. The Error Logs can help you identify the problem. This is the only reason I know. I had a problem in the file permission of a tinymce file. It happened after I moved my WP files to a new server. Did you change anything in your files?
Forum: Fixing WordPress
In reply to: Can’t Access DirectoryHave you solved the problem? If not, try reinstalling WP again. This time, put the WP files in a folder inside the “blog” folder. I had a similar problem trying to install WP in a subdomain.
Forum: Requests and Feedback
In reply to: Serious Problem with posts in WordPress 2.5I had the same problem. I followed AnttiJN’s solution and it worked. One of my plugins was the problem. It was TimesURL.at Sociable Plugin.