• Hello to all,

    is for days that I try to create a mini sidebar but I can not.
    I would like to create the red sidebar (look in the link) but I can not!

    VI place the code for the page that is now in use.

    I hope you can help me!
    Thank you =)

    Left-sidebar.php

    <?php
    /*
    Template Name: Sidebar Left Paschi
    */
    	get_header(); ?>
    
    <div class="page">
    
        <div id="tf-paschi-sidebar-left">
            <!-- Inserire qui codice per ultimi post -->
            <?php echo do_shortcode('[hislider id="5"]'); ?>
        </div>
    
    </div>
    
    <div id="tf-paschi-sidebar-right" class="border-styles">
    
            <ul class="sidebar">
    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(__('Left Side Bar Paschi','domain-themefit-fluid')) ) : ?>
    			<li class="sidebar-widget-item">
                    <h5><?php _e('Page Sidebar Widget Area', 'domain-themefit-fluid'); ?></h5>
                    <p>
                        <?php _e('You can add page sidebar widgets to this area from the WordPress admin in "Page Sidebar Widgets."', 'domain-themefit-fluid'); ?>
                        <?php echo do_shortcode( '[tf_button link="'. get_bloginfo('url') .'/wp-admin/widgets.php"]'.__('Add Widgets','domain-themefit-fluid').'[/tf_button]'); ?>
                    </p>
                </li>
    			<?php endif; ?>
            </ul>
        </div>
    
    <?php get_footer(); ?>

    CSS rules

    /* 2 column layout */
    
    #tf-paschi-sidebar-left
    {
    	width: 700px;
    	height: auto;
    	margin-left: 40px;
    	float: right;
    }
    
    #tf-paschi-sidebar-right
    {
    	width: 220px;
    	height: auto;
    	float: left;
    }

    http://i43.tinypic.com/i19m53.png

    [Moderator Note: No bumping. If it’s that urgent, consider hiring someone.]

The topic ‘Create "mini sidebar"’ is closed to new replies.