Added Ethos carousel above custom headers in Pro or w/Elementor

Hey. This question was answered for me regarding using pro headers in X Pro a while ago, yet i’m not sure if things have changed and I want to see what I can with some new design ideas.

This thread looks like it does something as well, but … I might need some more specifics
( Ethos Carousel with PRO Custom Headers )

Here’s the 2-part question.-

1 - How do I put the Ethos post carousel above the custom headers that I create in X Pro
2 - I’m experimenting with an Elementor/X Pro combo. How to place the Ethos post carousel above headers created in Elementor?

So basically, how do I put the Ethos post carousel above both X Pro custom headers and Elementor custom headers?

Hi Peter,

Thanks for reaching out.

  1. As answered on that thread, you would need the custom code. The carousel is only applicable on standard header, hence, it’s only achievable with customization similar on that thread.

  2. Unfortunately, that’s something we can’t answer as we’re not fully familiar with Elementor implementation. But it’s too is only possible with customization.

If Elementor have similar action like x_after_view_global__slider-above in this line

add_action('x_after_view_global__slider-above', 'display_carousel');

Then you can use the same code, but just change that action to the one Elementor provides.

Thanks!

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