- This topic has 4 replies, 2 voices, and was last updated 5 years, 3 months ago by vicm.
- AuthorPosts
- March 5, 2019 at 12:58 am #10687vicmParticipant
First of all, I want to say that your theme is very well done. I used it a couple of years ago for a client and have just used it for my own site update. Lots of bells and whistles, but very easy to customize and much appreciated pluggable functions. Thank you.
Here’s my issue. I only have one slide at the moment, and I’ve adjusted positioning of the title and description. At some point I noticed that the title and description appear and animate twice, quickly. Haven’t touched the slider template. I thought it must be something in my css (removed the overlay) or the fact that I’ve got hashone-custom.js in my child theme, but have tested everything going back to default, and it’s still happening. No .js errors showing up. This happens across browsers and on mobile.
And I can see this happen on the hashone demo page (https://demo.hashthemes.com/hashone/) , but only occasionally on first load. After that, faster loading seems to take care of it. Do you have any idea what might be causing this? Thanks!
https://myfavoritemarketer.com
Vic
March 6, 2019 at 10:52 pm #10705HashKeymasterHi,
The solution is to remove the animation of the text. If you are fine with that we can provide you with the CSS code to remove the animation.
Thanks
March 7, 2019 at 6:16 am #10714vicmParticipantThanks. If you can provide the CSS, I can experiment. (I imagine I need to remove .fadeInLeft and .animated?)
But I do like the animation. Can you explain why this occurs? Is there no way to keep the animation, but avoid duplicating the effect?
(As I inspect the css, I see that the keyframes fadeInLeft CSS appears twice, though the webkit version is not active above in FF. Don’t know if that means anything.)
Thank you!
March 7, 2019 at 11:40 pm #10727HashKeymasterThe only solution for now would be to remove the animation. To remove it, go to Appearance > Additional CSS and paste the below CSS code.
We will need to debug it in detail and may be come up with a solution in our updates.
.animated{animation:none !important;}
March 7, 2019 at 11:49 pm #10728vicmParticipantThanks. Will see how it looks. Appreciate the attention.
- AuthorPosts
- You must be logged in to reply to this topic.