Верстка боковушки

Собственно все на скриншоте, надо увеличить боковушку чтобы буквы не выползали за нее. Пробовал в папке имаджис что-то увеличивать но, видимо за ширину отвечает какой-то файл в стайл.цсс или еще где, там у меня сверху облако тегов анимированное, ниже идет виджет – популярные сообщения, подскажите как проблему решить можно?

Проследуйте, пожалуйста вот сюда: http://htmlbook.ru

Ссылки убираются в админке. Блок убирается либо в файле sidebar.php либо в виджетах. А вы уверены, что этого кода в sidebar.php нет?

Блок "Ссылки" убирается в файле links.php вашей темы.

<?php
/*
Template Name: Links
*/
?>
<?php get_footer(); ?>

Зделал вот так, однако это не помогает.

<?php
/*
Template Name: Links
*/
?>
<?php get_footer(); ?>

Зделал вот так, однако это не помогает.

Не пишите всякую бредятину, я же вам выше написал, где убирается блок со ссылками.

Ну вот supmener, взял и удалил свои сообщения из темы

Сам не пойму, как удалилось сообщение. Вот востановил:
vedomo.ru/files/theme.zip
Подскажите, как убрать блок ссылок в правом нижнем углу? В sidebar.php этот код не нашел. Тему в архиве прилагаю к сообщению.
http://radikal.ru/F/s46.radikal.ru/i113/1105/c6/bb87bf02f1d4.jpg.html
Так ведь код из links.php и показал.

Ну что, мне еще раз ткнуть носом?

Ума не приложу, куда смотреть.

Ума не приложу, куда смотреть.

В файл links.php вашей темы. Этот код убирали?:

<div id="content" class="widecolumn">

<h2>Ссылки:</h2>
<ul>
<?php get_links_list(); ?>
</ul>

</div>

По ошибке в архиве выложил архив с другим шаблоном. Сейчас для исключения ошибок удалил все другие шаблоны, не знаю, как он затесался не туда куда надо.
Вот sidebar.php:

    <div id="sidebar">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-2076795952613342";
/* 336&#42;280 */
google_ad_slot = "1802875323";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
    <div id="sidebar_r">
        <ul>
        <?php if ( !function_exists('dynamic_sidebar')
        || !dynamic_sidebar() ) : ?>
            <!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
            <li><h2><?php _e('Author'); ?></h2>
            <p>A little something about you, the author. Nothing lengthy, just an overview.</p>
            </li>
            -->

            <li>
            <?php /* If this is a category archive */ if (is_category()) { ?>
            <p>You are currently browsing the archives for the <?php single_cat_title(''); ?> category.</p>
            
            <?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
            <p>You are currently browsing the <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> weblog archives
            for the day <?php the_time('l, F jS, Y'); ?>.</p>
            
            <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
            <p>You are currently browsing the <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> weblog archives
            for <?php the_time('F, Y'); ?>.</p>

      <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
            <p>You are currently browsing the <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> weblog archives
            for the year <?php the_time('Y'); ?>.</p>
            
         <?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
            <p>You have searched the <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> weblog archives
            for <strong>'<?php echo wp_specialchars($s); ?>'</strong>. If you are unable to find anything in these search results, you can try one of these links.</p>

            <?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
            <p>You are currently browsing the <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> weblog archives.</p>

            <?php } ?>
            </li>

            <?php wp_list_pages('title_li=<h2>' . __('Pages') . '</h2>' ); ?>

            <li><h2><?php _e('Categories'); ?></h2>
                <ul>
                <?php list_cats(0, '', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','') ?>
                </ul>
            </li>

            <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>                
                <?php get_links_list(); ?>
                

            <?php } ?>
            <?php endif; ?>
        </ul>
        </div>
<br>        
        <div id="sidebar_l">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-2076795952613342";
/* 160x600_blog */
google_ad_slot = "7871472427";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        </div>
        
</div>
По ошибке в архиве выложил архив с другим шаблоном. Сейчас для исключения ошибок удалил все другие шаблоны, не знаю, как он затесался не туда куда надо.
Вот sidebar.php:
    <div id="sidebar">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-2076795952613342";
/* 336*280 */
google_ad_slot = "1802875323";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
    <div id="sidebar_r">
        <ul>
        <?php if ( !function_exists('dynamic_sidebar')
        || !dynamic_sidebar() ) : ?>
            <!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
            <li><h2><?php _e('Author'); ?></h2>
            <p>A little something about you, the author. Nothing lengthy, just an overview.</p>
            </li>
            -->

            <li>
            <?php /* If this is a category archive */ if (is_category()) { ?>
            <p>You are currently browsing the archives for the <?php single_cat_title(''); ?> category.</p>
            
            <?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
            <p>You are currently browsing the <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> weblog archives
            for the day <?php the_time('l, F jS, Y'); ?>.</p>
            
            <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
            <p>You are currently browsing the <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> weblog archives
            for <?php the_time('F, Y'); ?>.</p>

      <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
            <p>You are currently browsing the <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> weblog archives
            for the year <?php the_time('Y'); ?>.</p>
            
         <?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
            <p>You have searched the <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> weblog archives
            for <strong>'<?php echo wp_specialchars($s); ?>'</strong>. If you are unable to find anything in these search results, you can try one of these links.</p>

            <?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
            <p>You are currently browsing the <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> weblog archives.</p>

            <?php } ?>
            </li>

            <?php wp_list_pages('title_li=<h2>' . __('Pages') . '</h2>' ); ?>

            <li><h2><?php _e('Categories'); ?></h2>
                <ul>
                <?php list_cats(0, '', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','') ?>
                </ul>
            </li>

            <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>                
                <?php get_links_list(); ?>
                

            <?php } ?>
            <?php endif; ?>
        </ul>
        </div>
<br>        
        <div id="sidebar_l">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-2076795952613342";
/* 160x600_blog */
google_ad_slot = "7871472427";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        </div>
        
</div>

Вот это вот:

<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>                
<?php get_links_list(); ?>

<?php } ?>

нафиг…

Cпасибо, помогло

Ахтунги! начал править ширину в стайл.цсс в каждой по очереди, дошел до этого и боковушка начала расти))) но! дойдя до значения 310 пикселей начала превращаться не в боковушку а в скошенный подвал)))

/*============================*/
/*==== Page Contact Style ====*/
/*============================*/

.textwidget p{
    padding-left:30px;
}

.Contacts#primary{
    font-size:13px;
    width:310px;- этот параметр нарастил боковушку
}

.Contacts#primary p.arr{
    padding-left:40px;
    background-image:url("images/arrow_menu_right.png");
    background-repeat:no-repeat;
    background-position: -7px 6px;
    margin-top:11px;
    margin-bottom:18px;
}

.Contacts#primary .FrameFillet{
    margin-left:20px;
    padding-left:17px;
    padding-bottom:0;
    width:133px;
    font-size:15px;
    font-family: Yanone Kaffeesatz;
}

.Contacts#primary .FrameFillet p{
    background:none;
    padding-left:0;
}

.Contacts#primary .FrameFillet img{
    margin-right:9px;
}

a.get_in_touch{
    position:relative;
    top:-6px;
}

 
.Map{
    margin-top:27px;

Вернулся чуть выше помятуя что вроде как что-то изменялось здесь, начал править ширину вновь и наткнулся на еще одну нужную вещь, она была 650, уменьшил до 600 и боковушка встала на место)))

.BgPaper{
    background-image: url("images/main_bg.png");
    background-repeat:repeat-y;
    position:relative;
    bottom:20px;
}

#container {
    width: 100%;
}

#content {
    width:600px; - а этот укоротил пост
    float:left;

Все это конечно здорово, но зная конкретные места и параметры может все же кто-нибудь сможет сделать чтобы и ширина поста вернулась до 650 (а лучше 700) и боковушка при значении 320 не уползала черт знает куда?

Тем не менее – почти победа!)))

Anonymous
Отправить
Ответ на: