Trinadin
Forum Replies Created
-
I’d like to tag onto this and add that we’re also experiencing this issue. This plugin is one of the only options available for this particular task, and this is a breaking bug, so it’d be great if it could get some attention. Curious if this is on the roadmap, or if there’s anything I could do to assist?
Forum: Plugins
In reply to: [Admin Page Framework] How to add Toggle?!Thank you! I was able to make it show up this way.
Forum: Plugins
In reply to: [Admin Page Framework] How to add Toggle?!Thank you for the response.
I’m actually referring to the “toggle” feature under “Bundled Custom Field Types.” The description is as follows:
toggle – lets the user toggle a switch button.
I’m unable to find any working examples of it, and the ones I do see in the demo don’t seem to work. type=”toggle” doesn’t do anything for me.
Forum: Plugins
In reply to: [Admin Page Framework] How to add Toggle?!FYI, this does not work. All the other field types work this way, and this is what the demo shows, but it does nothing.
public function setUp() {
$this->addSettingFields(
[
‘type’ => ‘toggle’,
]
);
}Forum: Plugins
In reply to: [WordPress Social Login] Twitter is the odd one out!OK, it turns out that if your application is whitelisted, it is pulling back the email address from Twitter. Problem is, if it sees that that email already exists, it creates a new user instead of updating the existing one.
Forum: Plugins
In reply to: [WordPress Social Login] Abandoned?Well, it worked before I regenerated my key to gain more access. Then I got Twitter Error 3, then Twitter Error 1. Followed previous threads on the issues with no luck. Also, the redirect callback on login and register didn’t work for me no matter how I set it up. Thank you, though. It’s definitely an awesome concept. I’ll take up my issues on your support thread when I get more time, but for now I’m probably gonna stick with trying to resolve my WSL issue.
User profiles are left behind in the wp_wslusersprofiles table upon user deletion through the WP back-end. How deeply these accounts are connected with new accounts created to replace them is yet to be seen. So far it looks like it ties them back together.
Forum: Plugins
In reply to: [WordPress Social Login] Abandoned?I just tried your plugin, wiziwiz, and it’s pretty awesome. Thank you for commenting!
Does just deleting the user itself not delete their association with a login through the plugin? I was wondering this myself.
Forum: Plugins
In reply to: [WordPress Social Login] Twitter is the odd one out!Hey Alec, I’m in the same predicament. To actually retrieve the email address from Twitter, you need to have your app whitelisted. If not, it won’t even pull that data back in the first place. But now my app IS whitelisted, and it still doesn’t appear to be pulling back the email and associating it with an existing account. I’m doing some debugging on the plugin to see if it really is on their end, or on mine, and will let you know if I come across anything. Please also let me know if you figure out a solution.
Forum: Plugins
In reply to: [WordPress Social Login] Abandoned?I have tried a lot of social plugins over the past few days, and yours is in my opinion the best. Thank you for building it.
Forum: Plugins
In reply to: [WTI Like Post] Possibility to change voteI have the pro version, and I have multiple voting disabled (I allow one per hour), but I’m still unable to cancel votes if I chose the wrong one on accident. I’ve dug through the settings to see if I’m missing something, but I don’t see anything else related. Is there anything else I need to do to get this functionality?
Forum: Plugins
In reply to: [WTI Like Post] Possibility to change voteThis would be a great feature. For instance, don’t allow the user to up vote or down vote multiple times, but at least allow them to switch back and forth if they accidentally chose the wrong one. Similar to how Reddit handles it. Is this a future possibility?
Forum: Plugins
In reply to: [Hide Real Download Path] Error: Adobe Reader could not open PDFI’m having the exact same issue. It corrupts every file that is run through it, but they download perfectly fine when gone to directly. I’ve found several other people asking about this as well, but the author refuses to answer with anything other than “you haven’t set it up correctly.”
This is sad because this seems to be the only plugin of its kind. Suppose I’ll start writing my own and get it up here ASAP.