Okay
  Public Ticket #885360
Pages don't display content straight away
Closed

Comments

  •  2
    John started the conversation

    Hi,

    The pages on my site (apart from the home screen slider) take about 4 seconds to load the content...not sure why. How do I turn off this "feature" / fix this error?

    Kind regards,

    John

  •  840
    Jelly replied

    Hi,

    It is appearance animation, if you don't want it, can be removed by deleting the lines between 69-74 of epic.css

    .jt_row {
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in;
        -o-transition: opacity 0.5s ease-in;
        transition: opacity 0.5s ease-in;
    }

    Best Regards,
    Jelly Team

  •  2
    John replied

    Hi,

    Where is epic.css? I have style.css (see WP_Templates screenshots attached) but there is no mention of ".jt_row" in the file (see StyleCSS_Search-JT_row screenshot attached).

    Kind regards,

    John

  •  840
    Jelly replied

    Hi,

    You should use ftp to access this file. The directory is: /epic-jellythemes/css/epic.css.

    Best Regards,
    Jelly Team

  •  2
    John replied

    Aha, thank you - will give it a go tonight.

    Kind regards,

    John

  •  840
    Jelly replied

    Hi,

    I wondering it's work for you now? Do you still need my help?

    Best Regards,
    Jelly Team