StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   Image in page sidebar? (http://www.studiopress.com/support/showthread.php?t=460)

kpmedia 11-07-2008 01:02 PM

Image in page sidebar?
 
I can't seem to figure out what I would imagine should be easy -- putting an image in the page sidebar. Not matter what code I try, it makes the whole sidebar disappear. How can I put an image in the sidebar, above the other LI items that came by default?

Code:


<div id="sidebar">
       
        <ul id="sidebarwidgeted">
       
        <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?>



[img]/url/photo.jpg[/img]</p>
                [*]
<h2>Job Fair Coming Soon</h2>[*]Text here

                [*]
<h2>Referrals Requested</h2>


Text here.</p>

               
               
        <?php endif; ?>
       
        [/list]       
</div>


Brian Gardner 11-07-2008 01:05 PM

Re: Image in page sidebar?
 
Are you also using WordPress widgets in that sidebar?

kpmedia 11-07-2008 01:42 PM

Re: Image in page sidebar?
 
No, no widgets are on to my knowledge. I'm editing the hard-coded sidebar_page.php file.

UPDATE --- It's fine now. It was some sort of Firefox issue, cache problem. I checked it in IE6 and IE8, then restarted FF3. It's all good. Rushing to the wrong conclusion when the browser was at fault. Thanks for at least looking at this.


All times are GMT -5. The time now is 09:06 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.