ober0330
Forum Replies Created
-
Forum: Reviews
In reply to: [Collapsing Archives] Great until PHP 8I don’t remember where all the changes were. Basically anywhere you have an array using blah{x}, just switch it to blah[x]. Or just run the plugin in a PHP 8 environment, you’ll see it pretty quick.
Forum: Plugins
In reply to: [YUZO] Add new plugin broken after updateThanks. I swear I did that yesterday but I tried on a different computer today and it is working as expected.
Forum: Plugins
In reply to: [YUZO] Add new plugin broken after updateI get redirected to this page when trying to go to the plugin-install page:
Forum: Plugins
In reply to: [wpDirAuth] Custom authenticationThanks for the quick reply. No, by custom system, I am referring to a custom java web application with an Oracle DB.
Maybe you can clarify something for me then. I assume that somewhere in the line of things, it is taking the user’s password and encrypting it for comparison. But I searched through the code in the plugin and I didn’t really see any encryption methods. Yet our sys admin said she had to add ‘SHA’ to the password string to get it to encrypt and compare properly.
But based on what you’re telling me, something is doing that before it ever gets to your plugin. Is that correct? Is LDAP or maybe even WordPress encrypting the user entered password for comparison through LDAP?
Forum: Plugins
In reply to: [Contact Form DB] Unable to Delete RecordsThat update fixed it for me! Thank you so much for working on this and resolving it!!!
Forum: Plugins
In reply to: [Contact Form DB] Unable to Delete RecordsThe address before and after clicking are exactly the same, which makes it even more strange. It’s like it is trying to redirect in the process to a page that doesn’t exist.
Forum: Plugins
In reply to: [Contact Form DB] Unable to Delete RecordsMichael, if it helps, I’m also unable to delete but I get kicked out to the main site to my 404 page. Like I’m not even in the admin area after I click delete.
Forum: Plugins
In reply to: [Simple Social Icons] Fonts/Icons not workingNevermind! Figured out that my theme was overriding the font.
In your plugin, I had to change (line 36 in style.css):
.simple-social-icons ul li a {
font-family: ‘ssi-icomoon’ !important;
}Basically, had to set that font family to be important. Seems like that should be the default for the plugin.
Forum: Reviews
In reply to: [Simple Social Icons] I struggle through despite my frustrationsThe support is good and I appreciate the quick response. I can’t change my rating now but if I could I’d rate it a 5.
Forum: Plugins
In reply to: [Simple Social Icons] Icons not appearing correctlyThanks for the information. I appreciate the support and I will update my review.