Nathan Ingram
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] No Marker in fresh InstallI’m having the same issue and it’s happening in multiple sites. Here’s what’s in the console:
Failed to load resource: the server responded with a status of 404 (Not Found)
***mysite.com/wp-content/uploads/wp-google-maps/1markers.xml?u=2695Forum: Plugins
In reply to: [Expire Users] Post Expiration Date on Front EndBen! Awesome! This is exactly what I needed. For posterity for those coming across this later, I created a shortcode [expire-date] with Ben’s code above:
// show user expire date shortcode function my_current_user_expire_date(){ if ( class_exists( 'Expire_User' ) ) { $u = new Expire_User( get_current_user_id() ); return $u->get_expire_date_display( array( 'date_format' => 'M d, Y', 'expires_format' => 'Expires %s', 'expired_format' => 'Expired %s', 'never_expire' => 'Never Expire', ) ); } } add_shortcode('expire-date', 'my_current_user_expire_date');
Good grief. This is a *FREE* plugin. Have some respect. If you don’t like what the author has done, write your own plugin.
Many users like myself greatly appreciate the work Vasyl has done in making the functionality of this plugin available.
Forum: Plugins
In reply to: [WP-PageNavi] Page Numbers Out of OrderSorry, I should have closed the loop on this when I fixed it a while back.
It was indeed a CSS float on the surrounding div that was causing the issue.
I concur with what people are saying here. With the Stripe add-on activated, the product item will not open. This happens using the basic Twenty-twelve theme and only GF and the stripe add-on plugins activated, so there’s no other conflict.
Forum: Plugins
In reply to: [Nav Menu Roles] Error on 1.3 UpgradeThe new update seems to have resolved the issue for me. I’ll post back if I notice any issues. Thanks SO much for the quick response!
Forum: Plugins
In reply to: [Nav Menu Roles] Error on 1.3 UpgradeWow, really fast response. Thanks Helga!
Same issue here. Any ideas?
EDIT…
Downgrading the plugin to 1.2.8 fixes the issue for me.By any chance did you guys try to remove the <!– Yoast comment codes –> from the plugin files?
I found that accidental editing goofs caused these issues too.
Hey Rachel. Thanks for the quick fix! I’m getting the edit page now.
(EDIT) Found the fix for my other issue in your FAQ. Thanks!
Forum: Plugins
In reply to: [Admin Menu Editor] Failed to decode input! The menu wasn't modified.This is happening to me also in plugin version 1.1.6 and WP 3.3.2.
Yeah, this was a weird one. I ended up just totally uninstalling it and reinstalling it. The reset didn’t work. Thankfully there weren’t that many events to re-enter. It’s working fine now.
Thanks for the input everybody. Sorry I don’t have a more specific fix.
I have deactivated all plugins except Events Manager and the issue persists.
I have also switched to the Twenty-Eleven theme and the issue persists. Screenshot: https://d.pr/i/Ot9u
Thanks!
Thanks for the replies guys…
I’m running Events Manager Version 5.1.6.1. Everything is up to date.
Here’s the URL of the events page: https://inspiringevangelism.com/events
There’s also an events widget at the bottom right of each page above the footer.
Here’s a Droplr screencap of the events admin area showing all the events scheduled: https://d.pr/i/AQtt
Any help appreciated. Thanks!
Forum: Fixing WordPress
In reply to: A spoiler for a widget?If you mean hiding some text until something is clicked to reveal it… try this: https://www.farinspace.com/wordpress-peekaboo-plugin/
I’m using it on a site right now with good results.