andrewF-6
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 |
---|---|---|---|---|---|
Cannot enter repeating fields in admin – the fields are missing!!!!
Started by: andrewF-6
in: Toolset Professional Support
Problem: Enter data into a repeating field group from the admin side of the site, Only arrows for moving fields around. Solution: You can edit the custom field groups, find and remove the "Conditional display" options, and test again. Relevant Documentation: https://toolset.com/documentation/user-guides/types-custom-fields-conditional-display/ |
2 | 11 | 5 years, 5 months ago | ||
Toolset Types Interferes with Asgaros Forum Plugin Ability Create / Submit Topic
Started by: andrewF-6 in: Toolset Professional Support |
2 | 16 | 5 years, 5 months ago | ||
Script to Automate Assigning One to Many Child Posts to Parent Post by Category
Started by: andrewF-6 in: Toolset Professional Support |
2 | 5 | 5 years, 5 months ago | ||
Content Templates Do Not Properly Display Shortcode from Asgaros Forum
Started by: andrewF-6
in: Toolset Professional Support
Problem: I'm using the Asgaros Forum plugin to add a forum to my site. Unfortunately it seems that the shortcode does not work completely in a Content Template. The forum is displayed without proper formatting. Solution: Our team collaborated with the plugin developers and proposed a patch in their github account. It appears to resolve the issue in Content Templates. Relevant Documentation: |
2 | 12 | 5 years, 5 months ago | ||
Bulk Assign Posts to Parent; Assign Posts to Parent Automatically
Started by: andrewF-6
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution, in this case with the following reply: Relevant Documentation: |
2 | 8 | 5 years, 5 months ago | ||
Bulk Assign Child Posts to Parent Post
Started by: andrewF-6
in: Toolset Professional Support
Problem: I have a one-to-many relationship set up, and I would like to be able to bulk-select child posts and assign them to the same parent in one operation. Solution: It's not possible from wp-admin alone, you'll have to use custom code with the PHP relationship API. Here's a code snippet you can modify to your needs: $slug = 'your-relationship-slug'; $parent = 1234; $children = array( 1, 2, 3, 4, 5 ); // you should not edit below this line foreach( $children as $child ) { toolset_connect_posts( $slug, $parent, $child ); } Use the Toolset Custom Code feature to run the snippet once for each parent / child grouping. See below for more details. Relevant Documentation: |
2 | 8 | 5 years, 5 months ago | ||
Editing Content Template with DIVI on exit Template Usage Selection is removed
Started by: andrewF-6 in: Toolset Professional Support |
3 | 3 | 5 years, 6 months ago | ||
Updating via Commercial Tab or Standard Plugin Updates
Started by: andrewF-6
in: Toolset Professional Support
Problem: The issue here is that the user wanted to know the difference between updating using Commercial tab or the Standard plugin updater menu. Solution: 1. Are we able to continue to update our Toolset family plugins via the normal WordPress Plugin upgrade process? A. Yes you are able to update your plugins through this method given that the plugins are registered. 2. Under what circumstances should we upgrade using the Commercial tab? B. There isn't a specific condition under which to use the Commercial tab to update, however if you want to install a new plugin without manually downloading it. You can use here to download the additional Toolset plugins. 3. If we are required to update using the Commercial tab, how can we upgrade multiple sites using Toolset if we use a WordPress Dashboard service like ManageWP, MainWP, iThemes Sync, A. As mentioned previously it is not required to use the Commercial tab as it serves as an option for updating but updating through the standard wordpress method will work. |
2 | 3 | 5 years, 7 months ago | ||
Views is crashing my site causing http 500 error
Started by: andrewF-6
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 5 | 5 years, 7 months ago | ||
Allow Registered users to view posts from selected post categories
Started by: andrewF-6 in: Toolset Professional Support |
2 | 2 | 5 years, 8 months ago | ||
Calendar Field not displaying / hiding based on defined conditions in Checkbox
Started by: andrewF-6 in: Toolset Professional Support |
2 | 5 | 5 years, 11 months ago | ||
Taxonomy Filter Not Displaying All Options and Dead Link
Started by: andrewF-6 in: Toolset Professional Support |
2 | 2 | 6 years ago | ||
Conditionals based on Checkbox Working in Loop Editor but not Loop Item
Started by: andrewF-6 in: Toolset Professional Support |
2 | 4 | 6 years, 1 month ago | ||
Form-Inline Responsive Styling Views Search Form in Divi with no Bootstrap
Started by: andrewF-6 in: Toolset Professional Support |
2 | 4 | 6 years, 1 month ago | ||
How can I change the placeholder text colour in a [wpv-filter-search-box]
Started by: andrewF-6 in: Toolset Professional Support |
2 | 3 | 6 years, 1 month ago |