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?
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.
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.
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.
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;
}