Carousel isn't working with WPML
-
Hi guys,
I have a multilanguage site using WPML. I created a different carousel category for each language:
– carouselenglish
– carouselspanishetc and inserted carousel items for each.
Then in each page:
– page-home.php
– page-inicio.php
I added the php code to call the shortcode such as:
– <?php echo do_shortcode(‘[image-carousel category=”carouselspanish”]’); ?>
– <?php echo do_shortcode(‘[image-carousel category=”carouselenglish”]’); ?>My setting are such that mydomain.com/ refers to the “Inicio” page, and mydomain.com/?lang=en refers to the “Home” page.
The carousel is working fine in mydomain.com/ but not in mydomain.com/?lang=en
Any ideas on how to fix this? It’s not the carousel itself, since I can view the english one in the spanish page if I swap the category.
Thanks!
- The topic ‘Carousel isn't working with WPML’ is closed to new replies.