Updates make slider go black

Posted in: Newspaper
Post count: 18

Every time I do an update I lose my feature images in the slider which goes black. What do I have to do to avoid this and get them back?

Post count: 20688

Hi,

Which slider are you referring to exactly? I will make some tests with it. Is the issue currently happening in your website? I could take a look, please provide a link so I can take a look.

Thanks

Post count: 18

Hi,

its the slider that comes with the theme. This only seems to be an issue in Chrome. I have cleared cache etc and it makes no difference.

https://www.gastrotravelogue.com

Post count: 20688

For me the slider looks like this in Chrome and Firefox as well
http://prntscr.com/kjadsi
That is how it should look for you as well in these browsers. If it looks different, force refresh the page a few times (Ctrl+Shift+R) or check browser extensions maybe.

Post count: 18

Thanks so much for the reply. There must be a conflict on my side. I have tried a number of things without any success. I have decided to change the page and have removed the slider. I have replaced it with the large header of the current post with the featured image.

Just a quick question about that – The image goes darker, which I know is part of the theme. I was wondering though if there is a way to remove the shadow over the pic so that it appears in its original form? Is there maybe a bit of code that I could use? Thanks so much for your help.

Post count: 20688

That is unusual indeed. Regarding the homepage post, that will be possible. The gradient was designed to place a darker tint over the image, this would be useful when the image used is lighter in color to make the post title and other meta more visible.

In the current case removing the gradient will have this result
http://prntscr.com/kkqk9p
This is the code for that

.home .td-image-gradient-style8:after {
display: none;
}
.home .td-post-template-8 .td-post-header {
background-color: transparent;
}

Using only the first part of the code would have this result
http://prntscr.com/kkqksa
For this result you only have to enter this one

.home .td-post-template-8 .td-post-header {
background-color: transparent;
}

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.