Site logo

Archived topic

Sidebar problem (using Elementor)

4 replies · Started by Gabriele on September 12, 2017

Viewing posts 1–5 of 5

Hi,
I'm building a website using GP and Elementor Pro, I have a little problem with the sidebar. I create a template in Elementor to build the sidebar, to then show it in every page, excluding the homepage.
Everything works fine, but there are some wp widgets showing in the sidebar that are not in my Elementor template. You can see the website here: http://dev-granosalis.pantheonsite.io
You can enter every page (except category pages) to see the sidebar, for example this: http://dev-granosalis.pantheonsite.io/blog/
The widgets are the two last ones: the search box and the wp archive.
Widget boxes in Wordpress backend are completely empty. Can't understand where they come from.
Could you please help me? I can give you admin access privately.
Thanks!

Hi there,

Try this CSS solution for now:

.inside-right-sidebar .widget_search,
.inside-right-sidebar #archives {
    display: none;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

We will have a closer look at this problem. Thanks!

Hi,
sorry for my delay, I had lot of work this week.

Thanks a lot Leo, finally I tried the solution linked by Tom (text widget in sidebar) and it works perfectly!

Thanks to you both.
Greetings,
Gabriele

Glad we could help!

This archived topic is closed to new replies.