10bradders10
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Feed Gallery] Scaled images for page speedThanks for the reply Karan.
Forum: Plugins
In reply to: [Social Feed Gallery] Square instead of IG LogoThis wasn’t a plugin issue.
Fixed my issue with a CSS typo.Thanks!
Forum: Plugins
In reply to: [Social Feed Gallery] Square instead of IG LogoThanks Karan,
No conflict with any plugins, after testing that.
No theme conflict.Can you confirm the instagram logo should appear here? –
https://screencast.com/t/Ntx5tv2ZypIf not, then its something we’ve added in, and need to fix with FontAwesome.
Thanks.
Forum: Plugins
In reply to: [Social Feed Gallery] Square instead of IG LogoNo, the icon was working on the development site, and is still in Dev.
What do you mean the icon maybe the wrong way?
Thanks.
I was using SendGrid’s SMTP plugin, so try testing that.
Hi Tomer,
I’m not sure what the error was now, and I’ve moved to another plugin. Sorry. If I recall you maybe need to test with SMTP plugins, as that is where the conflict was, as it was appearing to use wp_mail function.
Thanks.
Forum: Plugins
In reply to: [Theme My Login] Reset Password looping to login pageThanks Jeff,
It turns out that the previous support guy at WPEngine missed a trail /, so after checking in again with WPE, they got the issue resolved with the cache.
Thanks!
Forum: Plugins
In reply to: [WP Google Review Slider] Schema?Thanks Josh,
Can you confirm what Schema features, and the fields that are used in the Pro version, please?
Thanks.
Forum: Plugins
In reply to: [Cloudflare] PHP7Thank you! ??
Forum: Plugins
In reply to: [Theme My Login] New User registation notification email not workingFixed –
The add-on does use it’s own version of the wp_new_user_notification function, however, you can override it so it uses the default WordPress function or any other function.Here is an example where you can map gf_new_user_notification() back to wp_new_user_notification().
if ( ! function_exists( ‘gf_new_user_notification’ ) ) {
function gf_new_user_notification( $user_id, $plaintext_pass = ”, $notify = ” ) {
wp_new_user_notification( $user_id, null, $notify ? $notify : ! empty( $plaintext_pass ) );
}
}Perfect!
Thank you!
GF also just confirmed with the following;
The add-on does use it’s own version of the wp_new_user_notification function, however, you can override it so it uses the default WordPress function or any other function.Here is an example where you can map gf_new_user_notification() back to wp_new_user_notification().
if ( ! function_exists( ‘gf_new_user_notification’ ) ) {
function gf_new_user_notification( $user_id, $plaintext_pass = ”, $notify = ” ) {
wp_new_user_notification( $user_id, null, $notify ? $notify : ! empty( $plaintext_pass ) );
}
}Forum: Plugins
In reply to: [Theme My Login] New User registation notification email not workingJust to add Jeff,
I’m using Gravity Forms, with the GF User Registration add-on, and I did have this working, but is not working anymore.
Thanks.
Any update on this issue please?
As I am experiencing the same, the plugin was working great during August and September, and now any post updates won’t get pushed through to Buffer.
Forum: Fixing WordPress
In reply to: google crawl errors /index.htmlAny ideas please?
Forum: Fixing WordPress
In reply to: 1st Post in Blog wont openMy most recent post works once posting, then after a few hours it comes up with –
Safari browser – Too many redirects occurred trying to open “https://www.cosmikcarrot.com/blog/2010/12/03/packages/seopackages/”. This might occur if you open a page that is redirected to open another page which then is redirected to open the original page.
Any ideas???