• Resolved portkill

    (@portkill)


    1) The loading icon does not go away, even after load. How do we remove it?

    2) Portrait items are cut-off in the popup. For example, if you click on Abigail Dundas photo icon, you’ll notice on desktops, the photo is cut off. This is the case for any tall item on desktop computers. How can we solve this?

    Thank you for your concern,
    S

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

Viewing 1 replies (of 1 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello, dear portkill.

    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; ?>” >

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘2 Issues’ is closed to new replies.