• Resolved thib3113

    (@thib3113)


    If I set WP_DEBUG to true, i have lot of error on the personnalise menu `Undefined index: title in /var/www/mountNpass/wp-content/plugins/facebook-pagelike-widget/fb_class.php on line 76
    Undefined index: app_id in /var/www/mountNpass/wp-content/plugins/facebook-pagelike-widget/fb_class.php on line 77
    Undefined index: fb_url in /var/www/mountNpass/wp-content/plugins/facebook-pagelike-widget/fb_class.php on line 78
    Undefined index: custom_css in /var/www/mountNpass/wp-content/plugins/facebook-pagelike-widget/fb_class.php on line 85`

    for the content width, I setup this in my plugin, but when i see, the plugin have a width = 250px , but his parent have a width = 300px

    https://www.ads-software.com/plugins/facebook-pagelike-widget/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Milap

    (@milap)

    Hi thib3113,

    I will check those warnings and will remove it in next update.
    Also i will check point about width.

    Kind Regards,
    Milap

    Plugin Author Milap

    (@milap)

    Hi thib3113,

    I have removed warnings and updated version. Please update plugin in your dashboard. About width, if you select adapt_container_width checkbox, width of the plugin will be set automatically, if you want to set your width, you can uncheck it and set your width. Please refer to https://developers.facebook.com/docs/plugins/page-plugin

    Kind Regards,
    Milap

    Thread Starter thib3113

    (@thib3113)

    see image : https://www.zupmage.eu/i/Z97W8ADAXS.png

    The red is the container, the green is your aside . the container-width don’t work . Do you have any idea ?

    Plugin Author Milap

    (@milap)

    Have you inserted widget into page or post as a shortcode ?

    Thread Starter thib3113

    (@thib3113)

    it’s a widget in footer

    Plugin Author Milap

    (@milap)

    I have updated plugin, can you removed old plugin and install it again ? let me know if still you face the same problem.

    Thread Starter thib3113

    (@thib3113)

    one error :
    Warning: Illegal offset type in isset or empty in /var/www/mountNpass/wp-includes/pomo/translations.php on line 85

    And the width have the same bug, I think it’s my theme, I look this no problem

    Plugin Author Milap

    (@milap)

    Yes it is not related to my plugin. Let me know if still you need my help.

    Kind Regards,
    Milap

    Plugin Author Milap

    (@milap)

    yes it is not related to my plugin, though let me know if you need any kind of help.

    Kind Regards,
    Milap

    Thread Starter thib3113

    (@thib3113)

    fb_class.php:148
    “_e($representation);”
    $representation is not a text, it’s a SimpleXMLElement object

    fb_class.php:146
    replace :
    $representation = $languages[0]->codes->code->standard->representation[0];
    by :
    $representation = $languages[0]->codes->code->standard->representation[0]->__toString();

    the error disapear with this

    Plugin Author Milap

    (@milap)

    okay i will check and replace it soon. Thanks for your help though.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘WP_DEBUG and adapt to content width’ is closed to new replies.