Nicholas
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 |
---|---|---|---|---|---|
Search all posts and ignore ordering
Started by: Nicholas
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 2 | 6 years, 6 months ago | ||
[wpv-post-url] doesn't output correct URL
Started by: Nicholas in: Toolset Professional Support |
2 | 2 | 6 years, 6 months ago | ||
Make sure post title is always capitalized
Started by: Nicholas
in: Toolset Professional Support
Problem: I am using PHP to create a custom post title based on custom field values. I would like to make sure the first letter of each word is capitalized. Solution: Use the PHP method ucfirst: $post_title = ucfirst($field1) . ' ' . ucfirst($field3) . ' ' . $field2; Relevant Documentation: |
2 | 3 | 6 years, 6 months ago | ||
Mark fields red if there's an error – ajax form
Started by: Nicholas in: Toolset Professional Support |
2 | 5 | 6 years, 6 months ago | ||
Search and get the post IDs of the first 5 results
Started by: Nicholas
in: Toolset Professional Support
Problem: I'm using a 3rd-party JavaScript plugin that requires access to the IDs of the first 5 results in a custom search View. How can I access the result post IDs in JavaScript? Solution: Add the post ID to the markup of each item in the Loop as a data attribute, then use jQuery.each() to loop over the results and obtain that information. Trigger this code on document ready for non-AJAX Views, or use the Frontend Events button to trigger it on pagination and search events. Relevant Documentation: |
2 | 3 | 6 years, 6 months ago | ||
Validate generic field
1
2
Started by: Nicholas in: Toolset Professional Support |
2 | 16 | 6 years, 6 months ago | ||
Save post as draft first. then preview it. then publish it
Started by: Nicholas
in: Toolset Professional Support
Problem: I would like to set up a workflow where someone can save a post as a draft, then preview the post, make changes as needed, then publish it. Solution: Use Forms to create content in a pending or draft status, then use an edit post form to modify that post status. |
3 | 3 | 6 years, 6 months ago | ||
build a new theme with php and integrate it into toolset
Started by: Nicholas in: Toolset Professional Support |
2 | 6 | 6 years, 6 months ago | ||
Use types custom field with google amp (accelerated mobile pages)
1
2
Started by: Nicholas in: Toolset Professional Support |
2 | 27 | 6 years, 6 months ago | ||
Display a layout when reading settings are set to "display recent posts"
Started by: Nicholas in: Toolset Professional Support |
2 | 4 | 6 years, 6 months ago | ||
Customize Forms redirection message
Started by: Nicholas
in: Toolset Professional Support
Problem: I would like to customize the redirection message that is displayed after a Form AJAX submission. Solution: add_filter( 'gettext', 'custom_cred_redirection_msg_func', 20, 3 ); function custom_cred_redirection_msg_func( $translated_text, $text, $domain ) { if($text == 'Please Wait. You are being redirected...' && $domain = 'wp-cred'){ $translated_text = "<strong>Your message here.</strong>"; } return $translated_text; } Relevant Documentation: |
2 | 3 | 6 years, 7 months ago | ||
Why so many auto-drafts?
Started by: Nicholas in: Toolset Professional Support |
2 | 6 | 6 years, 7 months ago | ||
Split: hook into the cred form success event
Started by: Nicholas in: Toolset Professional Support |
2 | 13 | 6 years, 7 months ago | ||
Product status has been changed; New status: auto-draft,Title: AUTO-DRAFT
Started by: Nicholas in: Toolset Professional Support |
2 | 7 | 6 years, 7 months ago | ||
Benefit of using WordPress Archives
Started by: Nicholas in: Toolset Professional Support |
2 | 3 | 6 years, 7 months ago |