Content Slider
-
Good Day, how do I insert the content slider on the home page? Also how do i make change the widget about me on the slider to a round photo?
-
Hi there,
I assume you’re working on https://siniscrn.com/?
how do I insert the content slider on the home page?
You can set up the slider built into the Olsen theme you’re using by adding a unique featured tag, which you specify in the Customizer, to the specific posts you want to appear in the slider. You can find detailed instructions on how to do that here:
https://wordpress.com/theme/olsen/setup
Also how do i make change the widget about me on the slider to a round photo?
What you have added to your site is a square photo in an image widget. The only ways to make that image round instead, is to upload an image that’s already round, or to use custom CSS code to make the image appear round. Custom CSS requires the premium plan.
The image you see on the demo page for this theme was added using a HTML widget, with inline styling applied in the HTML itself to make the image round:
<img style="border-radius: 50%;" src="https://olsenthemedemo.files.wordpress.com/2017/04/avatar2.jpg" alt="" />Copy that code, and paste it into a HTML widget on your site, replacing the URL with the URL for the image you want to use in your media library. The URL for the image you’re currently using there on your site is
https://siniscrn.files.wordpress.com/2020/06/b0bf84f4-9acd-4292-a7fb-9fb69ab7ab77.jpg
- The topic ‘Content Slider’ is closed to new replies.