cowfishmedia
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg Forms - WordPress Form Builder Plugin] Form field values for emailGreat, thanks for the update.
Forum: Plugins
In reply to: [Gutenberg Forms - WordPress Form Builder Plugin] Form field values for emailDone a few more tests. Looks like it’s a problem specifically with multi-step forms. If I do a simple form then I get the form fields every time. But if I create a multi-step form then I don’t get any of the form fields.
Would really appreciate if this could be looked at.
Forum: Plugins
In reply to: [Gutenberg Forms - WordPress Form Builder Plugin] Form field values for emailThanks for getting back to me. Yes I’ve got quite a few fields in the form – it’s a multi step form. I’ve taken a couple of screenshots for you.
This one shows some fields on the form editor and I’ve highlighted where I’ve manually tried to specify the Field data too, in this example for the “First and Last Name” field.
http://s01.geekpic.net/di-O8QH3Z.pngAnd this screenshot shows the actual field data when I click on the field.
http://s01.geekpic.net/di-HVUQ5W.pngThanks!
Forum: Plugins
In reply to: [WooCommerce] Unable to edit posts or pages with woocommerce enabledEnded up moving all sites to a different host which resolved the issue.
Forum: Themes and Templates
In reply to: [Shop Isle] Cart page displays product name in Quantity columnActually just discovered what it is, looks like it’s a screen-reader-text class that the theme isn’t hiding for some reason. Managed to hide it with some css:
.quantity .screen-reader-text {
display: none;
}Forum: Themes and Templates
In reply to: [Shop Isle] Shpo Isle cart problemHi, I have the exact same problem. I noticed on your link that you managed to resolve the issue – could you let me know how you fixed it??
Thanks!
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Payment method imagesBrilliant, thanks!