Thread Starter
jb84
(@jb84)
Thread Starter
jb84
(@jb84)
Thanks. I am using the latest version of WordPress.
I think I found the problem. As soon as I disable the Feedsmith plugin, it works fine. So for some reason Feedsmith is blocking my recent posts.
If anyone has my problem, try disabling Feedsmith. I wonder why it’s doing this.
Thanks again. 🙂
Thread Starter
jb84
(@jb84)
Okay, somehow I missed this last night. I fixed it. Here’s how.
Edit this code in the wp-syntax/wp-syntax.css file:
/* IE FIX */
.wp_syntax {
overflow-x: auto;
overflow-y: hidden;
padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
width: 100%;
}
I changed the width from 100% to 99% and it works now.