groovefactory
Forum Replies Created
-
Just created a form from scratch because the customize html data looked great. The replacement form also errors the same.
Forum: Plugins
In reply to: [The Events Calendar] Late Registration Fee?Looks like my question is for the Event Tickets Plus add-on, where it says you can have multiple ticket types, and that they can have unique dates.
Are the select-able dates—for each ticket type, or each event?
Forum: Plugins
In reply to: WooCommerce Variable Product in 2.4.2Fixed in 2.4.4
Thank you!Forum: Plugins
In reply to: [WooCommerce] Variable prices coming up free after upgrade to 2.4No change for me. Was there to be a DB updater for this release too?
WC 2.4.2
WP 4.2.4Forum: Plugins
In reply to: [WooCommerce] Variable prices coming up free after upgrade to 2.4I have the same issue, but it seems a little more complicated because I have variable products.
The product add to cart button is missing and the following message displayed:
Sorry, this product is unavailable. Please choose a different combination.
In the admin when viewing the variations tab, I get this error
Warning: Invalid argument supplied for foreach() in wp-content/plugins/woocommerce/includes/class-wc-ajax.php on line 2422
I notice that all of my variation IDs and details are showing in the admin, but the attributes fail to display for each variation, so I can not tell which of the variation IDs is Medium/Red or Small/Black. Those fields simply are not displaying. Each variation shows to be enabled, in stock and have prices.
Thanks for your quick work on this!
Forum: Plugins
In reply to: [Custom Contact Forms] CSS custom classes for fieldsI have written my own CSS for this form. You can disable it using Developer Toolbox Edit CSS, and comment out lines 205+ in custom.css
The fields with the classes are Referred Contact Name and Referred Contact Email:
<div data-field-type="single-line-text" class=" field referredcontactname single-line-text field-3961 left field-required"> <label for="ccf_field_referredcontactname"> <span class="required">*</span> Referred Contact Name </label> <input class=" field-input" required="" aria-required="true" name="ccf_field_referredcontactname" id="ccf_field_referredcontactname" placeholder="" value="" type="text"> </div> <div data-field-type="single-line-text" class=" field referredcontactemail single-line-text field-3971 right "> <label for="ccf_field_referredcontactemail"> Referred Contact Email </label> <input class=" field-input" name="ccf_field_referredcontactemail" id="ccf_field_referredcontactemail" placeholder="" value="" type="text"> </div>
Forum: Plugins
In reply to: [Custom Contact Forms] CSS custom classes for fieldsMy apologies, I had to reconfigure my web server to accept PUT. It was not a plugin conflict.
Maybe you can shed some light on the .left and .right classes in the CSS. At first glance they appear to stack two form fields side-by-side. Is this the intent or are they used somewhere else within the forms?
(if they are meant to be used to allow fields to sit next to each other, how are they supposed to be used, because adding them to the field itself places the class in the wrong hierarchy for the CSS to work as written, it would need to be .ccf-form-wrapper .field.left without the space between field and the period for left, correct?)
Forum: Plugins
In reply to: [Custom Contact Forms] CSS custom classes for fieldsTaylor, your response confuses me in … I am getting a server error with the PUT method. How that is a plugin conflict?
Forum: Plugins
In reply to: [Custom Contact Forms] CSS custom classes for fieldsWhen saving the manage form box in the admin, firebug says that I am getting a ‘405 method not allowed’ error. It looks to be an error because of the PUT instead of POST saving method. Thoughts?
Forum: Plugins
In reply to: [Custom Contact Forms] CSS custom classes for fieldsI also can not update other fields, like notification emails. The screen darkens for the ajax call, then lightens as if successful.
I am using Propulsion theme by Kriesi