Slider in Ethos Demo

Hi,

Can you tell me what you used for the slider in the Ethos 1 demo:

http://demo.theme.co/ethos-1/

thanks.

Hi Chris,

Thanks for writing in! It’s Ethos post slider which you can enable it by head over to X -> Theme Options -> Ethos -> Post Slider – Blog section and there you can set your desired settings.

Hope that helps.

Thanks @mldarshana I will take a look :slight_smile:

You are most welcome. :slight_smile:

Just one thing, could the posts slider be moved or does it have to be above the masthead on the index/blog page?

Just a thought.

thanks again.

Hi there,

There is no available option where you can change the placement of the post slider though you can do it by customizing the code through a child theme.

The code you will have to copy is the wp-header.php you can find in wp-content/themes/x/framework/legacy/cranium/headers/views/ethos then put it in wp-content/themes/x-child/framework/legacy/cranium/headers/views/ethos.

Another file you have to customize is the wp-index.php that is in framework/views/ethos/.

If you edit the wp-index.php code through the child theme, you will find the line:

<?php x_get_view( 'ethos', '_post', 'slider' ); ?>

which displays the slider. If you want to move it. Copy the whole line and delete it from wp-index.php file and open wp-header.php of the child theme and you can insert the code in the file where you want it to be displayed.

Hope this helps you get started.

Cheers!

Thanks @Jade :slight_smile: i will have a play around with it.

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.