[Resolved] Sidebar problem (using Elementor)

Home Forums Support [Resolved] Sidebar problem (using Elementor)

Home Forums Support Sidebar problem (using Elementor)

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #383892
    Gabriele

    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!

    #383953
    Leo
    Staff
    Customer Support

    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!

    #384043
    Tom
    Lead Developer
    Lead Developer
    #386125
    Gabriele

    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

    #386218
    Leo
    Staff
    Customer Support

    Glad we could help!

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