Archived topic
When writing a post, the image layout design change and the slider plugin
1 reply · Started by jisu on May 23, 2022
When I write a post on my blog page, I want to change the design of the part where the caption of the image part is displayed, and I want to use the photo slide function. In particular, I refer to this page for design.
How can I implement it with the functionality provided by generatepress ? If i need to install additional plug-ins, please tell us the plug-ins that generatepress recommends. Slide function and design custom function are required. I prefer the fast performance and the free version.
Hi Jisu,
With regards to modifying the caption of an image, you may utilize the Typography module to make font related modifications.
You’ll just need to set the Target Element to Custom and the selector to .wp-block-image figcaption
Example: https://share.getcloudapp.com/Wnu7z0qx
Typography Overview: https://docs.generatepress.com/article/dynamic-typography-overview/
If you would like to alter other settings than font for a WordPress Image Block caption, you would need custom CSS.
Side note: An Image Block will be introduced in GenerateBlocks 1.5 update which would allow to add a caption which will have various modification options. See: https://share.getcloudapp.com/nOuXEvvW
For sliders, see this response: https://generatepress.com/forums/topic/best-slider-for-gb/#post-2156277
Hope this clarifies. :)