Hi, please I need some help to the following issues:
1. Using WPML, when the mobile menu is open
a. I need to hide the laguage selections inside the menu
see image
b. I need to change the flags in the top bar to language switcher (drop down selector)
see image
2. Blog list
I want to have a list of posts with the image at the LEFT, and the title, excerpt etc at the right
example site: https://serenitaapartments.com/guides
thank you in advance
Hey spapax,
1.) Use this code inside Quick CSS field:
li#menu-item-wpml-ls-27-en {
display: none;
}
2.) You can choose that inside your WPML options. Ask WPML support if you need some more help with it, as they know their plugin best.
3.) You could create that layout manually activating ALB for your blog posts.
Please use different tickets for different questions/issues in the future.
Best regards,
Andy