Paul Marconi
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 |
---|---|---|---|---|---|
Can the Toolset parametric search be added inside ubermenus / mega menus?
Started by: Paul Marconi in: Toolset Professional Support |
2 | 6 | 5 years, 12 months ago | ||
Missing / hidden Custom Post Types
Started by: Paul Marconi in: Toolset Professional Support |
3 | 4 | 6 years, 1 month ago | ||
Migrating site to another host with a new URL – Toolset View loses the settings
Started by: Paul Marconi
in: Toolset Professional Support
Problem: The issue here is that the user migrated their site manually but noticed that their views settings was lost. Solution: This is actually possible if the site it being migrated manually and all the links are not updated properly. What you can do to avoid this is to use the duplicator plugin to perform your site migrations. |
2 | 9 | 6 years, 2 months ago | ||
Image upload in front end Form not working for Guest Users
Started by: Paul Marconi
in: Toolset Professional Support
Problem: I have a Form that allows Guest Users to create posts, and the form includes an image custom field. When Guests try to upload an image, they are shown an error message "There was an error uploading your file". Solution: add_action( 'admin_init','reset_guest_caps' ,9 ); function reset_guest_caps(){ global $current_user, $wpcf_access; if(isset($_GET['formid']) && $_GET['formid']==12345&&$current_user->ID==0) { $wpcf_access->settings=array(); } } Replace 12345 with the numeric ID of this Form. |
2 | 7 | 6 years, 6 months ago | ||
Email notifications from CRED Form goes to spam
Started by: Paul Marconi in: Toolset Professional Support |
2 | 5 | 6 years, 9 months ago | ||
Bulk import – import .CSV to CTP
Started by: Paul Marconi
in: Toolset Professional Support
Problem: Import CSV files in to CPT. Solution: |
2 | 4 | 6 years, 10 months ago |