Jarrod Whitley
Forum Replies Created
-
Forum: Plugins
In reply to: [PHP Compatibility Checker] Why PHP 7.3 is missing?@antpb any update on a release timeframe?
Awesome. When can we expect that release?
Yeah, that makes sense. Thanks.
Maybe it would be a good idea to have this feature load after lazy loading is complete? That way it can still be useful to people using lazy load.
Thanks for the reply.
It appears that the image resolution itself is changed upon activating lazy load.
Example: https://i.imgur.com/eH4Vafo.png
Forum: Reviews
In reply to: [Social Media Share Buttons & Social Sharing Icons] Always the upsellUntil then, just run this script with Tampermonkey or something and it will make the menu button look like the rest.
// ==UserScript== // @name Ultimate Social Visual Fix // @namespace https://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://yoursite/wp-admin // @grant none // @require https://code.jquery.com/jquery-3.3.1.min.js // ==/UserScript== jQuery(document).ready(function($) { console.log('tampermonkey is running'); $('#toplevel_page_sfsi-options>.toplevel_page_sfsi-options') .css({ color: '#fff', background: '#096484' }); $('#toplevel_page_sfsi-options>.toplevel_page_sfsi-options').hover(function() { $(this).css({ color: '#fff', background: '#096484' }); }, function() { $(this).css({ color: '#fff', background: 'inherit' }); }); });
- This reply was modified 5 years, 7 months ago by Jarrod Whitley.
- This reply was modified 5 years, 7 months ago by Jarrod Whitley.
Forum: Reviews
In reply to: [Social Media Share Buttons & Social Sharing Icons] Always the upsellThis is a quality plugin you’re getting for free. You shouldn’t be surprised by them wanting you to pay for something they’ve spent countless hours developing. The push to actually pay them for their work is not that intrusive.
Forum: Plugins
In reply to: [a3 Lazy Load] Certain Images Not Being Lazy-loadedA one star review it is then.
Thank you for taking the time to write such a thorough response. This clarifies your usage of this function perfectly. I can see there is nothing to worry about. Thanks again!
It worked thanks!
Ok, if it’s getting resolved today, that’s not a problem. Thanks.
Is there a way to perform the update manually without erasing any of my plugin settings?
Forum: Plugins
In reply to: [a3 Lazy Load] Can’t see the settingsI’m having the same issue.It seems to be due to this plugin’s incompatibility with PHP 7.2. It’s strange that PHP 7 reaches end of life on 12/31 and they still have not updated this plugin.
The.a3rev_panel_container stays hidden even after clicking on the plugin tab.
Example: https://i.imgur.com/P2IH3t4.png
Forum: Plugins
In reply to: [a3 Lazy Load] Warning in compatibility with php 7.2A week later and the devs have not replied. That’s it for me. I’m not using an unsupported plugin. There are too many other options.