Skip Navigation

[Resolved] Same page search results display

This thread is resolved. Here is a description of the problem and solution.

Problem: I'm trying to display search filters and search results in different areas of the same page, but the results never appear.

Solution: In this case it looks like there is an unclosed tag somewhere in the search and pagination panel. Make sure all divs are closed correctly.

This support ticket is created 5 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by mikeF-8 5 years, 8 months ago.

Assisted by: Christian Cox.

Author
Posts
#1230316

I am trying to: Display search result view on different area of same page

Link to a page where the issue can be seen: hidden link

I expected to see: results

Instead, I got: nothing

The view is built and works when i am not tryign to display in a different area. I am using for the search area: {!{wpv-form-view name='books-view' target_id='self'}!}

For the display area: [wpv-view name="books-view" view_display="layout"]

#1230618

It looks like there's an unclosed HTML tag somewhere in the Search and Pagination editor, because the results of the View are actually nested inside the search controls form tag. Please check the markup in the Search and Pagination editor panel and be sure the number of open and closing div tags matches up - that's usually the cause for this type of issue. If it seems to be accurate, please copy + paste here in your next reply so I can check the syntax.

#1236584

My issue is resolved now. Thank you!