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 years, 10 months | ||
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 years, 11 months |