Skip Navigation

[Resolved] Basic Toolset plugin selection

This support ticket is created 4 years, 9 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)

Author
Posts
#1591583

Tell us what you are trying to do?
I am trying to build a simple directory website with doctors in Albania. I have 1 custom post type (doctors) and a few custom fields (name, photo, specialty, etc).
My website consists of a homepage with a search section, a page to display list of doctors as results, a dedicated page for each doctor and some other pages with static content.
My WP setup consists of Astra Pro, Elementor Pro, Toolset and WPML.

Is there any documentation that you are following?
I have spent many hours trying to understand toolset documentation, but I find it very frustrating to understand what I have to do. In many cases, documentation involves Toolset Views, but I understand that Toolset Blocks is the suggested plugin for new websites. As a result, I try to follow documentation, but I can't actually understand what to do.

What is the link to your site?
doctoralbania.al, but there is still not much to see there.

Here are the issues that I need support, in order to verify that I am on the right track and focus on the proper Toolset documentation:
1) Which Toolset plugins should I use for the above described functionality?
2) Can I use Elementor in pages which include Toolset elements (search and filtering, results, doctors' pages) or Toolset Blocks is the only way to go?
3) How do I create a Toolset search in the homepage, but display results in a different url?

Thank you,

Kostas

#1592265

Hi Kostas,

Thank you for contacting us and I'd be happy to assist.

Before moving to your specific questions, it is important to explain what the new blocks editor offers. The new Blocks editor is designed to extend WordPress' new Gutenberg editor ( https://wordpress.org/gutenberg/ ). The goal behind the Gutenberg and Block is to minimize the need for custom code and reliance on third-party page builders like Divi, Elementor, etc.

The Toolset Blocks is continuously improving based on the feedback and suggestions that we receive and it has in fact grown a lot from its initial release.

The Toolset Blocks and Toolset Views both essentially can be used to achieve the same functionalities, but the workflow is different. This is the reason both of them can't be activated on a website at the same time.

You'll activate Toolset Blocks plugin on a website when WordPress'default blocks based Gutenberg editor is the only page builder plugin that you're using to design your pages/posts.

On the other hand, you'll activate Toolset Views plugin when you prefer the older classic editor from WordPress or some other third-party page builder plugin like Elementor, etc.

I hope the above explanation will make this more clear.

As for your specific questions:

1) Which Toolset plugins should I use for the above described functionality?
- Since your set up includes the Elementor page builder on your website, between the Toolset Blocks and Toolset Views plugins, you'll activate the Toolset Views plugin.

Other than that for registering custom post types, fields and taxonomies, you'll activate Toolset Types.

For front-end user and post forms, you'll also need Toolset Forms.

Likewise, you can keep adding more Toolset plugins based on your requirements:
https://toolset.com/account/downloads/

2) Can I use Elementor in pages which include Toolset elements (search and filtering, results, doctors' pages) or Toolset Blocks is the only way to go?
- Yes, you can use Elementor and Toolset components on the same page and we have a detailed guide on using them together at:
https://toolset.com/documentation/user-guides/using-toolset-with-elementor-page-builder/

3) How do I create a Toolset search in the homepage, but display results in a different url?
- When inserting a view that includes front-end search filters, you'll see an option to:

a). show both the search form and the results
or
b). only the search form
or
c). only the search results.

Example screenshot: hidden link

You can also directly insert the shortcode for only the search form from a view:


[wpv-form-view name="slug-of-the-view" target_id="10"]

This will show only the search form and will show the search results on a different page with ID 10.

And on that page, you'll insert the shortcode for only the search results:


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

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

regards,
Waqar

#1592333

Thank you Waquar for the quick and comprehensive reply. It clarified a lot to me!