michaelS-48
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 |
---|---|---|---|---|---|
Creating repeatable Field Groups
Started by: michaelS-48
in: Toolset Professional Support
Problem: The issue here was that the user was getting the error. PHP Fatal error: Can't inherit abstract function Types_Interface_Value::get_value() (previously declared abstract in Types_Field_Part_Interface) in /var/www/html/wordpress-multisite/wp-content/plugins/types/application/models/field/part/option.php on line 8, Solution: This issue was actually resolved in our Latest version of Types and I would recommend that you update to this version. |
2 | 14 | 6 years, 5 months ago | ||
Form not displaying on page
1
2
Started by: michaelS-48 in: Toolset Professional Support |
2 | 23 | 6 years, 7 months ago | ||
Customize the Output Style with CSS for Pagination Controls ? Any CSS Examples ?
Started by: michaelS-48
in: Toolset Professional Support
Problem: The issue here is that the user wanted to use css to customize their pagination. Solution: You can actually follow the steps in the example below. |
2 | 3 | 6 years, 8 months ago | ||
Disable the plugin for non admin WP users ?
Started by: michaelS-48
in: Toolset Professional Support
Problem: I would like to remove the Toolset menu from wp-admin for non-administrator Users. Solution: Add the following code to your child theme's functions.php file: add_action( 'admin_menu', 'my_remove_menu_pages', 99 ); function my_remove_menu_pages() { remove_menu_page('wpcf'); } |
2 | 6 | 6 years, 8 months ago |