• Resolved sherryltd

    (@sherryltd)


    A year or so ago I was told to add this to the css to stop preloader images:
    #preloader_uris{
    display: none !important;
    }
    Upon the newest update it is showing groups of circles while loading. I still have the previous css there. I also deactivated and activated the plug in to see if that would take care of the problem.
    I do not want to have any preloader showing at all.
    Thank you for your help!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @sherryltd,

    Actually, many users requested to add pre-loader.

    That’s why In the recent version, we added the pre-loader.

    Download same version with updated code (removed the preloader for you): https://ufile.io/ba93k

    Thanks

    Your feedback is appreciated HERE. We will be grateful to you.

    Thanks

    Thread Starter sherryltd

    (@sherryltd)

    Thank you so much for doing that! What I do need to know, will upcoming updates put the preloader back in?

    Do the same to manage:

    File: uris-layout.php

    Orignal Code Like This:

    Line No. 241

    <img class="sp-image" alt="<?php echo esc_attr($slide_alt); ?>" src="<?php echo WRIS_PLUGIN_URL; ?>css/images/blank.gif" data-src="<?php echo esc_url($Url); ?>" />

    Line No. 275

    <img class="sp-thumbnail" src="<?php echo WRIS_PLUGIN_URL; ?>img/loading.gif" data-src="<?php echo esc_url($ThumbUrl); ?>"/>

    Update Code For You:

    Line No. 241

    <img class="sp-image" alt="<?php echo esc_attr($slide_alt); ?>" src="<?php echo esc_url($Url); ?>" data-src="<?php echo esc_url($Url); ?>" />

    Line No. 274

    <img class="sp-thumbnail" src="<?php echo esc_url($ThumbUrl); ?>" data-src="<?php echo esc_url($ThumbUrl); ?>"/>

    You need to replace the two code lines(241, 271) in plugin file uris-layout.php, if you update new version of the plugin. This will remove the loading icon functionality.

    Please leave your valuable feedback about our plugin – HERE

    Thanks

    Thread Starter sherryltd

    (@sherryltd)

    Great and Thank You so much!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘newest update shows unwanted circles loading’ is closed to new replies.