Viewing 6 replies - 1 through 6 (of 6 total)
  • etoilewebdesign

    (@etoilewebdesign)

    Hi cealbiero,

    I had a look at your site and there is no sidebar for your catalog. Did you add the sidebar=”no” attribute to your catalog shortcode? The search box is found in sidebar and, as such, if you would like to have the search box, you have to show the sidebar.

    Thread Starter cealbiero

    (@cealbiero)

    Thank you for the reply!

    There’s no way I can’t insert a search box without the sidebar?

    Unfortunately, there is currently no option to do this.

    Plugin Author Rustaurius

    (@rustaurius)

    Hi ceal,

    You could use CSS to hide the rest of the sidebar, other than the search box though.

    Thread Starter cealbiero

    (@cealbiero)

    Really? And how can I do that? Can you send me the code?

    Thank you!!

    Plugin Author Rustaurius

    (@rustaurius)

    Hi ceal,

    Try adding the following to the “Custom CSS” box for your catalog:

    .prod-cat-sidebar-category-div {display:none}
    .prod-cat-sidebar-subcategory-div {display:none}
    .prod-cat-sidebar-tag-div {display:none}
    .prod-cat-sidebar-cf-div {display:none}

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Add a search box’ is closed to new replies.