Title: Effect Time affecting gallery load
Last modified: October 5, 2020

---

# Effect Time affecting gallery load

 *  Resolved [portkill](https://wordpress.org/support/users/portkill/)
 * (@portkill)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/effect-time-affecting-gallery-load/)
 * [https://josephy.org/wp-content/uploads/2020/10/First-Load.png](https://josephy.org/wp-content/uploads/2020/10/First-Load.png)
   
   [https://josephy.org/wp-content/uploads/2020/10/First-Load-w-Icons.png](https://josephy.org/wp-content/uploads/2020/10/First-Load-w-Icons.png)
   [https://josephy.org/wp-content/uploads/2020/10/Second-Load-Inspect-Element.png](https://josephy.org/wp-content/uploads/2020/10/Second-Load-Inspect-Element.png)
 * The Effect Time seems to be messing with the load of the category bar at the 
   top, in addition to the image icons. As seen in the images above, once I “inspect
   element” suddenly they flash into appearance using the effect selected in settings.
   What’s the fix for this?
 * I’ve had to set the font-size of the icons to !important so that this isn’t an
   issue. I don’t know any CSS fix for the top menu. If I could disable the effect,
   I’d be fine with that. Thanks.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Feffect-time-affecting-gallery-load%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [totalsoft](https://wordpress.org/support/users/totalsoft/)
 * (@totalsoft)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/effect-time-affecting-gallery-load/#post-13497120)
 * Hello, dear portkill.
 * Thank you for contacting us and reporting your problem.
 * To solve your problem, edit our Total-Soft-Portfolio-Widget.php file. Find code
   in line 5104-5105 and delete.
 *  if (!jQuery(‘.filtItemFSize’).parent().parent().width()) { setTimeout(function(){
   resp(); },100) }
    else { jQuery(window).load(function(){ resp(); }); resp(); }
 * Thank You.
 *  Thread Starter [portkill](https://wordpress.org/support/users/portkill/)
 * (@portkill)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/effect-time-affecting-gallery-load/#post-13499915)
 * Thanks! That seemed to solve the menu issue.
 * How about for the icon issue. You’ll notice that they’re still tiny and not able
   to load properly with the effect.
 * [Link](https://josephy.org/test-test/)
 *  Plugin Author [totalsoft](https://wordpress.org/support/users/totalsoft/)
 * (@totalsoft)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/effect-time-affecting-gallery-load/#post-13502532)
 * Dear portkill.
 * Edit our Totaol-Soft-Portfolio Widget.php file. Find code in line 3809
 * font-size:5px;
 * Please edit the code and write like this.
 * font-size:14px;
 * Thank You.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Effect Time affecting gallery load’ is closed to new replies.

 * ![](https://ps.w.org/gallery-portfolio/assets/icon-128x128.jpg?rev=1448528)
 * [Portfolio Gallery - Responsive Image Gallery](https://wordpress.org/plugins/gallery-portfolio/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gallery-portfolio/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gallery-portfolio/)
 * [Active Topics](https://wordpress.org/support/plugin/gallery-portfolio/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gallery-portfolio/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gallery-portfolio/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [totalsoft](https://wordpress.org/support/users/totalsoft/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/effect-time-affecting-gallery-load/#post-13502532)
 * Status: resolved