glkaiser
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: wpng-calendar] Event Details No Longer Showing?Ignore – fixed by removing the WP Calendar Plugin…could have possibly been causing some conflict? Whatever, all is good now.
Forum: Plugins
In reply to: [Plugin: wpng-calendar] Event Details No Longer Showing?Bump….anyone have any ideas what could be up? Still no solution for me.
Forum: Fixing WordPress
In reply to: Help! Main Blog Address No Longer Pointing to WordPress AddressOK, got it fixed…
My index.php file had somehow been renamed to “index.php.disabled”. I just had to rename it back to “index.php”.
Anyone have any idea how that could just magically happen?! Virus of some sort?
Forum: Fixing WordPress
In reply to: Extend height of left/right columns?Anyone? I’ll buy you a beer…if you’re in Seattle:-)
Forum: Fixing WordPress
In reply to: When I add a pic to l_sidebar, text format changes?Thanks for the reply, stvwlf. But, I think my original post must have left out some code as well. Here is how the code looks (includes ul tags):
<div id="l_sidebar"> <img src="/WordPress/wp-content/themes/Cutline-1.4-3ColumnSplit/images/your_ad_here_165x125.gif" width="165" height="125> <ul class="sidebar_list"> <?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar(1)) : ?> <?php if (function_exists('get_flickrrss')) { ?> <li class="widget"> <h2><span class="flickr_blue">Flick</span><span class="flickr_pink">r</span></h2> <ul class="flickr_stream"> <?php get_flickrrss(); ?> </ul> </li> <?php } ?> <?php get_links_list('id'); ?> <?php endif; ?> </ul> </div>
I tried putting additional ul tags around the image link, but that didn’t work either. Also tried moving the image within the existing ul tags, which didn’t work. Still having the formatting problem:
Thanks for any additional help anyone!!