I have registered some new widget area’s. I would like to add 3 more sidebars. One sidebar for left side and two other sidebars with content depending on the pages.
What files should I copy to child theme, tpl-sidebar? and what should I exactly edit?
The file you need to edit would depend on where you want the sidebars to appear. If you want them to appear on all Pages, you can edit the page.php file. If you want them on all Posts, you’ll need to edit the single.php file.
If you want to have sidebars on a per page basis or pick and choose what sidebars appear on what page, post or CPT. I would recommend you install the WooSidebars plugins.
Thanks for your answer, I’ve used the plugin you suggested and it works very well :)!
Another question, I have added a background-color to my sidebar and it’s getting next to the page title. I would like the page title to be full witdh and page-sidebar & content come underneath it.
Well i’m on a local development area.
But on this page exactly the same happens.
The title “extra sidebar” & on right side that sidebar already starts with “Support hours”. I would like to have “Extra sidebar title” fullwidth 12 columns and underneath page content + sidebar.
As your is local, is it possible to share some screenshots, please? One showing what you currently have and the other showing what you want to achieve.
It’s rather difficult to give you definitive answer, as we can’t see the site. However, can you not add a Row above the area where the content/sidebar is loaded and then manually add your page title via a Header module?
Are you trying to do this on Posts or Pages? If you’re trying to do this on posts, you won’t be able to using the builder, as it is post and not a page.
To do this on posts, you’re going to need to use a child theme and either add your row/modules via a hook or add the single.php file to your child theme folder. Then use the our shortcode functionality via the do_shortcode function.