Hello,
The slider doesn’t work because you did not set any featured images for your posts. Set featured images for the category you want to show in the slider and it will work properly.
You don’t need a child theme for this, you should delete it.
I don’t really understand the last part about the photos. You want to use the images that we have in the demo? All those images are from http://pixabay.com, and you can find there more interesting images.
How do I set the images highlighted?
The pictures on the Recents post is equal to that is here: http://prntscr.com/45woye
You can see here about the featured images: http://codex.ww.wp.xz.cn/Post_Thumbnails
I’m still not sure what you mean about those images. If you want to download them, you can check the readme.txt file of the theme and you’ll find there the links where you can find them.
Thanks Vladd, managed to create my slide, but not as you adjust the size of it? Did it lower.
And How do I let the whole Banner in the header?
No side edges.
http://www.preac.unicamp.br/casadolago/
Add this to your child theme style.css or custom css plugin for the banner:
.site-header .container {
width: 100%;
}
Add this for your slider:
.slide {
height: 400px; /*Change this to the value you want*/
overflow: hidden;
}
Sorry about the delay, was traveling.
Reducing the size of the slider worked but did not work in the header banner, where I include this code?