Saurus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Where do I begin …You can’t win with a member of the “victim” class, Sam.
“Move along, folks – nothing to see here …”
Forum: Fixing WordPress
In reply to: Prevent Background image Repeatingbackground repeat: no repeat
Forum: Fixing WordPress
In reply to: how can i only show a summry of the artical in the front pageHey – it’s ALL in the Codex …..
…which nobody bothers to read.
Forum: Themes and Templates
In reply to: Fixing ThemeHave you checked the dashboard for this theme to see if there is anything that has to be checked off to allow comments? It’s possible a particular theme is not designed for comments – basically to be used as a CMS. If nothing jumps out at you, contact the theme designer and ask him/her about it.
Forum: Themes and Templates
In reply to: Can’t get themes to show upValidate your site url…
Forum: Themes and Templates
In reply to: Creating a ‘WordPress Theme’ from a website templateForum: Themes and Templates
In reply to: Best Theme for building a website off of?Forum: Themes and Templates
In reply to: Uploading new themesSimply reading the Codex FAQ on uploading themes would have solved your problem before it became one. There is also an excellent video on this by one of the regulars on support, whooami. Ovbiously neither of you did any research at all before doing this.
Forum: Fixing WordPress
In reply to: Do I need these scripts?Go to your dashboards plugins page and then edit plugins tab. Look through the various plugin codes and see if there are any references to those files.
Forum: Fixing WordPress
In reply to: WordPress assign incorrect rights to new foldersWordPress does not set file permissions.
How are you uploading these files? FTP? Your cPanel?
Something at your host is doing this – not WordPress. If it were so you would not see so many questions from people asking how to change their file permissions after install so they can edit, write, or save work.
Forum: Fixing WordPress
In reply to: Where do I begin …Here’s what *I* would recommend – check the attitude or go play with TypePad. Everyone here is a volunteer and is not at your beck and call. You have no clue what you’re doing, so WP is a pile of crap? How about reading the damned Codex and following the FAQ on moving your URL. maybe if you did you wouldn’t have made such a cockup of your install.
Forum: Fixing WordPress
In reply to: Feedburner helpDoes anybody ever read prior messages on the same subject? Just this morning I posted a message that Feedburner is out of business and has been taken over by google!
If people would go to their feedburner page they would see directions for changing over to google or changing to another feed.
Forum: Fixing WordPress
In reply to: Disable admin fancy menu effectsGeez … I would have figured you could pull that off easier than most of us!
Forum: Fixing WordPress
In reply to: text and links not visibleWeb Developer identifies that area as being
div .grid_6which is a rather strange container, but there you go. So go to your stylesheet and find that section of the CSS and you can change the font-color as needed. It probably is set to white (#FFF or #FFFFFF)Forum: Fixing WordPress
In reply to: Takes a while to post – kinda slow … Any thoughtsThe problem could be at your host, or it could be related to two specific things connected to WP. One – your plugins, and two – improperly written CSS for your theme. Easiest way to determine that is to switch back to the default theme and deactivate all plugins and see how fact the site loads. Then add back your plugins one at a time until you see a slowdown. If and when you do – that is your problem. Then reselect your own theme and see if there is any difference. If not the plugins are the issue. If yout theme is slow without plugins active it’s your themes CSS.