ilwoody
Forum Replies Created
-
Oh that worked perfectly!
For your info, or probably you just know it, that issue happened with the new version of Oxymade that introduces Fluid Typography.
Thanks for the fix!Forum: Plugins
In reply to: [Restricted Site Access] Redirect to specific pageSOLVED.
I’m so sorry I missed the settings of this plugin! That was really helpful!Forum: Plugins
In reply to: [WP Job Manager] Notify candidate after a job is submittedThank you for your reply. But how will freelancers get notified with no email? Should they visit job listing page all the time?
Isn’t this a standard workflow for freenlancer to be notified when a right job for them has been publish?
Forum: Plugins
In reply to: [Postie] Postie won’t work with my GmailUnfortunately it was solved by itself. At some point it just started working. Maybe the plug-in author can help better, but this was for me. Sorry I couldn’t help.
Forum: Plugins
In reply to: [Postie] Postie won’t work with my GmailAh also went to:
https://www.google.com/accounts/DisplayUnlockCaptchaForum: Plugins
In reply to: [Postie] Emails being suddenly rejectedSorry I wrote in the wrong place… I can’t removed this
- This reply was modified 7 years, 2 months ago by ilwoody.
Forum: Plugins
In reply to: [Frontier Post] Restrict author categoryHi finnj I think I exaplained bad the situation.
Let’s say:
I have three authors: John, Claire and Mark
Also three post categories: Cars (id=”1″), Weddings (id=”2″), Tennis (id=”3″)
I have John that writes about cars, Claire about weddings and Mark about tennis.If in Role & Capability settings I type “1,2,3” every author will be able to post in these three categories right.
I’m trying to let John only post on cars category. I accomplish this with the plugin I mentioned, but it does not communicate with Frontier.
Thank you
Solved that.
Since it was a registration form, that was the field for the recaptcha code. Since I had some wrong apies it displayed that error message.
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Plugin will print the same pageHi mate,
sorry for the late.
To experience my issue you need to login at my website as subscriber. Here the credentials I created for you:
https://suonareaorecchio.com/login
username: printfriendly
password: PrintFriendly01Then you can go to this page
https://suonareaorecchio.com/introduzione and browser though all the other to see what it cause.
Thanks for helping.
Paolo
I mate, thanks for replying.
These are the only lines I added in the functions.php. The first is for hiding admin bar to non user, the secon to add a login/logut button in the header, but I’m sure you figure out yourself.
/* Admin bar */ if (!current_user_can('manage_options')) show_admin_bar(FALSE); /* Login/Logout */ add_filter('wp_nav_menu_items', 'add_login_logout_link', 10, 2); function add_login_logout_link($items, $args) { ob_start(); if ( is_user_logged_in() ) { wp_loginout('index.php'); } else { wp_loginout( get_permalink( get_page_by_title( 'La mia pagina' ) ) ); } $loginoutlink = ob_get_contents(); ob_end_clean(); $items .= '<li>'. $loginoutlink .'</li>'; return $items; }
In the plugin code I didn’t change a single line. Do you have any idea?
Yes that worked! Thanks!
Exactly what I was about to ask! Cheers buddy
That worked mate! Thanks a lot!
Thanks for replying mate.
I set up the content in S2member -> PayPal options -> Modification Confirmation email (Standard/Pro forms):
“Well done, now you upgraded. To get started clck here”
And often clients complain that they don’t receive this emai. They do actually, I mean it works, but they receive it to the email they used to pay with PayPal (in the example above [email protected]).
It would be great a simpler for customers to have that Confirmation Modification email sent to the email the used to subscribed ([email protected]).
Hope I clarify and thanks again for helping.
Sorry the Confirmation modification email is sent to [email protected] not [email protected] What I miswrote above is what I actually would like to create