Archived topic
GeneratePress and Multicurrency WPML
5 replies · Started by Ree on October 12, 2022
I try to place the shortcode for Multicurrency in header using but the dropdown is not happening. Please take a look at the link:
Hi Ree,
Can you try #1 here for the plugin?: https://docs.generatepress.com/article/debugging-tips/
3 plugins below are active yet the issue persists:
1. GP
2. Woocommerce (this must active in order for #3 to work.
3. WooCommerce Multilingual & Multicurrency (this is the plugin showing the dropdown)
Hi there,
can you try adding this CSS:
.dropdown-click .main-navigation .wcml-dropdown ul ul {
display: block;
}
thanks it works!
Glad to hear that!