50M
Forum Replies Created
-
Thanks.
Is there any way to force it to upload to the folder I specified (../wp-content/uploads/product_images/), which is the product_images folder I have located in the uploads folder?
Thanks for your help, I’ll check it out.
Yes, we have a total of 62 under the same account.
I was looking for the same thing, and found this: https://woocommerce.com/products/catalog-visibility-options/
Forum: Plugins
In reply to: [Simple Membership] Multiple FREE Membership Levels?Fantastic, thank you very much!
Great. WP should somehow notify people so that they know to remove the plugin. I have this installed on a bunch of sites, and now I have to go back and replace it with something else ??
I too am wondering what happened to it. Did you find anything out?
Hi. I still need help. We are subscribed to the “Hosting Anti-Spam”, and have our IP address configured.
I would like to be able to be able to view stats for each site running on our IP. It doesn’t matter if they are all viewable in one place (i.e. our cleantalk.org account), or if they’re only viewable on each site in the WP Admin.
When I switch to the “Hosting Anti-Spam” page under “Services”, there is no option to add another site, only another IP.
When I switch to the “Anti-Spam” page under “Services”, there is an option to add another site, but only if I upgrade to another package.
When I install the plugin on the sites, after the trial ends, I get nagged both via email and via the WP Admin, with messages saying the trial has ended.
Thanks for your help.
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Display Months?Any idea when (roughly) that will be? Are we looking at months away?
Thanks!
Hello.
We do have an access key saved on the site.
We are not using multisite.
So, will it still be possible to gather statistics on a per site basis using the IP license?
Is it possible to have the stats widget used on a site with the IP license?
Forum: Plugins
In reply to: [WooCommerce] Charge Shipping After Purchase with Woocommerce@mike Jolley:
Would this work?
Enable COD and rename the payment method “Pay Later via Invoice” or something like that.
Force checkout to be “Pay Later via Invoice” only.
After calculating shipping edit the order: add the shipping, caclulate new total, change payment method to Credit Card, then send the invoice via WC.
I’m just not sure how to make it so only the “COD”/”Pay Later” is available during checkout, but still have the “Credit Card” payment method available in WC so that when someone receives their invoice, they can click the link, then pay via credit card.
Your help with this is greatly appreciated! ??
Forum: Plugins
In reply to: [WooCommerce] Charge Shipping After Purchase with WoocommerceI too have a similar scenario…did any of you ever get this worked out?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Can't center tablesOne more question: Is there any way to sort of combine the fixed column and fixed header functionality? Here’s what I’m trying to achieve: fixing the left-most column, and making the top row “sticky” so it stays at the top of the screen, while at the same time the top row scrolls side-to-side (except for left-most cell) along with the columns below it.
That would make it perfect on mobile ??
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Can't center tablesPerfect, thanks again, Tobias!
Awesome plugin, awesome support!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Can't center tablesHi Tobias,
It looks great, thanks!
One more question, below is the code you added:
*****************************************
#tablepress-1_wrapper {
max-width: 750px;
margin: 0 auto 1em !important;
}#tablepress-1_filter {
float: none;
text-align: center;
}
*****************************************
I tried changing the selectors to .tablepress_wrapper and .tablepress_filter to apply the changes to ALL tables on the site, but that doesn’t seem to work. Can you tell me what I’m doing wrong? ??