• I just got my site/blog up here and I’m about to slide across the floor by my bottom lip because I can’t get anything to show up in the right sidebar. When I login to the dashboard, it’s telling me that I have 3 widgets on the right side bar. This is getting very frustrating and I could use some assistance quickly.

    If it helps any, I modified the summer clubbing theme, so thats the actual theme. I replaced the pics using Photoshop.

    Thanks for any help,

    Jonathan

Viewing 6 replies - 1 through 6 (of 6 total)
  • Try placing widgets on the other sidebars and see if they appear.

    Thread Starter jdeyebrows

    (@jdeyebrows)

    I can stack them down the left side bar all day long, but it won’t show a thing on the right.

    Thread Starter jdeyebrows

    (@jdeyebrows)

    I would really like for my GetResponse opt-in to be on the top right. I don’t want people to have to scroll down to see it.

    Open the index.php file in your theme directory and insert –
    <?php if ( function_exists('dynamic_sidebar') ) {dynamic_sidebar(2);}?>
    right after –
    <!-- /Content -->

    Thread Starter jdeyebrows

    (@jdeyebrows)

    Ok, I’m a step closer to a resolution. I see things in the right side bar now, I just dosent look the way I want it too. Can you explain the appearance? here

    It looks just great!
    If you are talking about the logo then just open style.css and replace

    #header {
    	width: 1000px;
    	margin: 0 auto;
    	height: 343px;
    	background: url(images/img02.jpg) repeat-x left top;
    }

    with

    #header {
    	width: 1000px;
    	margin: 0 auto;
    	height: 343px;
    }

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can’t get anything to show up in the right sidebar with summer clubbing theme’ is closed to new replies.