spaciousmind
Forum Replies Created
-
Forum: Plugins
In reply to: [Accept Stripe Payments] Time stamp is offFantastic, thanks Alexander. Do you think we’re talking days away, weeks away, months?
Forum: Plugins
In reply to: [Accept Stripe Payments] Time stamp is offSo it pulls the timestamp from the server? Our settings in General are set for our time in our time zone.
Forum: Plugins
In reply to: [Accept Stripe Payments] Time stamp is offThe time on my computer was 8:47pm.
Forum: Plugins
In reply to: [WC Fields Factory] Adding “-1” to fields on Order Received pageHello is this plugin still supported?
Forum: Plugins
In reply to: [WC Fields Factory] Adding “-1” to fields on Order Received pageI should add the “-1” is also showing up on the ‘Order Complete’ email that goes to the customer as well, so removing it altogether would be a better option that hiding with css on the page.
Forum: Plugins
In reply to: [WC Fields Factory] Adding “-1” to fields on Order Received pageI am on the latest version, still having the issue.
Ahhh ok I figured it out. If anyone else has this same issue, see this page:
https://mc4wp.com/blog/mailchimp-integration-ninja-forms-3/
Sorry to bother.
Here is a screencap of the MailChimp log… looks like its connecting but I can’t tell what the issue is from this.
My Ninja Forms settings for the MailChimp action look like this, is this correct?
Well, I found this under Ninja Forms, in the Email and Actions panel, but the emails don’t seem to be making it to MailChimp. I have turned on Debug Log and told it to log everything, but nothing appears there at all. My API key is showing connected.
Could it have something to do with the “List fields and *|MERGE|* tags” in MailChimp not matching up with what Ninja Forms is sending?
Forum: Plugins
In reply to: [Send Images to RSS] Cache issues?OK thanks Robin. I’ve added the new code here but probably have to wait again for cache to expire. I don’t see it showing up yet in the validator. Will check again tomorrow.
Appreciate the help.Forum: Plugins
In reply to: [Send Images to RSS] Cache issues?The cache must have expired. I’ve re-added the button in the MC interface and it’s good now.
Only thing left I’d like to do to the MC template at this point is some styling on the featured image it’s pulling to maybe create a little margin around it and possibly a border.
These are the functions that I got either your blog or your comments here that I’m trying to use on the image to do this, but they don’t seem to be getting applied when I check the feed validator:
// add_filter( 'send_images_rss_email_image_style', 'rgc_email_images', 10, 2 ); function rgc_email_images( $style, $maxwidth ) { return sprintf( 'display:block;margin:30px auto;border:1px solid #ccc;max-width:%spx;', $maxwidth ); }
// add_filter( 'send_images_rss_other_image_style', 'rgc_change_other_images', 10, 6 ); function rgc_change_other_images( $style, $width, $maxwidth, $halfwidth, $alignright, $alignleft ) { $style = sprintf( 'display:block;margin:30px auto;border:1px solid #ccc;max-width:%spx;', $maxwidth ); if ( $width < $maxwidth ) { $style = sprintf( 'maxwidth:%spx;', $halfwidth ); } return $style; }
Thanks again, Robin
Forum: Plugins
In reply to: [Send Images to RSS] Cache issues?Yes, current feed is using code from the second tutorial, which I had added to functions.php. I removed that a while ago, but it persists.
Currently the only modifications to the feed that are not from your plugin are a few that you suggested for functions.php, that came either from your blog or from other comment threads on the plugin here at www.ads-software.com:
send_images_rss_excerpt_read_more,
send_images_rss_email_image_style, and
send_images_rss_other_image_stylenone of which seem to be doing anything either. ??
Feed is https://thesavvydiabetic.com/feed
Thanks for the reply.
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Update Menu Cart When Regular Cart UpdatesI have the same question. There’s a checkbox “Enable this option to use the built-in AJAX / live update functions instead of the default ones from WooCommerce or Jigoshop” but its not updating on the fly.
Forum: Plugins
In reply to: [Simple Download Monitor] CSS conflict with WP Engine Staging modalWhen hosting with WP Engine, you get a WPE-specific set of controls in your WP Admin. One of these is to create a staging site. To create one, you have to click a button that triggers a modal window that contains another button confirming that you want to do the action. They are using a class .modal to style this window’s position and z-index, and Simple Download Monitor’s .modal styles are causing their modal not to be clickable, stuck under an overlay. When I use my browser’s developer tools and remove SDM’s declarations for .modal in sdm_admin_styles.css, I am able to use the functionality as intended.
Forum: Plugins
In reply to: [User Role Editor] WooCommerce Shop Manager role unable to add couponHello is this plugin supported any longer?