The plugin can be downloading from the link above. This will allow you to create modules of your various Toolset components and export them together.
It should be noted that with the Module Manager you will only be able to export views that were created with the classic builder. This means views that were created by going to Toolset -> Views.
If this is not how your view was created then the entire site will need to be migrated to export your views built using Blocks.
The problem here is that the user had an issue registering their multisite installation and was wondering if each domain will need to be registered separately.
Solution:
Registering a multisite will only require one key since it is essentially a single set of plugins and a single wordpress install.
However the registration must be done using the Root domain.
Problem: When Toolset plugins are active I see in the error logs several PHP deprecation notices related to required parameters following optional parameters, similar to this:
Deprecated: Required parameter $in follows optional parameter $method in \wp-content\plugins\wp-views\embedded\inc\wpv-query-debug.class.php on line 417
Solution:
Toolset is not yet compatible with PHP 8.x, so for best results we recommend you use a server that runs PHP 7.x instead, or ask your hosting company to help install the preferred lower version.
Problem: I would like to create a contact form for my site, but I do not necessarily want to create posts with this Form. I would prefer to use it strictly for sending email notifications.
Solution: Toolset Forms can send email notifications, but those forms will always create or edit some post. There is no easy workaround to prevent the creation of posts, but you could create a custom cron script that automatically deletes those posts at regular intervals if you do not want to keep them stored in your database.
1. When adding pagination to an archive, it overflows the screen when viewing on a smaller screensize and/or having a lot of pages that don't fit the screenwidth.
2. It would be nice to choose a different paginationstyle depending on the device used.