Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1380542
Put Sidebar Lefr
Closed

Comments

  • Patrizzel started the conversation

    Hi,

    how can put the sidebar on the left ? Default its on the right..but i want it on the left ?

    Thanks very much.


  •  2,699
    PenciDesign replied

    Hi,

    Please go to Customize > General Options > and check to "Enable Left Sidebar On Homepage", "Enable Left Sidebar On Single" & "Enable Left Sidebar On Archives"

    Best Regards,

    PenciDesign

  • Patrizzel replied

    Thanks. Got It.

    A few Questions more please, if you dont mine: 

    When i go to my category pages, for example : http://www.naturfotografie-costa-rica.de/category/blog/, i like to choose another sidebar, where can assign another sidebar to this "Category" pages ? 

    How can i align the fields of the contact form like in your demo. My is so "Big", i want all the posible fields in 1 row like its in your demo page "Contact me" ?

    On my start page there is the last post display, but the excerpt is too long, how can i shorten the post excerpt ??

    Thanks..



  • Patrizzel replied

    Sorry, this is how my contact form is looking : http://www.naturfotografie-costa-rica.de/kontakt/


    Thanks. again.

  •  2,699
    PenciDesign replied

    Hi,

    1/ If you want to set special sidebar for your category pages only, you can add more this code to sidebar.php file like on this image:

    else if ( is_category() && is_active_sidebar( 'custom-sidebar-6' ) ) {
     dynamic_sidebar( 'custom-sidebar-6' );
    }

    After that, drag & drop widgets you want to display on category page to sidebar Custom Sidebar 6

    2/ We've said about that here - Please check it.

    3/ You can custom excerpt length via Customize > Other Layout Options > Custom Excerpt Length.

    Best Regards,

    PenciDesign