Jaime
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
When trying to edit / duplicate a CPT with WPML, it opens Layout Editor
Commencé par : Jaime in: Toolset Professional Support |
2 | 3 | Il y a 4 années et 7 mois | ||
Display Images (Repeating Field) in Edit Form Horizontally
Commencé par : 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 | Il y a 4 années et 7 mois | |
Hide/Show content based on conditional, but limit the number of displayed posts
Commencé par : 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 | Il y a 4 années et 9 mois | |
New Post Form notification emails not working anymore
Commencé par : 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 | Il y a 4 années et 10 mois |