melamers
Forum Replies Created
-
Can’t remember, I moved on without the maintenance plugin.
I found a conflict that I was able to resolve, so I’m good.
Note, I am able to login with an adapted URL, though the CSS is missing from the login page. I still get the redirects or 404 pages for all of my admin pages. I can see the normal pages of my site.
so, no more response?
I further found, it is a module in Uncanny toolkit for LearnDash that is not turned on.
Found this in the code of Uncanny toolkit for LearDash:
/wp-content/plugins/uncanny-learndash-toolkit/src/classes/disable-emails.php
// replace standard WordPress wp_mail() if nobody else has already done it if ( ! function_exists( 'wp_mail' ) ) { require_once UNCANNY_TOOLKIT_DIR . '/src/includes/wp-mail-func.php'; DisableEmailsPlugin::setActive(); }And in /wp-content/plugins/uncanny-learndash-toolkit/src/includes/wp-mail-func.php
function wp_mail( $to, $subject, $message, $headers = '', $attachments = array() ) { // create mock PHPMailer object to handle any filter and action hook listeners $mailer = new \uncanny_learndash_toolkit\DisableEmailsPHPMailerMock(); return $mailer->wpmail( $to, $subject, $message, $headers, $attachments ); }Thing is, this plugin is quite important for my site to run.
As I mentioned, I don’t have another plugin for sending mail by SMTP.
How exactly would I check this?Hi,
Thanks for the quick reply. Thing is, I don’t have another SMTP plugin. I did have one, but deactivated and removed it, and cleared caches.
regards,
MarcelForum: Plugins
In reply to: [Adminimize] Advice in footer disappearsCould you be more specific?
Thx,
MarcelHi dimy4,
First see if you make things works by installing a fresh wp installation with only the prelaunchr plugin.
The progress bar is seen on the users’ page itself. The Entries page should show all entries including Email, referrals, referred by etc
The bonuses are defined on the Rewards page, though I only see the title reappearing on the users’ page. So entering body text, an excerpt or a featured image won’t show.
best regards,
MarcelForum: Plugins
In reply to: [Prelaunchr for WordPress] where is the admin areaI had Thesis theme installed and it that case there is no tab. It seems because they are in the exact same location below the comments link.
As soon as I switch the theme, it appears again.
I also found that the pages themselves are available, so if I activate Thesis, the pages/admin.php?page=prelaunchr
/edit.php?post_type=rewardetc are available, just not from the menu.
Forum: Plugins
In reply to: [Prelaunchr for WordPress] always "Invalid Email"?I think it is a conflict with either another plugin or the theme used.
Got it working so am not going to do more testing for now.Forum: Plugins
In reply to: [Prelaunchr for WordPress] always "Invalid Email"?a bare install with the plugin works for me now
Forum: Plugins
In reply to: [Prelaunchr for WordPress] always "Invalid Email"?OK, so version is not the problem.
Forum: Plugins
In reply to: [Prelaunchr for WordPress] always "Invalid Email"?Weird, that whole part is missing in my admin, but great to find that it is actually working 🙂
So back to finding out why it doesn’t work with me…
I’ll setup a subdomain with just WP and Prelaunchr.
What version of WP are you using?
Thx again,
Marcel