fegul
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp User Sync] Will unsubscribed users be autosubscribed again?I have the same question. Before I send emails out to this list, I want to make sure that users can unsubscribe and not be synced back to the list.
Don’t want to make our users angry.
Forum: Plugins
In reply to: [Woocommerce Multiple Addresses] Recalculate cart when address is changedI think this might be a bug but when using Woocommerce 2.3.5, a change in address does not update totals.
I can provide a screenshot of what the request headers look like on a Woocommerce 2.2.x site vs. 2.3.5
Forum: Plugins
In reply to: [The Events Calendar] 404 File ui-bg_diagonals-thick_20_666666_40x40.pngHad the same issue and it was interfering with Revolution Slider, glad to see it’s being fixed now.
I’m using the JSON API plugin to extract post contents and those fields are not appearing in the custom fields object.
I see some custom fields that I’ve created and some theme-specific theme fields but there are no kk-specific fields.
Forum: Everything else WordPress
In reply to: Adding geolocation to user profilesThe only thing we really need geolocation for is the user bio. Addresses don’t work well where I am so having the map would be useful.
I just need a way for users to place themselves on a map that is visible only to themselves but have all locations visible to administrators.
Basically instead of an address on their user profile, they add their actual location.
Forum: Plugins
In reply to: Problems with installing plugins (widgitizing my theme)I found the problem, I needed to add
<?php wp_head() ?>
inside the <head> tags of my header.php fileNow the external scripts that my plugins use are being loaded in the page