RyanWheaton
Forum Replies Created
-
Forum: Plugins
In reply to: [wpForo Forum] New Member Registration – Javascript and Cookie ErrorNevermind! Apparently WP-Spamsheild plugin was creating this issue. Looks to be working now 🙂
Forum: Plugins
In reply to: [WooCommerce] Require Shipping Address on a Virtual ItemOk, I’ve found out that forcing required shipping address on a virtual item will most likely trigger the UPS shipping calculations. I will keep looking, but if anyone still has an idea, I am all ears
Forum: Plugins
In reply to: [WooCommerce] Remove breadcrumb from shop 'homepage'If you want to remove the breadcrumbs for specific pages, you can also do this in CSS. @hueyapan was close. In WP, each page has its own body class(es). You can target the breadcrumbs on that specific page like:
body .post-type-archive-product .breadcrumbs{ display:none; }You can just inspect the page in the browser, there will be a lot of classes for the body, but you should be able to find and narrow down a good selector
Forum: Plugins
In reply to: [WooCommerce] FedEx Extension – Multiple shippers?Seems like a logical feature. The thing that I am seeing is that then the user will have to choose the shipping source location before any shipping calculations can be made. That functionality would need to be built into the FedEx plugin.
Wish I knew what to tell ya! I am in mad hunt right now to figure out how to do get a single product to ship for free using the UPS plugin.
Best of luck!
Forum: Plugins
In reply to: [WooCommerce] How to make free shipping the only option after a set amount?do you know if the Per Product Shipping interferes with an already running UPS calculator? THanks!
I talked with support again. We NEED to have an autoresponder working on our list based on user’s birthdays. This seems to HAVE to work with a date field from your form builder.
If the date field does not work correctly on our site, then we cannot collect birthday dates to build our autoresponders.
Ideas?? This could be a make or break for us
Thanks for the response! We actually opted to do them in separate fields with a drop-down option for the months. As we get sign-ups, we will want to have the option of organizing our list by their birthdays (using the month to sort the order)
My only other thing is that I wish there was a way to better style the form. I wanted to stick the three date fields side-by-side so it would look better than in three separate lines. Since they all sit inside of divs with the same id, I cannot get them to sit side-by-side.