Okay
  Public Ticket #2295617
Change the loading animation
Closed

Comments

  •  1
    dmalhotr started the conversation

    Hello there,

    Currently I have the default spider loading animation. I like to replace it with a shortcode. How can I do that?

  •  3,022
    Andrew replied

    Hi dmalhotr,

    There is no direct option for this in the theme and you will need to modify theme files.

    The loading screen is the div with ID ajax-loading-screen in:

    salient\nectar\helpers\header.php line 663

    You will need to alter that content of that div to add your shortcode.
    Hope you can work it from there as this is not part of the support we cover.

  •  1
    dmalhotr replied

    Thanks for your response Andrew.

    It was to hard to figure where I have to paste the "Shortcode" to replace the current loader with a shortode so I skip it.