danM-7
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 |
---|---|---|---|---|---|
CSS Styling CRED Forms
Started by: danM-7
in: Toolset Professional Support
Problem: I would like to change the width of a CRED input field using CSS. Solution: Use the CSS attribute selector syntax to find the input field with the name "wpcf-" plus the field slug: input[name="wpcf-middle-initial"] { width: 40px; /* change this width to suit your needs */ } Relevant Documentation: |
2 | 6 | 6 years, 8 months ago | ||
Templates Terminology
Started by: danM-7
in: Toolset Professional Support
Problem: 2. In the Dashboard, under Toolset, "Layouts" lists "Layouts being used as templates for post types". Are those "Template Layouts"? 3. In the Dashboard, under Toolset, it lists "Content Templates". Are those what is meant by "Views Content Templates"? Solution: 2. That's correct. 3. Yes, that's correct as well. In general, Content Templates don't apply to entire post types or archives when you're using the Layouts plugin. They would mainly be utilized in individual Views' Loop Outputs in this case. If Layouts is not active, then Content Templates can apply to entire post types or archives, or to individual Views Loop Outputs. |
2 | 3 | 7 years, 2 months ago |