m1k3k
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Reset Password LoopAfter months of searching, it turns out WP Engine needs to whitelist certain pages for this to work. Yes, it’s finally working!
Forum: Plugins
In reply to: WC4BP and Stripe GatewayI’m seeing similar issues on Windows based computers that have some sort of security settings locked down. Not sure why, but I’ve disabled the WC4BP store right now to combat the issue.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Call to custom field image in postThanks! I’ve been working on it with success. Now I want to limit the size of the upload and use CSS to make it fit nicely. I saw some other support threads on that.
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Call to custom field image in postThanks for the info. I may have worded my idea incorrectly. I’m hoping that I could use an action to display the image in a specific page that’s dynamically populated from the uploaded field.
If I use your approach
echo bp_get_profile_field_data(array( 'field' => 'Image', 'user_id' => bp_loggedin_user_id() ));would I put that into a custom template for that page or another approach using an action/filter/hook?
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Update issuesI agree with many of the thing said. I’m reverting to the old one now.
the CSS changes are the biggest thing for me as well as modifying the CSS to make it cleaner.
I also want to know how to easily remove the title and nav arrows.
The new plugin did not work in my Apppresser based app unlike the previous version.
I’m not sure either, but it’s working with the offset of 1 day. Very strange behavior as the dates, times and zones are all the same.
Just as an update, I was hoping that the new version would fix this. It appears that the recurring events that span multiple days are not showing on the feed.
Expand is YES/Checked
Multiple Days is YES/Checked
Display Mode is LIST
Events per page is 1 Dayand I look at my calendar and I see should see 20+ entries yet with the plug, I see 13. Some are recurring and some repeat across days.
What I don’t see is either of my “All Day” events.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Multiple Day Events not displayingSimilar issue for me. If I don’t specify the date it shows in the custom start date but if i do regular list view it only shows 7 items not 20. It skips the recurring/repeating events
Forum: Plugins
In reply to: [WP Engine GeoTarget] Populate other fields with GeoIP dataTaylor, I was messing around and I think that the following code may work for others interested.
function gmw_default_user_address( $gmw ) { $address = getenv( 'HTTP_GEOIP_CITY' ).' ' .getenv( 'HTTP_GEOIP_REGION' ).' '.getenv( 'HTTP_GEOIP_POSTAL_CODE' ).' '.getenv( 'HTTP_GEOIP_COUNTRY_NAME' ); $gmw['ul_address'] = $address; return $gmw; } add_filter( 'gmw_gmpt_default_form_values' , 'gmw_default_user_address' );Forum: Plugins
In reply to: [WP Engine GeoTarget] Populate other fields with GeoIP dataThanks, Taylor, but as a person who is not familiar with coding, are there any places I can check out to sort of figure it out?
Essentially I’m looking to pass the lat/long/zip data from GeoIP to the variables that Geo my WP uses to take advantage of caching.
Again, I’m not a programmer but am more than willing to try. I
Forum: Plugins
In reply to: [GEO my WP] List of storesI could probably figure it out. Thanks. This app could be really great and perfect for what I need if I can get things working properly.
Forum: Plugins
In reply to: [GEO my WP] [gmw_single_location] Documentation??I can’t seem to get this to work at all. I’ve started to use this app to replace my current app and the simple task of showing a map on of the store listing doesn’t do anything. I bought a premium addon but am not happy with the lack of documentation on simple things.
Forum: Plugins
In reply to: [WooCommerce] PayPal IPN Request Failuresame thing here. IPN is working. I get PayPal notifications just not the Woo notifiers.
Forum: Plugins
In reply to: [Facebook] Does not install as per the screenshotsSame exact scenario here
Forum: Plugins
In reply to: lizamoon reference in jetpack twitter php filesame here