minanA
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Super Admin to access to post relationship menu
Started by: minanA in: Toolset Professional Support |
3 | 7 | 6 years, 2 months ago | ||
Multiple form, one submit button
Started by: minanA
in: Toolset Professional Support
Problem: Solution: You would need to use JavaScript such as the following, which you would add to one of the forms, and which assumes that the submit buttons in each form have a .btn-submit class added: ( function( $ ) { $( document ).ready( function(){ $('.btn-submit').on( "click.tssupp", function(e){ var others = $('.btn-submit').not(this); $('.btn-submit').off( "click.tssupp"); others.click(); }); }); })( jQuery ); |
2 | 5 | 6 years, 2 months ago | ||
Nested view filtered by parent custmm field
Started by: minanA in: Toolset Professional Support |
2 | 3 | 6 years, 2 months ago | ||
Post relationship not shown in post editor
Started by: minanA in: Toolset Professional Support |
2 | 7 | 6 years, 2 months ago | ||
We use Elementor for displaying single items. How to insert editing form link?
Started by: minanA in: Toolset Professional Support |
1 | 2 | 6 years, 3 months ago |