Skip Navigation

[Resolved] relationship form menu do not open

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

Problem:

Unable to select Relationship form Menu options

Solution:

In this user's case the issue was caused by a 3rd party plugin. What I recommend that you do is to temporarily disable all the non-toolset plugins and check again.

This support ticket is created 5 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Author
Posts
#1202566
Skærmbillede 2019-02-19 kl. 18.28.29.png

I am trying to:
After updating toolset, more menus are not working . Relationships,
And Add New Post Form how do the drag and drop work? Its also not possible to use expert mode.
The information say: Please, select a post type before creating a Form??? But from where? Are there any new documentation?
???
Regards

Link to a page where the issue can be seen:

I expected to see:
More tollset menus working as the old ones
Instead, I got:

#1202602

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Screenshot 2019-02-19 at 2.28.45 PM.png

Hi Rex,

Thank you for contacting our support forum.

Not sure what is happening here however the area to select the Post type should be at the top of the page. See Screenshot for example.

We are aware of the expert mode issue, however could you send me a screenshot of what you are seeing on your end for the select post type area?

Thanks,
Shane

#1202725
Skærmbillede 2019-02-20 kl. 01.26.17.png
Skærmbillede 2019-02-20 kl. 01.24.52.png
Skærmbillede 2019-02-20 kl. 01.16.29.png
Skærmbillede 2019-02-20 kl. 01.17.15.png

Hi Shane
also the relationships are not working. hidden link
And still if i choose a post type still nothing happens?
Relationship forms are just empty?
Also problems with user forms
Regards henrik

#1202751
controlpanel_vuejs_modified.png

Hi Shane.
Think i found the problem:
I have modified control panel using VueJs and the lodash seem to give problems to the new version of Toolset.
Functions.php file is inserted

add_action( 'wp_loaded', 'register_all_scripts' );

function register_all_scripts()..........
$lodasht = get_stylesheet_directory_uri() . '/assets/js/lodash.min.js'; // virker paa child theme
    wp_register_script('my_lodash_script', $lodasht , array('jquery'),'4.17.11', true);
    wp_enqueue_script('my_lodash_script');
    //wp_register_script( 'lodash', '<em><u>hidden link</u></em>' , '', '', true );
	// Promise based HTTP client for the browser
    //wp_enqueue_script( 'lodash' );......

Is there a workaround to that lodash, so i can use it?
Regards henrik

#1203223

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Rex,

Thanks for the update.

Unfortunately no i'm not aware of any workaround for this as it seems the issue is being caused by a 3rd party script there isn't much that I can do in a scenario like this.

Thanks,
Shane

#1203299

Ok. As TOOLSET is also a 3rd party to wordpress i can see the problem when we try to combine different javascripts to get result when the product does not cover certain needs.
My issue is resolved now. Thank you!