- This topic has 5 replies, 2 voices, and was last updated 7 years, 2 months ago by Hash.
- AuthorPosts
- October 27, 2016 at 2:23 pm #916MinvooParticipant
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.
October 27, 2016 at 8:35 pm #920HashKeymasterHi,
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.
October 27, 2016 at 11:31 pm #928MinvooParticipantI 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.
October 28, 2016 at 12:48 pm #930MinvooParticipantBy slider I meant Right Sidebar. Sorry for that.
October 28, 2016 at 3:01 pm #932MinvooParticipantNevermind, 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)October 31, 2016 at 2:07 pm #941HashKeymasterYes, 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.
- AuthorPosts
- You must be logged in to reply to this topic.