Ethos magazine image carosel Not showing featured posts

ive tried to serch for an answer in forum but issue has not been resuved .

Hello Gilan,

Thanks for writing in!

You must set a post as a featured posts in the Ethos Post Settings before it will appear in the carousel. And then make sure that the post carousel is set to display featured posts and not random or most commented. You can check this setting in Pro > Theme Options > Ethos > Post Carousel > Display.

If nothing is helping, provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: How The Forum Works

Best Regards.

Hey Gilan,

The given login credentials don’t work but there’s no need to log in as I’ve discovered the cause of the problem. Our Ethos Carousel doesn’t currently work with the RTL setup. I’ll post this in our issue tracker so it will be queued for fixing.

The workaround, for now, would be to set the direction of the carousel to LTR. Please temporarily add the following code in Theme Options > CSS.

/* 
 * Ethos Carousel Workaround for RTL Sites 
 * Remove this block of code if this issue is officially fixed. 
 * See https://theme.co/docs/changelog/pro-3
*/
.x-post-carousel {
    direction: ltr;
}
/* Remove this block of code*/

Hope that helps.

christian thank you for the superb supports

@GPRSEO,

It’s our pleasure to help you.

Thank you.

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