felilikesflowers
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot access wp-login.php via FTPHello,
what do you mean by “download wordpress”? To where? I can see the file structure using my FTP client but cannot seem to find the wp-login.php file.Thank you!
Forum: Fixing WordPress
In reply to: Custom .css for IE not workingYes!!!!! That was it! OMG, what a relief!!
Great! Thank you so much! Now I can start editing the heck out of the code for ie. Phew. ??
Awesome, I will get to work then.
Thank you Andrew, you really saved me here!!Forum: Fixing WordPress
In reply to: Custom .css for IE not workingThat is so weird, Andrew.
None of the changes work here…
I tried it with position: relative and I tried changing the font color to red…but nothing…Forum: Fixing WordPress
In reply to: Custom .css for IE not workingoops…so sorry, I forgot to update the header.php file.
Buuuuut…..unfortunatelt it still looks he same :(.One question, why do we have to specify for what version of IE it is? Can’t we make it for all IE at the same time?
Forum: Fixing WordPress
In reply to: Custom .css for IE not workingUnfortunately it still doesn’t work… So weird!!
Forum: Fixing WordPress
In reply to: Custom .css for IE not workingThank you.
So I tried changing
.page-id-26 .entry-content, .page-id-3508 .entry-content, .page-id-60 .entry-content, .page-id-136 .entry-content, .singular #comments-title { margin-left: auto; margin-right: auto; margin-top: -10px; width: 100%; text-align: center; font-family: Arial, sans-serif; font-size: 12pt; color: black; padding: 20px; }
To this
.ie7 .page-id-26 .entry-content., .ie7 .page-id-3508 .entry-content, .ie7 .page-id-60 .entry-content, .ie7 .page-id-136 .entry-content, .ie7 .singular #comments-title { margin-left: auto; margin-right: auto; margin-top: 70px; width: 100%; text-align: center; font-family: Arial, sans-serif; font-size: 12pt; color: black; padding: 20px; }
(The code is for the left column with the main content.)
With the margin-top changed from -10px to 70px (to see a dramatic change), but it still looks like this
https://www.enlightenedinnergame.com/wp-content/uploads/2013/01/ScreenHunter_05-Jan.-27-13.06.jpg
:(…
Forum: Fixing WordPress
In reply to: Custom .css for IE not workinghmmm… so I tried it with a top-margin I’m having trouble with, but nothing changed. I probably didn’t use it right:
.page-id-26 .entry-content.ie7 { margin-left: auto; margin-right: auto; margin-top: 70px; width: 100%; text-align: center; font-family: Arial, sans-serif; font-size: 12pt; color: black; padding: 20px; }
So I just copied the regular code .page-id-26 .entry-content and put a .ie7 at the end.
Is this right?
Nothing changed when I changed the margin-top from 20 to 70… Any idea?
Forum: Fixing WordPress
In reply to: Custom .css for IE not workingOh, haw cool is that!! ?? Yay!
Is that a ‘hack’ that people warn about or is that a safe practice?
I’m excited! Thank you so much! I go try it. Is that how you usually work around ie bugs?
Forum: Fixing WordPress
In reply to: Custom .css for IE not workingOkay, cool. Done.
But this would only be for IE 7, right? Or should it say<!--[if lte IE 7]>
instead of
<!--[if IE 7]>
?Also, how would I edit stuff for ie now with that new code in place?
(Sorry, I have no clue about Javascript…”blush”)
Forum: Fixing WordPress
In reply to: Custom .css for IE not workingForum: Fixing WordPress
In reply to: Custom .css for IE not workingThanks Andrew!
I contacted dreamhost… let’s see what they say. I hope they will shine some light on this.If you should come up with any other ideas I’d be more then grateful for any advice.
Danke!
Forum: Fixing WordPress
In reply to: Custom .css for IE not workingYes, I tried this too.
But I mean is this
<!--[if lte IE 7]> <link href="https://www.enlightenedinnergame.com/wp-content/themes/twentyeleventest/iestyle.css" rel="stylesheet" type="text/css" /> <![endif]-->
correct? I put it between the two <head></head> tags.
Forum: Fixing WordPress
In reply to: Custom .css for IE not workingThat I can’t find the file, you mean?
No, not yet, will do. Dreamhost has an excellent customer service.
Is the syntax I put in the header.php file correct though?
Forum: Fixing WordPress
In reply to: Custom .css for IE not workingI don’t have that file in my directory and can’t find it in twentyeleven either…
Forum: Fixing WordPress
In reply to: Custom .css for IE not workingThank you so much Andrew, I really appreciate your help! <3