Home Forums Square Left and Right Sidebar at once.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #916
    Minvoo
    Participant

    Hey. I really love your theme! I have a problem in adding left sidebar in Home Page.
    Now I have only Concent and Right Sidebar. I want to add Left Sidebar too.
    It should look like this.

    I tried to put

    <?php if ( is_active_sidebar( 'square-left-sidebar' ) ) : ?>
           		 <?php dynamic_sidebar( 'square-left-sidebar' ); ?>
       	<?php endif; ?>

    in INDEX.PHP

    but it gives me this:

    I ran out of ideas. I’ve tried to change #primary and #secondary width, but #secondary only changes right sidebar.

    What should I do? Thanks in advance!

    PS. Don’t look at widgets on Left Sidebar. Just made it to see something in the left Menu

    Best Regards.

    #920
    Hash
    Keymaster

    Hi,

    The theme does not have feature to show the both sidebar at once. Yes, it can be added with customization and the code you added works but there are other dependent codes and CSS associated with it so there are lots of things that need to be fixed. Also the responsive needs to be taken into account when adding the code.

    I am sorry to say that it would be difficult to explain you over here. We would have helped if it was simple hack.

    You always hire our team for paid support if you want.

    #928
    Minvoo
    Participant

    I just wanted to know that because of my curiosity. Maybe I will do it by myself, but I would be grateful if you would like to tell me how can I move right slider more to right? I hope it doesn’t take so much playing with code.

    #930
    Minvoo
    Participant

    By slider I meant Right Sidebar. Sorry for that.

    #932
    Minvoo
    Participant

    Nevermind, I got it.
    Doing two sidebars is pretty easy with 4-5 lines of PHP code and some changes in CSS. I know my way of doing that can do some errors because im newbie in PHP/CSS, but I didn’t noticed anything bad.
    I can share how to do it if HashThemes will give me permission (I don’t want to be a reason, that someone won’t hire HashSupport Team)

    #941
    Hash
    Keymaster

    Yes, you can mention it here so that other can benefit it. We do not have problem with it. We are always happy to help for free in any case we can.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.