pixelwiz
Forum Replies Created
-
Yes, that’s correct. I wanted to use a recaptcha for added security and trying to prevent hackers from logging in, but then the members could not log in either cause it wasn’t shown to them on your login page.
Thanks,
-RomanForum: Plugins
In reply to: [User Access Manager] ReCaptcha on Login Form for User Access ManagerI figured out how to fix the button class so that CSS would work correctly, but I’m still at a loss on how to go about using your filter to make the login form work with Re-Captcha?
Forum: Plugins
In reply to: [User Access Manager] ReCaptcha on Login Form for User Access ManagerHi, I’m still hoping you to get some help with this. There is one new problem with the login form, not only does the RE-Captcha not work, but also it’s stripping some CSS colors for some reason so the Login button doesn’t have the bright color it’s supposed to. Can you please help me, is there a better way to contact you?
Forum: Plugins
In reply to: [User Access Manager] Restringing blog access with User Access ManagerHi, is there any way to restrict the blog access with your User Access Manager plugin?
Forum: Plugins
In reply to: [User Access Manager] ReCaptcha on Login Form for User Access ManagerHi, any chance you could give some more specific instructions? How do I make the reCaptcha appear when a visitor goes to a protected page and your code automatically displays the login form but without the reCaptcha? Not sure where I’d look for the filter, or what to do with it.
Forum: Plugins
In reply to: [User Access Manager] ReCaptcha on Login Form for User Access ManagerCan you please give some more specific instructions? How do I make the reCaptcha appear when a visitor goes to a protected page and your code automatically displays the login form but without the reCaptcha? Not sure where I’d look for the filter, or what to do with it.
Forum: Plugins
In reply to: [Page Restrict] ReCaptcha doesn’t work with Page Restrict LoginHi, is it possible to somehow display the reCAPTCHA on the login form that’s displayed by your plugin when a member isn’t logged in?
Forum: Plugins
In reply to: [User Access Manager] ReCaptcha on Login Form for User Access ManagerHi Alex, I’m trying to deliver a project to a client with restricted pages, and the fact that the login doesn’t work when ReCaptcha plugin is used is holding it up. Can you please let me know when you can implement a hook for it and how that’ll work?
Forum: Plugins
In reply to: [User Access Manager] ReCaptcha on Login Form for User Access ManagerThank you. Any ETA on that implementation, and how would I need to adjust the login form?
Forum: Plugins
In reply to: [User Access Manager] ReCaptcha on Login Form for User Access ManagerForgot to Subscribe to notifications
How about in 1.9.6?
Awesome thanks, I really like how it works and would love to use it easily on new sites as well as let clients make edits themselves.
Forum: Themes and Templates
In reply to: Just a basic simple blog themeThanks, that’s what I started with, but I don’t need that big image in the middle it just wastes space, and I would like it to match my site a little more… I guess I can learn how to customize it…
Basically, I first created a stand-alone page for testing:
http://thejupiterchiropractor.com/wp-content/themes/Remedy-Chiropractic/test.phpAfter it looked the way I wanted, I found the spot on the home.php page where the default slider was being included, deleted it and pasted the code from the test page.
The only thing is, if your theme already uses jQuery, you don’t need to include it again.
I had to make a couple of minor CSS adjustments to get it to fit properly (centered correctly and change height/width). All it all didn’t take very long.
What I really want to do it have it as a plug-in, so that my client can change the pictures and content on his own. But that would require learning this:
http://new2wp.com/pro/part-3-making-a-dynamic-wordpress-jquery-featured-post-slider-tutorial-finale/ I’ve never done a plug-in before. But sounds doable, just need to figure out how to enter the content as posts, and then do a query and a loop to replace the HTML parts.I only know how to do it manually, but I’d like to be able to control it through the admin so my clients can edit the content themselves…