• I use the plugin Carousel Slider which creates a custom content type called “carousels” together with wp-multilang. The problem is that every slides get published duplicated, once for every active language.

    I tried to disable the translations like this, but without any success:

    {
    	"post_types": {
    		"carousels": null
    	}
    }

    This should be enough to disable translation, any hints what I could do to make this plugins compatible?

Viewing 1 replies (of 1 total)
  • Thread Starter Gerald

    (@gerital)

    Even better would be to make the carousel plugin work with multiple languages. Any hint what code (probably the print/echo output) you normally have to adapt to make plugins work with wp-multilang?

    • This reply was modified 5 years, 1 month ago by Gerald.
Viewing 1 replies (of 1 total)
  • The topic ‘Turn of multilang on custom content type’ is closed to new replies.