Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ajay Sharma

    (@ajay3085006)

    Hello bikasn

    can you please provide more details.

    what kind of conflict, is it not working at all, or not sliding up/down,not translating etc.

    can provide website link where are you using.

    Thanks for posting query.

    Thread Starter bikasn

    (@bikasn)

    When I am updating Google Language Translator to the current version, I get a fatal error message saying the following:

    “Fatal error: Cannot redeclare register_foo_widget() (previously declared in …/wp-content/plugins/google-language-translator/widget.php:49) in …/wp-content/plugins/wp-scroll-posts/wp-scroll-posts.php on line 386”

    Plugin Author Ajay Sharma

    (@ajay3085006)

    Hello Bikasn

    to resolve this issue.
    please open file wp-scroll-posts.php
    and go to line number 385. replace line number 385-390 with code below.

    if (get_option('wpsp_enable') == 1){
    function register_wpsp_widget() {
        register_widget( 'wp_scroll_post' );
    }
    add_action( 'widgets_init', 'register_wpsp_widget' );}

    It will resolve your issue.

    Thanks for posting query.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conflicting with Google Language Translator’ is closed to new replies.