Okay
  Public Ticket #824269
Change Loading Transition on a Single Page
Closed

Comments

  • Brennen started the conversation

    Hi! I was wondering if you had a little snippet of PHP I could put in a custom page template in my  child theme which will disable the loading transition on a single page on my website. I have the page refreshing every 60 seconds because it has a server status widget that is showing info based on a cron job which runs every minute. It gets annoying to have to watch the transition every minute. 


    Thanks! 

    -Brennen @ PixelCutLabs

  •  8,994
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    body.page-id-6561[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"] {
        display: none !important;
    }
    

    Bes.t


    ThemeNectar Support Team