Jerry Gilden
August 19, 2013 at 10:59 am
The “Register” function works but not the “Add to Cart” function.
http://sedonaworldwisdom.com/wp/?page_id=582
Can we hire you to finish the installation and work out any bugs quickly. We are in a hurry to make this site live.
Thank you
Jerry Gilden
August 19, 2013 at 11:00 am
Add New Note to this Reply
Sorry, I forgot to mention that the cart breaks because there is no place to enter the number of attendees so the checkout cannot complete.
Sidney Harrell
August 19, 2013 at 1:07 pm
Add New Note to this Reply
The select box in the shopping cart is being affected by this rule:
select {
width: 77%;
height: 30px;
}
that is coming from http://sedonaworldwisdom.com/wp/wp-content/themes/pressevent/css/all.css.php line 2416. When I disable that rule in the browser, the select box becomes visible.
Also, there is a javascript error coming from http://sedonaworldwisdom.com/wp/wp-content/themes/pressevent/js/all.js.php on line 635 because the theme has not wrapped it’s jQuery code in a no-conflict wrapper, in conflict with WP best coding practices: http://codex.wordpress.org/Function_Reference/wp_enqueue_script#jQuery_noConflict_Wrappers .