Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
I have assigned this to the dev of whoop to reply.
Thanks,
Stiofan
DO you have an example code of what you mean?
Stiofan
I still can’t connect, i will flag this for another dev to try.
Thanks,
Stiofan
DO you have the buddypress plugin installed and active first?
Stiofan
March 23, 2017 at 7:12 pm in reply to: Send invoice email title is WordPress, can I change that? #369404Yes sparkpost will take over all emails.
You can install the beta, its a sticky post, it should be released soon.
Thanks,
Stiofan
Are all your pluigns upto date? I think that was a bug in the past but it was fixed.
If you can provide wp-admin i can check.Stiofan
Hello,
This is not possible by default, it would require customization.
Thanks,
Stiofan
Hi Christina,
Can you please provide wp-admin details and let us know how to replicate.
Thanks,
Stiofan
Hi Lance,
#1 This will be fixed in the next release of the supreme theme.
#2 Not by default, you would need to add a code snippet to make that work.
Not tested but something like:
add_filter( 'geodir_filter_title_variables_vars', '_my_extra_seo_vars',10,4); function _my_extra_seo_vars( $title, $location_array, $gd_page, $sep ){ global $post; if ( strpos( $title, '%%post_zip%%' ) !== false ) { $title = str_replace( "%%post_zip%%", $post->post_zip, $title ); } return $title; }Thanks,
Stiofan
March 23, 2017 at 6:50 pm in reply to: Send invoice email title is WordPress, can I change that? #369398Ah ok. In general i would recommend signging up for a free http://sparkpost.com/ account, they have a plugin and it will send the email more reliably and you can set the from name there.
It might be a problem with the email we send there, in the next release that exact email wont be send anymore, it will be take care of by another invoicing plugin either way the sparkpost is a good idea, we use it on here and i use it on all my sites.
Thanks,
Stiofan
Something seems very wrong with your hosting or maybe its a plugin or something but i cant even use your site to find out. I would try disabling each plugin one by one to see if it helps.
Stiofan
You are welcome 🙂
I only see it when visiting the backend, i see you are running cloudflare, please turn off rocketloader feature, this is known to cause problems.
Thanks,
Stiofan
Still the same…
Can you double check the details, i get “Authentication failed”
Thanks,
Stiofan
-
AuthorPosts