esmi on “Blog broken in Firefox, Chrome; Functioning fine in IE”

August 28, 2009 by esmi  
Filed under 1

Comments Off

Place the CSS in a php file but include <?php header("Content-type: text/css"); at the top.

esmi on “Sidebars lose styling when widgets are added”

August 28, 2009 by esmi  
Filed under 1

Comments Off

The widgets work, but the sidebar it's in loses all styling.

Have you tried validating the markup? Sounds like you have something like a missing closing element. Or perhaps one closing element too many.

Also, how do I add a search bar to the lower right corner of my header and a subscribe button to the upper right?

Assuming that you know the code/template tags to use, it's just a case of placing them in the header and then, probably, floating them left and right respectively.

esmi on “special character code ’ instead of apostraphe”

August 28, 2009 by esmi  
Filed under 1

Comments Off

Could you run something like urldecode or html-entity-decode on the title to decode the special characters before passing them onto your javascript?

esmi on “WP with .Net template”

August 28, 2009 by esmi  
Filed under 1

Comments Off

Given that WP uses PHP and you're using ASP, the best option would seem to be designing a theme that replicates your site's design. Probably not what you wanted to hear but I can't think of another way.

esmi on “Text wrapping page.”

August 28, 2009 by esmi  
Filed under 1

Comments Off

There's no way you can do this so that it work on every page or post. You can add some extra padding to your main content area to add whitespace after the content. Or you can use min-height to force your content to extend to a given minimum length. But you can't match the content height to the sidebar height when you have variable page content. and, possibly, variable sidebar content.

esmi on “”Blog pages show at most” selection not responding”

August 28, 2009 by esmi  
Filed under 1

Comments Off

I've come across a couple of cases where an apparently inactive plugin has continued to cause problems. Sometimes, only the Phpmyadmin route seems to work.

esmi on “php for dynamic post titles/categories”

August 28, 2009 by esmi  
Filed under 1

Comments Off

Depending upon how you intend to use this - as the main Loop or as an additional loop, you might want to have a look at:

http://codex.wordpress.org/Template_Tags/query_posts
http://codex.wordpress.org/Template_Tags/get_posts

esmi on “Installing Plugins is Blowing up WP like I’ve never seen”

August 28, 2009 by esmi  
Filed under 1

Comments Off

Try resetting the plugins folder by FTP or phpMyAdmin. Or, if you know which plugin might be causing the problem, try just renaming that plugin folder via FTP.

esmi on “Problem with Force SSL”

August 28, 2009 by esmi  
Filed under 1

Comments Off

Just mark the topic as 'resolved'.

esmi on “Static Front Page Problem”

August 28, 2009 by esmi  
Filed under 1

Comments Off

You have an error in the template you're using for http://gator409.hostgator.com/~e2f/home/

Look at the title in the browser window. It's displaying </php,

Next Page »