• Resolved MoniaKal

    (@moniakal)


    Hello!
    Please how to remove the line of loading and keeping only the percent
    from the plugin loading page)

    Thank you

    • This topic was modified 8 years, 1 month ago by MoniaKal.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @moniakal,

    You need to edit the plugin’s code as follows:

    1. Open the “/wp-content/plugins/loading-page/css/loading-page.css” file with the text editor of your choice.

    2. Paste at the end of the file’s content the style definition:

    .lp-screen-graphic{display:none !important;}

    3. Finally, clear the browser’s cache, after edit the online files.

    and that’s all.
    Best regards.

    Thread Starter MoniaKal

    (@moniakal)

    hello,

    Thank tou for the replay,
    It doesn’t change any think, but i find the solution, i have changed this line in bar/loadin-bar.js
    options.height= options.height || 1;

    by this one

    options.height = options.height || 0;

    Thank you ??

    Plugin Author codepeople

    (@codepeople)

    Hello,

    Yes, your solution is valid too.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove the line of loading’ is closed to new replies.