nullmem
Forum Replies Created
-
Forum: Reviews
In reply to: [OneSignal - Web Push Notifications] Scam! Scam! Scam!Considering how popular this plugin is, I am surprised the author has not responded with an explanation. Another reviewer mentioned the malware was injected via API. I am downloading now to investigate.
Has the author removed the malware from their API yet?
Forum: Plugins
In reply to: [Dashboard Welcome for Elementor] Scroll BarsThanks!
Forum: Plugins
In reply to: [WP YouTube Lyte] PHP Warning: Illegal string offsetThis is caused by trying to access string as if were an array. Newer versions of PHP will give warnings when you do this because it’s not best coding practice from a security standpoint. Unfortunately, this is going to require a rewrite and I am not sure if the developer wants to mess with it. Sadly this is the only plugin that correctly lazy loads youtube videos so there isn’t any other options.
Forum: Plugins
In reply to: [Authy Two Factor Authentication] Is it necessary to log API responses?Ok, I reported it.
Forum: Plugins
In reply to: [Authy Two Factor Authentication] Is it necessary to log API responses?I find this really annoying too. I typically will look for error_log files and see if any plugins are misbehaving, and it’s full of notices from this plugin. I think I am going to open an issue on github.
- This reply was modified 7 years, 8 months ago by nullmem.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] content-featured-post.phpWell, I found the problem right after I posted this, so I figured I would follow up in case anyone else has this problem. What I ended up doing that worked (strangely enough) was I went to Appearance -> Customize -> Featured Content, and changed to Slider, then back to Grid, and saved. Problem solved.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] CSS Image SpritesI installed as a separate plugin with old one still active as they seem to have different database references and short codes. I pasted key and clicked activate but I don’t see anything change, so I pressed save. Did it activate?
Forum: Plugins
In reply to: [Simple Share Buttons Adder] CSS Image SpritesNice I’m going to buy as well
Forum: Plugins
In reply to: [Simple Share Buttons Adder] CSS Image SpritesGo here and encode your images into base64 strings, then go to your “basic” plugin options and select custom image set. Type
data:image/png;base64,
followed by the base64 string in the custom image box with no spaces. Do not hit upload, just save changes at bottom of page when your done with all of your images.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] CSS Image SpritesI found a performance workaround that works well. I just pasted base64 image strings into the “custom image” boxes in the plugin settings.
data:image/png;base64,iVBORw0KGgoAAAA...