Home › Forums › Jevelin Theme › Possible Theme Conflict with Modern Events Calendar and Woocommerce
Home › Forums › Jevelin Theme › Possible Theme Conflict with Modern Events Calendar and Woocommerce
Hi there,
I have a bit of a complex problem on my site: on any of the Woocommerce pages where the address is displayed/can be edited (Checkout, Address edit, etc): the Province dropdown field disappears when Jevelin theme is active, the only plugin that makes that field disappear is Modern Events Calendar.
When another theme (Twenty Nineteen/Twenty) is active, the province dropdown field is visible.
*Note: I had to switch from Unyson block editor to the basic WordPress editor on the affected Woocommerce pages to be able to display the Woocommerce page content with other themes activated, but when Unyson is deactivated with Jevelin, the province dropdown field is still gone.
I have been communicating with the Modern Events Calendar developers, but so far have not had any helpful input from them. Thought I would reach out here to see if anyone else had had an issue like this in the past?
Thanks!
Hi @mirandafach,
I hope you are well today and thank you for your question.
Could you please share the page URL from your site where it is not displaying so that I can troubleshoot it?
Best regards,
Shufflehound team
Of course! The site is not public yet, so I have provided login details below.
One of the affected pages:
https://www.bcfoodandbeverage.ca/my-account/edit-address/billing/
Solution for this topic
You can display it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
select#billing_state.select2-hidden-accessible { position: static !important; width: 100% !important; clip: unset !important; -webkit-clip-path: unset !important; clip-path: unset !important; height: auto !important; padding: 0px 20px !important; background-color: #FFF !important; border: 1px solid #e3e3e3 !important; }
That did the trick! Thanks so much for your help! ?
You are most welcome here š
Hi
I’ve exactly the same problem when customer have a diferent adress for delivery.
The custom code <span lang=”en”>does not correct the problem.</span>
https://sz-mineraux.com/checkout/
Resolved for me.
Problem was with shipping adress and not billing adress
I’ve just replace
select#billing_state.select2-hidden-accessible { by select#shipping_state.select2-hidden-accessible {