Hi, good afternoon.
It’s just that suddenly the titles of the posts and their meta data dissapeared in the widget ‘NEWS SLIDER’ of the main page of my website
Can you help me to fix that? If you need the username/pass i can send it to you by private message.
Thank you very much!
Hello Pablo !
I have checked your site and see that the issue was caused by the trible-events plugin which has the CSS codes in conflict with the News Slider widget. To resolve this issue, please do as the following:
1. Install the Jetpack by WordPress.com plugin.
2. Setting Jetpack then enable the Custom CSS feature.
3. Move through Appearance > Editor Css, add the following code:
.news-slider .carousel .carousel-inner .entry-header {
display: block;
}
Hope this helps !
Thank you very much for your response Dominic.
I didn’t want to install another pluguin because it slows the webpage, so I deleted the events pluguin for the moment.
Thanks!
Hi,
You can add the following code to the style.css file (Dashboard > Appearance > Editor.)
.news-slider .carousel .carousel-inner .entry-header {
display: block;
}
Regards,
Please login or Register to submit your answer