Jaime
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
When trying to edit / duplicate a CPT with WPML, it opens Layout Editor
Gestartet von: Jaime in: Toolset Professional Support |
2 | 3 | vor 4 Jahre, 6 Monaten | ||
Display Images (Repeating Field) in Edit Form Horizontally
Gestartet von: Jaime
in: Toolset Professional Support
Problem: I have a repeating image field in my Edit Post Form. I would like to display the images horizontally instead of vertically, but when I add the following CSS it changes the display of all repeating fields: .wpt-repctl.wpt-repctl-flex { display: inline-flex; width: 25%; margin-right: 1%; top: 0px; } I would like to only use this style for repeating images. Solution: Add a wrapping div with a CSS class like "rcc-img-edit" around the repeating image cred-field shortcode. Then target that ancestor in your CSS selector: .rcc-img-edit .wpt-repctl.wpt-repctl-flex { display: inline-flex; width: 25%; margin-right: 1%; top: 0px; } |
|
2 | 3 | vor 4 Jahre, 7 Monaten | |
Hide/Show content based on conditional, but limit the number of displayed posts
Gestartet von: Jaime
in: Toolset Professional Support
Problem: limit the number of posts created by a user containing the option 'On' to 3. Solution: It is possible with a post view + a post form, for example: Relevant Documentation: |
|
2 | 5 | vor 4 Jahre, 9 Monaten | |
New Post Form notification emails not working anymore
Gestartet von: Jaime
in: Toolset Professional Support
Problem: Send email notification with Toolset Forms, we want an alternation of WP SMTP plugin. Solution: You can try plugin "Post SMTP Mailer/Email Log": https://wordpress.org/plugins/post-smtp/ Relevant Documentation: |
|
2 | 3 | vor 4 Jahre, 9 Monaten | |
After migrating with Duplicator, Marker Maps not showing
1
2
Gestartet von: Jaime in: Toolset Professional Support |
|
2 | 21 | vor 4 Jahre, 11 Monaten | |
After search twice map dissappear (rewriting search on url)
Gestartet von: Jaime
in: Toolset Professional Support
Problem: Solution: jQuery(function($){ var form = $('form.js-wpv-filter-form-3403'); var url = form.attr('action') form.attr('action', url.replace('#038;', '')) }) |
|
2 | 7 | vor 4 Jahre, 11 Monaten | |
Show message after trigger button
Gestartet von: Jaime in: Toolset Professional Support |
|
2 | 9 | vor 5 Jahre | |
Split: How to stop pagination controls from scrolling with the results
Gestartet von: Jaime in: Toolset Professional Support |
|
2 | 6 | vor 5 Jahre |