WDjoe
Forum Replies Created
-
I had the same problem.
I am running PHP version 7.1 and how I got them back was to activate this PHP extension on my server, php71-php-mbstringOnce that was activated all the emails came back.
- This reply was modified 6 years, 2 months ago by WDjoe.
Thank you for your assistance. The tweaking of my code did work.
I stand corrected by you, now it’s time for me to go eat some humble pie.
Good work with this latest update of the plugin. I guess I just needed more understanding of it and in which it was nice of you to take the time to explain it to me.
- This reply was modified 6 years, 8 months ago by WDjoe.
Hi,
If it worked as good or better than the last version than a simple cut and paste of the same code is all that would be needed for it to work…and it does not do that. It’s that simple, hence my one star rating.
Here is the code that fails to show a map using the [us_map] shortcode from the US Map plugin.
<?php if ( is_user_logged_in() ) { $user_id = get_current_user_id(); if ($user_id == 0) { echo ''; } else { } echo '<br/>'; global $wpdb; $category = 'teacher'; $q = $GLOBALS['wpdb']->get_results( 'SELECT *, wp_frm_item_metas.meta_value AS category FROM '. $wpdb->prefix .'frm_item_metas, wp_frm_items WHERE wp_frm_item_metas.meta_value = "teacher" AND wp_frm_items.user_id ='.$user_id.' AND wp_frm_item_metas.item_id = wp_frm_items.id LIMIT 1', OBJECT); foreach($q as $row) if ($row->category != 'teacher'){ echo'STUDENT'; } { if ($row->category != 'teacher'){ ?> [us_map] <?php } else { ?> [us_map] <?php } } } ?>
- This reply was modified 6 years, 8 months ago by WDjoe.
Forum: Plugins
In reply to: [Podamibe Simple Footer Widget Area] Does not play nice with Safari browserHi,
I’m thinking if its even worth it for you to fix the issue. This is the latest version of the Safari Browser v. 5.1.7 for Windows.
I think it was released way back in 2012 but I may be wrong.
I use it though to get a sense of what the websites will look like in a Safari browser but I guess with a Safari browser this old it might not be worth it for any developer to spend their time on getting their plugins to work with it.This plugin using the latest Safari browsers on an Apple computer works just fine.
Forum: Plugins
In reply to: [Casper's Leave Notice] No leave notice on some external linksI got it to work. I found out that the exclusion url can not have extended directories. i.e I can’t exclude this
https://www.salliemae.com/smartoption/mywebsite
but I can exclude `https://www.salliemae.com’ which works. ??Forum: Plugins
In reply to: [Casper's Leave Notice] No leave notice on some external linksForum: Plugins
In reply to: [WP Custom Register Login] Registration StuckI also have the same problem. It does seem like this plugin has potential to be a very good plugin but it is dead on arrival.
Hi tapandesai,
This may sound like a stupid question, did you double and triple check your Paypal API credentials. Login to your Paypal account, maybe if you copied and pasted your credentials you failed to copy everything.Please check again your:
Paypal API Username
Paypal API Password
Paypal API SignaturePlease don’t list any of your Paypal credentials here.
Either here or email…one more thing before I go.
You must have an “active” paypal account for this plugin to work.I can try but not right now. Im leaving my house for most of the day today and tomorrow (Sunday) I will be spending time with my family. The earliest would be Monday evening about 9pm eastern time.
If thats ok just let me know Monday.Hi tapandesai, did you try to uncheck the Sandbox Mode mode from “yes” to “no”?
I had that problem as well.
It is fixed now.
All you have to do is to uncheck the Sandbox Mode mode from “Yes” to “No”.Hope it works for you all.