Solution for incompatibility WPML and Revolution slider
-
Wpml support give me a solution for fix incompatibility plugin when you install both wpml and revolution slider. Indead when all 3 plugin are at same project, the select language in revolution slider dont work properly: you are unable to choose language. So they tell me to report you to change in post-widget.php this line :
if( 'content_block' != $current_screen -> post_type ) {
to:
if( isset( $current_screen->base ) && 'post' == $current_screen->post_type && 'content_block' != $current_screen -> post_type ) {
you can see discussion here:
https://wpml.org/forums/topic/wpml-slider-revolution-custom-post-widget-plugin-iteration/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Solution for incompatibility WPML and Revolution slider’ is closed to new replies.