Skip Navigation

[Escalated to 2nd Tier] Split: Custom search tab not showing in Elementor

This support ticket is created 4 years, 6 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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Waqar 4 years, 6 months ago.

Assisted by: Waqar.

Author
Posts
#1929587

I can't see the Custom search tap after inserting the toolset view at 7:42 in the video.
I want to divide 'Only the search form' and 'Only the search result'

link to the video: hidden link

#1929731

Hi,

Your observation is correct and the option to select from either the search form or the search results in the Toolset Views widget in the Elementor builder is not available.

This has been reported to the development team to be reviewed and fixed in future releases. Although I don't have a time estimate to share at the moment, I'll keep you updated through this ticket.

The good news is that there is a simple shortcode based workaround that you can use to show the search form and search results from the view, separately.

Instead of using the Toolset Views widget in the Elementor builder, you can add a simple "Text" widget and use the view's shortcodes, depending on the case.

To show only the search form for the view with slug "view-slug", that shows the search results by redirecting to a different page with ID "123":


[wpv-form-view name="view-slug" target_id="123"]

Note: Your view's search form should include a "Submit" button for this redirection to work.

To show only the search form for the view with slug "view-slug", that shows the search results on the same page, without redirection:


[wpv-form-view name="view-slug" target_id="self"]

And to show only the search results for the view with slug "view-slug":


[wpv-view name="view-slug" view_display="layout"]

I hope this helps and please let me know if you need any further assistance around this.

regards,
Waqar