Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
January 21, 2016 at 9:48 pm #569593
On my site https://seniorresourcecenter.net/checkout/ the state field is missing on the checkout. There is no dropdown box to select the state. Why is this?
Heres a screenshot: https://seniorresourcecenter.net/wp-content/uploads/2016/01/Screen-Shot-2016-01-21-at-1.47.59-PM.png
January 21, 2016 at 10:31 pm #569607Hi alex5252!
When accessing your site got the following issues
Warning: preg_match() [function.preg-match]: Compilation failed: (*VERB) not recognized or malformed at offset 26 in /home/seniorresourcece/public_html/wp-includes/class-wp.php on line 207 Warning: preg_match() [function.preg-match]: Compilation failed: (*VERB) not recognized or malformed at offset 26 in /home/seniorresourcece/public_html/wp-includes/class-wp.php on line 208 Warning: preg_match() [function.preg-match]: Compilation failed: (*VERB) not recognized or malformed at offset 34 in /home/seniorresourcece/public_html/wp-includes/class-wp.php on line 207 Warning: preg_match() [function.preg-match]: Compilation failed: (*VERB) not recognized or malformed at offset 34 in /home/seniorresourcece/public_html/wp-includes/class-wp.php on line 208 Warning: Cannot modify header information - headers already sent by (output started at /home/seniorresourcece/public_html/wp-includes/class-wp.php:207) in /home/seniorresourcece/public_html/wp-includes/pluggable.php on line 1228
Please do check it and let us know
Cheers!
BasilisJanuary 21, 2016 at 10:33 pm #569610I am seeing those errors as well. do you have any idea how to fix them?
January 25, 2016 at 5:04 am #571062Hi!
That is because you have following code in your custom CSS
.main_color .woocommerce-tabs .tabs a, .main_color .product_meta, .main_color .quantity input.qty, .main_color .cart_dropdown .dropdown_widget, .main_color .avia_select_fake_val, .main_color address, .main_color .product>a .main_color .product_excerpt, .main_color .term_description, #top .main_color .price .from, #top #wrap_all .main_color del, .main_color .dynamic-title .dynamic-heading, .main_color .dynamic-title a, .main_color .entry-summary .woocommerce-product-rating .woocommerce-review-link, .main_color .chosen-container-single .chosen-single span, #top .main_color .select2-container .select2-choice { display: none; }
Please remove it or add following code to Quick CSS
#top .main_color .select2-container .select2-choice { display: block !important; }
Regards,
Yigit -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.