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, 7 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, 8 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, 10 Monaten |