hijirik
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I can see nothing, but the source codeaw. thank you so much!
I will try fixing it….!!
Forum: Fixing WordPress
In reply to: I can see nothing, but the source codeoh, sorry. here it is:
https://blog.lepetiteflea.com/
and when you go to pages like this, sidebar goes away…
https://blog.lepetiteflea.com/get-in-touch/
*I have different style sheet for IE 6 and IE 7, I got IE6 homepage working, but not the IE7 yet…
thank you so much!
Forum: Fixing WordPress
In reply to: How to add space in between images and texts on the postsWhen posting code, please use backticks and line returns ??
>> oh! sorry about that! I will from now on!!!
Thank you for the links, I tried getting rid of that line, but it didn’t work, but one of the links you gave me helped and it’s fixed now!!
Thank you again for all your help!!!
Forum: Fixing WordPress
In reply to: How to add space in between images and texts on the postsThank you!
it worked when I changed
div.entry-content p{
margin: 0;
padding: 0;
}this part — but this is good to know in the future!
thank you very much!!!
Hijirip.s Do you happened to know how to get rid of “time”? I have this code:
<div class=”entry-date”><abbr class=”published” title=”<?php the_time(‘Y-m-d\TH:i:sO’) ?>”><?php unset($previousday); printf( __( ‘%1$s – %2$s’, ‘sandbox’ ), the_date( ”, ”, ”, false ), get_the_time() ) ?></abbr></div>
I just want month and date to show, not the time….. Thank you!!!
Forum: Fixing WordPress
In reply to: My site goes BLANK when viewed in IE 7Thank you everyone for your help.
It was actually the PNG fix thing I had for IE 6 — not knowing that doesn’t work with IE 7…
As soon as I took it out, it worked and I have stylesheet for IE 6 so I just used gif and different image for IE 6 since it can’t display PNG as transparent.
Thank you so much!!!!!
Forum: Fixing WordPress
In reply to: My site goes BLANK when viewed in IE 7oh, okay. We tried:
<h4 class=”heading” style=”padding-top:15px”><?php the_time(‘l, F jS, Y’); ?></h4>
and it seems like it’s working…
I actually use Mac and I can’t really test it on IE 7 until my husband gets home… could you view it again and see if it’s working yet?!?!
THANK YOU!!!!!
Forum: Fixing WordPress
In reply to: My site goes BLANK when viewed in IE 7Thank you for your reply, I really appreciate your help.
I’m trying to fix the code, but if div tags can’t go in a tags or h4 tags, then where could it go?
<h4 class=”heading”><div style=”padding-top:15px”><?php the_time(‘l, F jS, Y’); ?></div></h4>
If I move the div and placed it out of h4, it won’t show up right on my FireFox….
thank you!!!!