#207973
 Radu
Moderator

Hi,

I see, not sure why that, try to add the next snippet in wp-admin -> general options -> Javascript code

COPY CODE

<script>
jQuery(document).ready( function () {
    KLEO.main.init();
});
</script>

Or this one

COPY CODE

<script>

jQuery(document).ready( function () {
	setTimeout(KLEO.main.init(),2000);
});
</script>

Let me know

Cheers
R

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

Log in with your credentials

Forgot your details?