Vortex11
Forum Replies Created
-
Thank you for the replies. Yes, I meant the standard form color picker that lets users pick a color in the form they are filling out.
If I could just use actual HTML within the HTML field, I could add the
<input?type=”color”> myself. I’ve obviously tried that, but it gets sanitized. I also tried another suggestion I saw in a forum to run it through a shortcode, but that gets sanitized too. I’ve also tried adding the following to my functions:add_filter( 'forminator_change_form_allowed_html', function( $allowed_html ){ $allowed_html[ 'input' ] = array(); return $allowed_html; } );
But again, no workie. Since I really, really, really need this field, I may need to look into other options. If you guys can think of anything else I could try, I’d be happy to test it. Thanks, Tab
Michael, Yeah, allot of people build incredibly complex intertwined systems with it. The threat of deactivating functionality after a subscription ends essentially leaves sites stuck with an expensive yearly payment for the life of the site OR having to completely rebuild everything from scratch. I personally built a rather complex directory for the previous client I mentioned above. Luckily, they got their license back when it ‘should’ have stayed functional upon expiration of support. I NEVER would have recommended building with it if I hadn’t ensured it would keep working for them and I could never, now, recommend it for clients without serious warnings on it’s extended use. Anyway, I will not be at all surprised to hear about a lawsuit one day. I don’t care that much, but someone will.
Thank you Steve for replying, but you’ve essentially said “Sorry we mislead you about our products functionality in order to get your money, but tough noogies.”
If you so cavalierly change your product offerings after a purchase, what prevents you from doing so to every new customer in the future? What exactly should a potential customer believe? What you promise or what you deliver? Sadly, they are very different things.
By the way, I am discussing an Elite license purchased about a year and a half ago for my small business. My previous experience was working with a clients license.
Forum: Themes and Templates
In reply to: [Storefront] Need to dequeue Storefront fonts – Please helpIt took forever to get a chance to test this but it does work perfectly! Thank you so much!
Unfortunately, there is no way to assign a shipping class to a Fedex method within a zone. I know with other methods, like free shipping, you can assign a shipping class, but not with Fedex. So, perhaps I’m being stupid, but I can’t figure out how to assign Product #1 with Shipping Class #1 to Fedex #1 (with zip code #1) and then also assign Product #2 with Shipping Class #2 to Fedex #2 (with zip code #2). If I’m missing something obvious, please let me know ??
Thank you for getting back to me again. In the end, it looks like it won’t be able to do what I need. There isn’t a way to split one order between two different types of the same method (Fedex method with origin zip code A and another Fedex method with origin zip code B). Beyond that, your plugin will work well for anyone who needs to split their order to two different method types, but just not two different instances of the same method. Oh well. Thank you so much for your help though and best of luck with your plugin.
The fact that it splits orders based on shipping class is fine. What I need though is for each package to be assigned to a shipping zone rather than a shipping method. We have two different product lines which ship from two different warehouses and both need to use Fedex but two different Fedex zones with different origin zip codes. If it’s not possible, that’s fine, I was just hoping there might be a way.
taisho,
Thank you so much for this! It completely and cleanly kills Gutenberg. I’d give you a hug if I could ??Forum: Plugins
In reply to: [PPOM - Product Addons & Custom Fields for WooCommerce] Array Error WarningOK, well, I found out it was my own fault. I had created a conditional PPOM Meta for a product, applied it and added it to the cart for testing. I later deleted this meta and went with another method, but left the product in the cart. When I deleted the product with missing meta applied, the error went away. Sorry to have bothered you but hopefully this will help someone else who runs into the same issue.
Forum: Plugins
In reply to: [PPOM - Product Addons & Custom Fields for WooCommerce] Array Error WarningTo be more specific, I’ve switched to Twenty Nineteen which doesn’t have any WooCommerce template overrides and am only running the plugins WooCommerce & WooCommerce Product Addons. The error persists.
Forum: Plugins
In reply to: [WooCommerce Breadcrumbs] Remove parent page linkI actually meant the link that displays between the Home page link and the page title, IF there is a parent page or it’s in a category. I’ve killed the problem for most pages by removing parent status’ but for the shop, it’s still inserting the category link which, while invisible, does still partially render which not only knocks my title out of alignment but shows up as an extra H1 tag which is an SEO issue (since I used your plugin to transform the page title into a header since I killed the actual page title).
I did try your snippet since it targets the specific link but it had no effect since it’s technically set to display none elsewhere. I also tried to use to change the margin in order to hide it but no luck ??
Anyway, I know this is beyond the bounds of your plugin or support but it’s frustrating the crud out of me. It would almost be worth just creating a new page template at this point.
BTW, I did look into using some of the hooks Woocommerce provides for it’s breadcrumbs but couldn’t find anything to specifically hide the links that way. Will look into ti again tho.
Anyway, sorry about the rant but I was working on it when I saw your reply so… I vented. ??
If you’re curious, you can see what I mean here – https://vortexdesign.com/product/wordpress-website-security-tune-up/
Pablo,
Here’s a screenshot so you can just see what I mean. I would give you a wholesale customer login but don’t know how to post privately here.
https://i1044.photobucket.com/albums/b446/TAB3527/Untitlejhgd-1_zpsnaxdhdeg.jpg
Thanks!
Unfortunately, it is selected and the pagination still displays. I would like the pagination to go away as that would definitely help cut down on confusion but the ability to display a message would help as well. I’m looking into using WooCommerce Conditional Content for this though, so just getting rid of the pagination would be great. If you can think of any reason why it might still be displaying, let me know. Thanks for replying!
I updated my review for you. If, for whatever reason, this is reported by someone else, the original review will remain for others’ edification.
Forum: Plugins
In reply to: [SM Gallery] error code@domthebusker – Thanks so much for this. I had a slightly different error than above but altering line 72 alone fixed it for me. I was just about to abandon using the plugin too ??