Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter samdz

    (@samdz)

    ok ??

    I changed sidebar name as you mentionned at last message, and my two sidebar was displayed but at the right.

    I would like one at the left (220px) and at the right (160px), I use twentytwelve as pre built theme, i don’t know if it’s related with twenty twelve theme (the two sidebars at the right..!!)

    I try to build my own theme but from scratch it’s difficult..Can I find another pre built wordpress theme (without design) to choose one with sidebars right and left?

    Sam

    Thread Starter samdz

    (@samdz)

    Yes,

    I have two files

    sidebar.php
    ———————————————————–

    <?php
    
    ?>
    
    	<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
    		<div id="secondary" class="widget-area" role="complementary">
    			<?php dynamic_sidebar( 'sidebar-1' ); ?>
    		</div><!-- #secondary -->
    	<?php endif; ?>

    ———————-end sidebar.php—————————–

    ————–and sidebar-2.php———————-

    <?php
    
    ?>
    
    	<?php if ( is_active_sidebar( 'sidebar-2' ) ) : ?>
    		<div id="secondary" class="widget-area" role="complementary">
    			<?php dynamic_sidebar( 'sidebar-2' ); ?>
    		</div><!-- #secondary -->
    	<?php endif; ?>
    
    		<?php get_sidebar('sidebar-2'); ?>
    
            <div id="sidebar-1">
             <ul class="nav">
    
    <li><a href="#">Lien un</a></li>
    <li><a href="#">Lien deux</a></li>
    <li><a href="#">Lien trois</a></li>
    <li><a href="#">Lien quatre</a></li>
                       <?php wp_nav_menu( array('menu' => 'Project Nav', 'container' => '' )); ?>
             <!-- end .sidebar1 --></div>
             </div>

    —————-end sidebar-2.php—————

    I don’t know where is my error? ??

    Thread Starter samdz

    (@samdz)

    Ok Markus ??

    Thread Starter samdz

    (@samdz)

    Yes, it fix problem ?? but how can I use it, I must deactivate all plugins when I would like to create one event?

    I have another question please:

    The event displays three lines:
    category
    the name of the event
    place of event

    how can I add more fields, eg the image to the event, google map and more details (description of event)

    I would like to displays those informations to my sidebar. is it possible?

    Sam

    Thread Starter samdz

    (@samdz)

    Hi Caimin,

    When I create event..

    Details for your event are incorrect and can not be published, please correct the following errors:

    Dates must be in the correct format, please use the date picker.

Viewing 5 replies - 16 through 20 (of 20 total)