Stephen S
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] unscubscribe / metadata questionWell, ALMOST. It seems that checking my box and running that will subscribe someone to the list, but unchecking it (and sending false) does not UNsubscibre them. Any ideas? Thanks again.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] unscubscribe / metadata questionThanks!
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Keeps redirecting to primary domainYou are right, it no longer needs it (at least for my purposes) ??
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Keeps redirecting to primary domainThanks for the reply, I got it working by modifying the wp-config file like so:
define(‘WP_SITEURL’, ‘https://’ . $_SERVER[‘HTTP_HOST’]);
define(‘WP_HOME’, ‘https://’ . $_SERVER[‘HTTP_HOST’]);Forum: Fixing WordPress
In reply to: Google Search Console Server Crawl Errors for wp-includes filesSame problem here as of today. Anyone know what is causing this or what the fix might be?
Forum: Plugins
In reply to: [Better Admin Pointers] Add Pointers to another WordPress folder?Hi @sarahtht, and thanks for the kind words. Unfortunately, unless you are also sending them a database they will not have them. If I am understanding you, you are asking if the items can either be a) pre-populated at activation time (by some file you would include) or b) read out of a file instead of the database. While both these things are technically possible, it would be a significant amount of programming add. I will add it to my list of future feature requests, or if you want to hire me to custom code this, that is a possibility please let me know.
Anyone?
we have tried using WordPress Mail Queue plugin in the past, but found that it resulted in a huge number of duplicate emails going out, will any queue plugin work or does it need to be that one?
Forum: Plugins
In reply to: [Better Admin Pointers] Pointers not shown in sidebarI have tested with the latest WP and it works for me, so I can’t really help you without more info. Can you turn on debugging and see if there are any errors in the output?
Thanks so much for getting back to me, but it turned out this problem was caused by a bug in another plugin I use (Woo Extra Product Options) that has since been fixed by that developer.
ugh, I finally found the answer, wish it had been more obvious or in the release notes somewhere:
I had to change
loop_shop_columns
in my filter tostorefront_loop_columns
Hope this helps someone else.
one thing to add: I notice that the newer version of the theme was adding a div called “columns-3” whereas the older version did not have this. I have traced it to a new function that did not exist previously (storefront_product_columns_wrapper). Is there some new way that one should set columns with this version of the theme?
I have this question too, no current data showing, despite sending several (non logged in) people to the page…
Forum: Plugins
In reply to: [WooCommerce] Solution for selecting multiple variations of one productsI need to do something similar, did anyone figure out a solution? Thanks!
- This reply was modified 7 years, 10 months ago by Stephen S. Reason: follow up
Forum: Plugins
In reply to: [Slimpack - Lightweight Jetpack] email share module hacked.hello?