w3central
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Exlude some userYou need to be sure the user doesn’t change ip addresses of course (like some providers on login and logout of the connection). And hope he doesn’t use a proxy to bypass it.
put this in your htaccess:
Deny from x.x.x.xForum: Themes and Templates
In reply to: CSS question1) personally I would put that in another block-level element, and control that element
2)I see you use a space but forget the ; behind it ( ). With such display errors, I always use a border (red or blue) and see how the element looks into the other. Then I get a good grasp on how the two behave and where the problem lies. That makes it easier to do trouble-shooting.Forum: Fixing WordPress
In reply to: How to get stats.Slimstat is based on shortstat. It is easy to setup.
https://wettone.com/code/slimstat
Post back if you need help with this.
Forum: Fixing WordPress
In reply to: Pictures are all thumbnailsWhen you upload a picture it will appear in the uploaded files section. There you can click on the picture and you will see the option to use the thumbnailed version or not.
Forum: Fixing WordPress
In reply to: Coding the style.css sheet to change the backgroundIt looks alright. But you can leave out the background-repeat: repeat; as that is the default behavior. Also, I assume #page isn’t the whole space because then ofcourse the body background would disappear behind it.
Forum: Fixing WordPress
In reply to: Search Submit Button (IMG)Sorry, didn’t see it was a frame. Just saw the search/submit button and assumed it was yours. Just be carefull with these things.
Forum: Fixing WordPress
In reply to: Links are going to my homepageGood luck. ??
Forum: Fixing WordPress
In reply to: “excessive failed login attempts”Wasn’t there something like a dos attack discussion lately in the mailing lists concerning this?
Forum: Fixing WordPress
In reply to: Search Submit Button (IMG)The way you do it should display an image, but check that you have the correct template file (eg add a word where you change it and see if that word appears also).
Btw, your site seems to be a copyright violation.
Forum: Fixing WordPress
In reply to: Links are going to my homepageLeave the htacces file alone for now. Go into your admin panel, check for options and then permalinks. Notice how the top option (default) is checked. If the following doesn’t work put it back to default.
Choose custom, and specify the following:
/index.php/%year%/%monthnum%/%day%/%postname%/
Press the update permaling structure button, and go check your blog. If the links are ok now, you can leave as is. If you still have problems, put it back to default, and post back. Then we’ll talk about creating a htaccess file for your links.
Forum: Installing WordPress
In reply to: Error establishing a database connectionIf the username and password are correct, another common thing people tend to look over is when not localhost is used for the databaseaddress.
Forum: Fixing WordPress
In reply to: Links are going to my homepageAlso, an option might be to use rewrite rules without a htaccess file (if you don’t have the option to use that). Or if you can use a htaccess file, I would use one. That will probably take care of the problem.
Forum: Fixing WordPress
In reply to: Links are going to my homepageDoes the script you use for the store use a htaccess file that might cause that?
Forum: Themes and Templates
In reply to: Some minor problemsAbout the full white square: IE only supports :hover on link elements. You have probably done this on a list or div. If you play a bit with displaying as a block (display: block, it needs a bit of practice to get used to this) you’ll be able to have it lighten up.
For opera: I believe it creates a margin for some element but I’m not sure anymore. It may be “html” or something else. I would need to look that up.
Forum: Plugins
In reply to: Resizing of an image inside of an articleIf you allow php into your posts (there are some plugins for that) you could do it with a conditional:
if not single: img thumb links to article
else: full img