threepoint
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Lazy loading images – bug found and resolutionYou’re missing the . before litespeed-loaded. It should be:
/* PART 2 – Upon Lazy Load */ .litespeed-loaded{ -webkit-transition: opacity .5s linear 0.1s; -moz-transition: opacity .5s linear 0.1s; transition: opacity .5s linear 0.1s; opacity: 1; }Forum: Plugins
In reply to: [LiteSpeed Cache] Gone picturesI had a similar issue. The fix for me was by changing the Site Language to something else and then checking the Meta box and it came back. I then reset the Site Language back to what it was.
This may help you.
I had a similar issue. The fix for me was by changing the Site Language to something else and then checking the Meta box and it came back. I then reset the Site Language back to what it was.
This may help you.
Forum: Plugins
In reply to: [Easy Testimonials] Whitespace and “A” character on FirefoxOn further investigation, I fiddled with the code in the following file.
easy-testimonials/include/templates/single_testimonial.phpSee screenshot:
testimonial-issue3.pngI had to remove the whitespaces. Indenting the code seems to create this “A” character.
I believe this is a bug and should be fixed.