• Resolved Micke123

    (@micke123)


    The latest version of the plugin adds “Posting…” in a div at the bottom of my site. I tried disabling every other plugin and reverting to a standard theme to check for conflicts but it was still there.

    <div id="nxsFavNotice"><div id="nxsFavNoticeCnt">Posting....</div></div>

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Alpesh

    (@alpesh_p2010)

    I’ve temporarily fixed it by commenting out the code which outputs it.

    Edit the file nxs_functions_wp.php which is located inside the wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/inc/ directory and comment out the below code.

    add_action( 'wp_footer', 'nxsFavFooter' );

    Add // before the code to comment it out.

    P.S: I know it is not the best solution, but as a temporary quick fix it gets the job done until the developer pushes an update with the fix.

    • This reply was modified 3 years, 1 month ago by Alpesh.
    Plugin Author NextScripts

    (@nextscripts)

    Please update plugin to the latest version 4.3.22. This problem has been fixed there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Latest version added code to my site frontend’ is closed to new replies.