Toolset plugins offer a built-in import/export functionality, which allows you to transfer what you have built from one website to another.
In our documentation pages, you can also find information on how to import content of an entire site into WordPress.
When you ask for help or report issues, make sure to give us some information about the data that you import/export.
Viewing 15 topics - 196 through 210 (of 326 total)
Problem:
PHP Fatal error: Uncaught Error: Call to a member function get_element() on null in .../toolset-common/inc/m2m/association/intermediary_post_persistence.php on line 220
Solution:
We have had reports for the error PHP Fatal error: Uncaught Error: Call to a member function get_element() on null in .../toolset/toolset-common/inc/m2m/association/intermediary_post_persistence.php:220 on 2 threads.
We could not anymore replicate the issue. If you still experience it, please contact us at our forum with detailed steps and/or a copy of the problematic site.
Problem: I would like to use Toolset's one-to-many post relationships to link posts of the same post type.
Solution: Toolset's relationship system doesn't support relationships among posts of the same post type. You can work around this by using a custom taxonomy. Create terms in the taxonomy that correspond to each post's slug. Then assign the related terms' slugs to each related post. This can be automated with some custom code.