Hello iacino,
We are the theme author of the Bizlight. Do you want a single banner image or slider for that section. If you will go for the slider in the future, the issue will solve itself because this issue is occurring in only one slide.
Or you will fix on the single banner image these codes will fix your issue for now.
Please go to Admin Dashboard > Appearance > Customize > Theme Options > Custom CSS and paste.
.evision-main-slider li:first-child + li {
display: none !important;
}
We will update this code in our next update of Bizlight.
Hope this sorts your issue.
Best Regards!!
Thread Starter
iacino
(@iacino)
Yes, I just want a single banner image and when I use that code, the picture changes to something else. I wonder how that happens? I like the other picture much more. Is there different code to use for the picture that was there already? Thanks for your help!
Hello iacino,
To have another image, please replace the previous code from below,
.evision-main-slider li:first-child {
display: none !important;
}
Hope it will help.
Best Regards!!
Thread Starter
iacino
(@iacino)
Thank you very much! That worked except that now text starts to load but disappears. Check it out.
Thread Starter
iacino
(@iacino)
It’s actually not working anymore so do you have anymore ideas?
Hello iacino,
We have fixed the issue and update with new version 1.1.2. Please upgrade it.
Hope, that would resolved your issues.
Best Regards!
Thread Starter
iacino
(@iacino)
I do have a child theme in place but the update made it worse. Can you help me fix it soon because I will have to go back to the previous version before clients see it live like this.
Hello iacino,
In our recently updated version, we replaced the bx slider to cycle2 to fix the clone issue for the banner.
We think, you have made customized Code/CSS on the base of bx slider. So by removing that code may solve your issue or you need to re-code on the base of new slider.
Thanks.