Home Forums HashOne first slide-caption loads twice

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10687
    vicm
    Participant

    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

    #10705
    Hash
    Keymaster

    Hi,

    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

    #10714
    vicm
    Participant

    Thanks. 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!

    #10727
    Hash
    Keymaster

    The 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;}

    #10728
    vicm
    Participant

    Thanks. Will see how it looks. Appreciate the attention.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.