• Resolved portkill

    (@portkill)


    Hi –

    The gallery takes a considerable time to load before finally showing. Are there any lazy loading options available to show some of the images one at a time, rather than waiting for them all to load before showing? I have optimized the image sizes to increase the load time.

    Thanks.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello, dear portkill.

    Thank you for contacting us and for reporting your problem.

    To solve your problem, edit our Total-Soft-Portfolio Widget.php file. Find code.

    <div class=”content_filt_grid<?php echo $Total_Soft_Portfolio; ?>” style=”display: none;”>

    Please edit the code and write like this.

    <div class=”content_filt_grid<?php echo $Total_Soft_Portfolio; ?>” >

    Plugin Author totalsoft

    (@totalsoft)

    Find code and delete.

    if(y_Filt_Grid<?php echo $Total_Soft_Portfolio;?> == array_Filt_Grid<?php echo $Total_Soft_Portfolio;?>.length){
    jQuery(“.content_filt_grid_loading<?php echo $Total_Soft_Portfolio; ?>”).remove();
    jQuery(“.content_filt_grid<?php echo $Total_Soft_Portfolio; ?>”).fadeIn(1000);
    }

    Find code and delete.

    <div class=”content_filt_grid_loading<?php echo $Total_Soft_Portfolio; ?>” >
    “>
    </div>

    Thank You.

    Thread Starter portkill

    (@portkill)

    Thank you. That was very kind and heplful.

    One last question. I am migrating to a fresh server install. Is there anyway to export my old Total Soft Portfolios from the old site to the new site? I have purchased the PRO version. Thank you.

    -Oregon

    Plugin Author totalsoft

    (@totalsoft)

    Hello, dear portkill.

    Thank You for contacting with us.

    For pro or commercial product support please contact us directly on our site.

    Commercial products are not supported in these forums.

    Thank You very much.

    Thread Starter portkill

    (@portkill)

    It is much faster now, but the spinning load icon now does not go away. How can we remove it? Thanks.

    Thread Starter portkill

    (@portkill)

    Hi – still following up on this. After the edits as you suggested, now the spinning load icon always spins, and does not go away. How do we hide it?

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Loading Speed’ is closed to new replies.