mark5979
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Preload key request feature not working?That’s odd as I have just run this again on Lighthouse in Web developer tools in my browser and getting a very low performance score with the suggestion to preload key requests…
Guessing it is inconsistent when being access through different means
- This reply was modified 4 years, 11 months ago by mark5979.
Forum: Plugins
In reply to: [Autoptimize] Preload key request feature not working?Thanks for the fast response Frank, I have just noticed that it is only in the mobile analysis of Lighthouse… Does this work for mobile devices too?
Yes! That works exactly as I wanted, thank you!
Thank you very much for the response.
I have entered the above CSS and it does indeed remove the last two images of the gallery.
I need to remove 14 as there are 22 images in said gallery so I added the extra line of code and changed “n” to 14 however this didn’t seem to make a difference. Here is the total code I have added:
.foogallery.foogallery-container .fg-item.fg-type-image.fg-loaded:nth-last-of-type(1), .foogallery.foogallery-container .fg-item.fg-type-image.fg-loaded:nth-last-of-type(2) { display:none !important; } .foogallery.foogallery-container .fg-item.fg-type-image.fg-loaded:nth-last-of-type(14)I must be doing something wrong, are you able to help please?
Thank you 🙂
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Submit button on mobile view is way too long…Hi, thank you for the suggestion. This makes the email label the same length as the button. What I want to do is make the button about half the width it currently is. Do you know how I could do that?
Thank you so much for your help,
Mark