Ljuba
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 |
---|---|---|---|---|---|
Toolset CRED WYSIWYG default font
1
2
Started by: Ljuba in: Toolset Professional Support |
4 | 19 | 6 years, 5 months ago | ||
Conditional remaining 'selection' BUG
1
2
Started by: Ljuba in: Toolset Professional Support |
3 | 30 | 6 years, 5 months ago | ||
Why conditional fields not working in Repeatable Groups?
Started by: Ljuba in: Toolset Professional Support |
2 | 3 | 6 years, 5 months ago | ||
Toolset CRED WPML Integration – not needed anymore?
Started by: Ljuba in: Toolset Professional Support |
2 | 3 | 6 years, 6 months ago | ||
Development versions link
Started by: Ljuba in: Toolset Professional Support |
2 | 6 | 6 years, 6 months ago | ||
Opening hours
Started by: Ljuba in: Toolset Professional Support |
2 | 13 | 6 years, 6 months ago | ||
Toolset Views – Elementor – Anywhere Elementor Pro
1
2
Started by: Ljuba
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
3 | 25 | 6 years, 7 months ago | ||
Layouts and Genesis 2.6.1 ‘strech’ problem
Started by: Ljuba
in: Toolset Professional Support
Problem: Solution: .full-width-content .site-inner { max-width: 100% !important; } .full-width-content .content-sidebar-wrap { width: 100%; } .full-width-content .content { padding: inherit; width: 100%; } Relevant Documentation: |
2 | 6 | 6 years, 7 months ago | ||
Conditional View
Started by: Ljuba
in: Toolset Professional Support
Problem: Solution: You can find proposed solution with the following reply: Relevant Documentation: |
2 | 9 | 6 years, 7 months ago | ||
Repeater slug
Started by: Ljuba
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 3 | 6 years, 7 months ago | ||
Divi issue to edit post
Started by: Ljuba in: Toolset Professional Support |
2 | 11 | 6 years, 8 months ago | ||
Conditional fields
Started by: Ljuba in: Toolset Professional Support |
2 | 7 | 6 years, 8 months ago | ||
Change theme for datapicker in CRED
Started by: Ljuba
in: Toolset Professional Support
Problem: Solution: |
2 | 11 | 6 years, 8 months ago | ||
Limit number of repetitions in repeating field
Started by: Ljuba
in: Toolset Professional Support
Problem: I would like to limit the number of repetitions in 4 repeating custom fields on a CRED form. Solution: You must use custom JavaScript to limit these repeating fields on the front-end of the form. The following code works for the 4 fields mentioned here: jQuery(window).bind("load", function(){ var maxreps = { 'wpcf-otros-nombres': 3, 'wpcf-patrono-a': 3, 'wpcf-imagenes-para-la-galeria': 6, 'wpcf-videos-incrustados': 6 }; jQuery(document).on( "click", ".js-wpt-repadd", function(e){ var $closest = jQuery(this).closest('.js-wpt-repetitive'); var isfile = $closest.find('input[type="file"]').length; var name = isfile ? $closest.find('.wpt-repetitive-field:first input[type="file"]:first').attr('data-wpt-name') : $closest.find('.wpt-repetitive-field:first input:first').attr('data-wpt-name'); // how many repetitions? if ( $closest.find('.wpt-repctl').length > maxreps[name] -1 ) { // hide button to add more jQuery(this).hide(); } }); // add click listener to trash buttons jQuery(document).on( "mouseup", ".js-wpt-repdelete", function(e){ var $closest = jQuery(e.target).closest('.js-wpt-repetitive'); $closest.find(".js-wpt-repadd").show(); }); }); |
2 | 12 | 6 years, 8 months ago | ||
Repeating fields should not be used in child posts
Started by: Ljuba
in: Toolset Professional Support
Problem: Solution: You can find proposed solution in this case, with the following reply: Relevant Documentation: |
2 | 12 | 6 years, 8 months ago |