Did you use external resources for animation in the slider? We are not getting what is the actual issue with the slider. And by default, there is no animation in the slider. We are looking for the actual issue but we are not reaching there.
regards,
psink
Home page slider animation missing help me to rectify the problem
http://b4x.b21.myftpupload.com/
It is working but the animation is missing.
The beauty of the website is the Homepage slider animation. try to fix at the earliest.
this is my humble request.
Sorry to remind you we are publishing the website tomorrow.
Kindly do the timely help.
Regards
Suguna
Please Check the home page slider and rectify the problem.
http://b4x.b21.myftpupload.com/
It is working but the animation is missing.
The beauty of the website is the Homepage slider animation. try to fix at the earliest.
this is my humble request.
Sorry to remind you we are publishing the website tomorrow.
Kindly do the timely help.
Regards
Suguna
sorry for keeping you waiting. Here is the Css add this in Additional Css.
#main-slider .animated {
animation-duration: unset;
}
.slick-current .main-slider-contents {
animation-name: none;
}
have a great day
Regards,
Psink
Please Check the home page slider and rectify the problem.
http://b4x.b21.myftpupload.com/
it is working fine but the main-slider-content animation is jumping before it goes to its position.
Kindly help me fix it.
Regards
Suguna
Dear Psink
Thank you so much for you help.
Please Check the home page slider and rectify the problem.
http://b4x.b21.myftpupload.com/
it is working fine but the main-slider-content animation is jumping before it goes to its position.
Kindly help me fix it.
Regards
Suguna
Thank you so much for you help.
Please Check the home page slider and rectify the problem.
http://b4x.b21.myftpupload.com/
it is working fine but the main-slider-content animation is jumping before it goes to its position.
Kindly help me fix it.
Once again thank you for your prompt reply
Regards
Suguna
It looks like animation causing this issue in the slider. And I guess the previous issue is not solved yet, we are really sorry that the previous CSS code doesn’t work as it needs to be.
CSS to Fix Slider Content position
#main-slider .animated {
animation-fill-mode: none;
opacity: 1;
}
CSS to hide ‘Category:’ form Articles archive page
.category-articles h1.page-title {
visibility: collapse;
font-size: 0px !important;
}
.category-articles h1.page-title span {
visibility: visible;
font-size: 62px;
}
Please add the above CSS in Additional CSS
Have a great day
Regards,
Psink
Please Check the home page slider and rectify the problem in the slider
Tran parent layer goes below the the slide.
http://b4x.b21.myftpupload.com/
Regards
Suguna
Please add this CSS in Additional CSS, and remove the previous CSS that we provide to you.
.category-articles h1.page-title {
visibility: collapse;
font-size: 0px;
}
.category-articles h1.page-title span {
visibility: visible;
font-size: 62px;
}
Hope this will help you
Regards,
Psink