Okay
  Public Ticket #1130780
Disable Loading Screen
Closed

Comments

  •   Walton started the conversation
  •  839
    Jelly replied

    Hi,

    It's impossible to do, if you disable it. It will disable in all pages.

    Please follow steps below:

    + Go to theme folder\inc\functions.frontend.php
    + Go to line 52 -> line 55, then replace the current code with the code below:

    /* wp_enqueue_script(
        'pathLoader',
        get_template_directory_uri() . '/js/pathLoader.js',
        array('jquery'),false,true ); */
    

    + Comment this line double slash (//) infront of the line.
    + Add css code in the path: Appearance -> Editor -> Style.css, please copy it in the end of the file:

    .ip-header {display: none !important;}

    + Save change and check your website.

    Best Regards,
    Jelly Team

  • Walton replied

    Thanks for your reply.

    But after we implemented the codes, the screen simply go black and unable to load anything.

    What should we do?

    Thanks.

  •  839
    Jelly replied

    Hi,

    Please provide wp login, website url and provide ftp login so I can check this problem.

    Please use private reply to send your information.

    Best Regards,
    Jelly Team

  •   Walton replied privately
  •  839
    Jelly replied

    Hi,

    Maybe you can check your information again? I can't login in your website with your information.

    Best Regards,
    Jelly Team

  •   Walton replied privately
  •  839
    Jelly replied

    Hi,

    It's work good now, please clear your caches and cookies then check your website again.

    Best Regards,
    Jelly Team

  •   Walton replied privately
  •   Walton replied privately
  •  839
    Jelly replied

    Hi,

    I've updated it for you now, please check it.

    Best Regards,
    Jelly Team

  •   Walton replied privately
  •  839
    Jelly replied

    Hi,

    Then try disable the auto start in slider, please following instruction:

    + Go to theme folder -> js -> open default.js
    + Go to find the text: "owl-main", then change: goToFirst: true, to goToFirst: false,
    + Save change and check your website.

    Best Regards,
    Jelly Team

  •   Walton replied privately
  •  839
    Jelly replied

    Hi,

    Please try this custom style:

    @media screen and (min-width: 1024px){
    #home-slider {background-image: none !important}
    }
    

    Best Regards,
    Jelly Team

  •   Walton replied privately
  •  839
    Jelly replied

    Hi,

    I've checked it and seem it can't disable. It will need for background-image in mobile version, so it's impossible to disappear.

    Best Regards,
    Jelly Team