yashwantK
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 |
---|---|---|---|---|---|
Show star images instead of radio buttons in CRED form for rating posts
Started by: yashwantK
in: Toolset Professional Support
Problem: I would like to customize a CRED form's radio input fields so that each button is shown as an image. When the User clicks the image, the radio button should be selected. I want to apply custom CSS classes to each radio button and label so that my custom images can be animated and designed appropriately with CSS. I am starting with someone else's script but it does not work: https://www.cssscript.com/simple-5-star-rating-system-with-css-and-html-radios/ Solution: There are two problems here. 2. Each radio button needs a different CSS class. This type of customization is not completely possible in CRED, so custom code is required. I can give you some guidance here. Loop over the inputs and modify the DOM as needed using jQuery like this: // initialize CRED form star elements jQuery(window).bind('load', function(){ // loop over the star inputs jQuery('.stars').find('input').each(function(index, item) { // add classes to each input jQuery(item).addClass('star star-' + index); // continue manipulating the DOM here as needed }); }); Relevant Documentation: |
3 | 10 | 4 years, 11 months ago | ||
Displaying Placeholder Image for empty image field
Started by: yashwantK in: Toolset Professional Support |
1 | 2 | 6 years, 4 months ago | ||
Displaying CPT content on Profile page
Started by: yashwantK in: Toolset Professional Support |
2 | 7 | 6 years, 5 months ago | ||
Claim ownership of a specific post while submitting registration form
Started by: yashwantK
in: Toolset Professional Support
Problem: I would like to add a registration form that allows people to claim ownership of a post. Once an admin approves their ownership, the registrant becomes author of that post. Solution: Relevant Documentation: |
2 | 3 | 6 years, 9 months ago | ||
How to set up automatic Parent-Child connection ?
Started by: yashwantK
in: Toolset Professional Support
Problem: Take a look at this link below for assistance on how to set this up. https://toolset.com/documentation/user-guides/cred-forms-for-child-content/#displaying-the-form |
2 | 3 | 6 years, 9 months ago | ||
Is it possible to avoid duplicate value submission for any CPT field ?
1
2
Started by: yashwantK in: Toolset Professional Support |
2 | 27 | 6 years, 10 months ago |