Instruction
This featurettes widget allows you to create dynamic, responsive sections with images, headings, and text. You can also add optional links to guide users to other pages or posts. Follow these steps to customize the widget:
-
Locate the
featurettesDataArray:- Inside the JavaScript section, find the
featurettesDataarray. Each object in this array represents a featurette.
- Inside the JavaScript section, find the
-
Customize Each Featurette:
- Heading and Subheading:
- Update the
headingandsubheadingfields with your desired text.
- Update the
- Text Content:
- Edit
text1andtext2for the two paragraphs of content.
- Edit
- Image:
- Replace the
imageURL with your desired image link. - Use the
altfield to provide alternative text for the image.
- Replace the
- Order:
- Set
orderto"normal"for the image on the right or"reverse"for the image on the left.
- Set
- Optional Link:
- If you want to include a button, set the
linkfield as follows: - If no link is needed, set
link: null.
- If you want to include a button, set the
-
Add or Remove Featurettes:
- Add more objects to the
featurettesDataarray to create additional featurettes or remove unwanted ones.
- Add more objects to the
-
Preview and Save:
- After making changes, refresh your webpage to see the updates. Save your edits when you're satisfied.
- Heading and Subheading: