Your Time:
Our Time:
← Back to discussions

Removal of preloader on the entire site

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 2 replies, 3 voices, and was last updated 7 years, 8 months ago by Fem.

  • 2018-12-11 at 1:51 pm
    Unknown Support Status
    #24503
    lemir
    Participant
    • Topics: 1
    • Replies: 0
    • Total posts: 1
    • Post count: 0

    How can we remove the pre-loader from the entire site. There is a setting to remove it from the homepage but not all other pages of the site. How can this be done?

    2018-12-12 at 12:46 pm
    #24505
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Go through this directory path ..\wp-content\themes\eventra\header.php and comment this lines of code in header.php

    // General Preloader
    $reino_page_preloader = get_option( 'reino_page_preloader' ) ? get_option( 'reino_page_preloader' ) : '';
    if ( 'on' !== $reino_page_preloader ) {
    	echo '<div class="reino_page_loader"></div>';
    }
    2019-01-02 at 11:56 am
    #24562
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Due to no response from the last message, we assume the problem is resolved and we consider closing this topic. If you have any further queries related to the same question then please re-open post your question here instead of opening a new topic.

You must be logged in to reply to this topic.