• Resolved lejey

    (@lejey)


    Hello World,

    I built my website 6 month ago and all was OK with the plugin.

    But then when I try to add a new network link it doesn’t work.
    Wordpress tells me my page was modified but when I re-open the Lightweight Social Icon widget my modification is not recorded, and no error notice anywhere..

    Anyone can help me on this please?

    I’m on wordpress 4.9.8 with a Vantage childtheme and I use Siteorigin PageBuilder 2.8.2 to integrate Lightweight Social Icon 1.0.1 within my page.

    Thanks!

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

    (@lejey)

    Hey folks,

    by the way I fixed it myself…
    I just switch simple quotes to double quotes in your lightweight-social-icons.php line 291

    $(this).next().attr(‘placeholder’, ‘<?php _e( “Username”, ‘lightweight-social-icons’ ); ?>’);

    to
    $(this).next().attr(‘placeholder’, <?php _e( “Username”, ‘lightweight-social-icons’ ); ?>);

    In fact in french we have some simple quotes (not escaped) in “user name” (translated to “nom d’utilisateur”)

    you’re welcome you noobs ??

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to add new social network’ is closed to new replies.