slider content
-
Hello,
The featured image displayed in the slider at the top of the homepage no longer fits within the theme parameters. It seems the rendering has stopped working, and I can’t figure out the cause of the bug. I need help to resolve. I didn’t mess with any code. On the post page it’s ok, but on the slider it’s not getting adjusted anymore. I used the size of the demo version images (1200 x 900 px) to create mine. Thanks.
I could not attach images.
-
Hello @loalvarenga
You can use the regenerate thumbnail plugin to regenerate image size according to theme image size.
For further support, can you provide us the live URL of your website so we can check it and provide you feedback accordingly?
Thanks π
Hello,
Sure. link below. The website is still under construction.
Thank you very much.Title attribute issue as well. The element appears without an attribute, but it does have an attribute.
Thanks
Hello @loalvarenga
The image was displayed as a background to cover up the spaces for all size images so that it’s cropping to maintain aspect ratio & attributes also not showing on those images. You can use the following code in an additional CSS box to fix the image ratio to show a full-size image:
.top-featured-post-wrap .post-thumbnail figure {
background-size: 100% 100% !important;
height: 80px !important;
}Thanks π !!
Hi. Thanks, but it didn’t work out very well. The code affected the thumbnails on the right. They became rectangular, distorted and misaligned with the sliding content image.
By default, is the slider content image displayed as the background? The problem started a few days ago. When I started customizing the theme, the slider content was working perfectly.
Thanks again.Hello @loalvarenga
If previous image not solved then you can remove that code. Previous code help you to showcase inage in rectangle to maintain the ratio so that all your images will shown up without cropping.Image in banner was not display in background but yes alt tag was missed in img so we will fix it in upcoming updates.
Thanks π
Hello,
The code has now been removed. The important thing now is how to resolve the bug. I’m not a programmer. Without developer support, it’s going to be difficult. And I can’t wait around for a theme update indefinitely.
Thanks.
Hello @loalvarenga
Can you please confirm the bug so that we can release an update accordingly? The bug you are pointing out is no alt tags in banner images, right?
But if the bug is the post thumbnail of the featured post which is currently right side of the banner then you need to use the above CSS to showcase case whole image because those images were displayed as background currently.
You can use our support form to contact us via email so that it will be easier for us to support you further.
Thanks !!
Hello,
The bug is not in the featured post thumbnail. Thumbnails are ok. The featured images of the posts are also ok. The bug is only in the featured images of the slider (or banner, as you prefer) of the main page. They no longer fit the space, they are extrapolating the margins, as you can see in the link below. Maybe it’s the lack of alt tags, I don’t know. I’ve already tried using the support form, but it looks like it’s only offered for pro themes. I don’t have a Mystery Themes account. I’m sorry for the inconvenience, but I want you to understand my case too. The site is down, and I need to continue the work I started.
Thanks,
Hello @loalvarenga
That’s not the alt-tag issue. As you can see your image has white space around the images so that you are seeing spaces around the images. So you need to crop that image to remove the spaces. Or to zoom in the image a little bit you can use the following code in an additional CSS box:
.front-slider-block .post-thumbnail img {
transform: scale(1.03);
}Also form doesn’t need any mysterythemes account you can simply fill up the form choose query type others and send an email to us for further support. Also, mention the forum link so that we can link to this forum with that email.
Thanks !!
Hello,
Completed and submitted the support form.
Thanks,
The topic ‘slider content’ is closed to new replies.
