Mindshare Labs, Inc.
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Ultimate Search] Beta Version (with all premium features FREE)The BETA version is now out of beta and live on wordpress.org. Please let us know if you have issues with the upgrade.
Forum: Reviews
In reply to: [PHP Browser Detection] Great Plugin and supportThank you!
Forum: Plugins
In reply to: [WP Ultimate Search] WikiI’m going to move that over to wp.org soon… It’s on my todo list.
Forum: Plugins
In reply to: [Subscribr] Emails not sendingThat reply was meant for another thread… oops
Forum: Plugins
In reply to: [Subscribr] Emails not sendingI am not sure… it sounds like maybe the exchange server is blocking the other messages – maybe they are getting sent and stopped by an automated filter or spam trap but not when using SMTP?
Forum: Plugins
In reply to: [WP Ultimate Search] WikiAre you using the new version from GitHub?
You should be able to specify whatever custom post types you want.
Forum: Plugins
In reply to: [Subscribr] Variable for displaying post categoryNo, you basically only get access to item in the WP_User object and get_bloginfo() and these:
'%post_title%' => get_the_title($post_id), '%post_type%' => get_post_type($post_id), '%post_date%' => date(get_option('date_format'), strtotime(get_post($post_id)->post_date)), '%post_excerpt%' => wp_trim_words(get_post($post_id)->post_content, $num_words = 55, $more = NULL), '%permalink%' => get_permalink($post_id), '%site_name%' => get_bloginfo('name'), '%site_url%' => get_home_url(), '%notification_label%' => $this->get_option('notification_label'), '%notifications_label%' => $this->get_option('notifications_label'), '%profile_url%' => admin_url('profile.php'), '%user_ip%' => $_SERVER['REMOTE_ADDR']Forum: Plugins
In reply to: [Subscribr] Emails not sendingNext I would try just using the default theme and reactivate all your plugins. If it works then we know to look for the issues in the theme. If it doesn’t work we need to through each active plugin until we determine which one is causing the conflict by activating one at a time and testing again until we figure out which plugin is breaking things. Most likely its one that has to do with cron, caching, or mail.
Forum: Plugins
In reply to: [Subscribr] Emails not sendingVery weird. This might not be possible but can you try deactivating all plugins and switch to the default theme and then testing again? that will narrow it down to a theme or plugin specific issues and rule out a host/server problem.
Forum: Plugins
In reply to: [Subscribr] Emails not sendingHi great info.
1. Can you quickly disable WP SMTP and test to see if the notifications work again?
2. Can you tell me what hooks you are using to trigger notification in the plugin settings?
Forum: Plugins
In reply to: [PHP Browser Detection] is_ie being triggered on ChromeNo problem.
Forum: Plugins
In reply to: [Subscribr] Emails not sendingThat’s not super helpful… obviously under normal circumstances the mail gets sent when you follow those steps.
We need to know exactly *what is unique about your setup* that is preventing the mail delivery. If you can’t provide more info we can’t really debug it for you.
Forum: Plugins
In reply to: [PHP Browser Detection] is_ie being triggered on ChromeCan post a link or send me an email with login for your site to check it out?
info @ mindsharelabs . com
Forum: Plugins
In reply to: [Subscribr] Emails not sendingCan you detail step by step how to reproduce this issue?
Forum: Plugins
In reply to: [PHP Browser Detection] is_ie being triggered on ChromeAre you using any caching plugins? If so users are probably being redirected because they are hitting a page cached as IE.