Title: Error message using Plugin Polylnag
Last modified: August 22, 2016

---

# Error message using Plugin Polylnag

 *  Resolved [resesidan](https://wordpress.org/support/users/resesidan/)
 * (@resesidan)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/error-message-using-plugin-polylnag/)
 * In the field “FOLLOW US” I am getting this error message when activating plugin
   Polylang:
 * Warning: Illegal offset type in isset or empty in /home/resesida/public_html/
   wp-includes/pomo/translations.php on line 72

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [gortsilas](https://wordpress.org/support/users/gortsilas/)
 * (@gortsilas)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/error-message-using-plugin-polylnag/#post-5233937)
 * Hello,
    there seems to be a problem with the handling of the social-target option
   for the social icons list. I wasn’t able to fix it but I have found a workaround.
 * In the file \hueman\functions\theme-options.php go to line 873 and change the
   last array (lines 873-884) from
 *     ```
       array(
       'id'		=> 'social-target',
       'label'		=> 'Link Options',
       'desc'		=> '',
       'std'		=> '',
       'type'		=> 'checkbox',
       'choices'	=> array(
       		array(
       			'value' => '_blank',
       			'label' => 'Open in new window'
       		)
       )
       ```
   
 * to
 *     ```
       array(
       'id'		=> 'social-target',
       'label'		=> 'Link Target',
       'desc'		=> 'Open in new window (_blank) or delete to open in the same window',
       'std'		=> '_blank',
       'type'		=> 'text',
       'choices'	=> array()
       )
       ```
   
 * This changes the type of the theme option from checkbox to simple text just like
   the previous options and is handled correctly.
    Then you can manually write _blank
   if you want your links to open in a new page or leave it empty to open in same
   page.
 * I hope the problem will be fixed in the new version of the theme.
 *  Thread Starter [resesidan](https://wordpress.org/support/users/resesidan/)
 * (@resesidan)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/error-message-using-plugin-polylnag/#post-5233978)
 * Thanks so much for assistans
 *  [barxa](https://wordpress.org/support/users/barxa/)
 * (@barxa)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/error-message-using-plugin-polylnag/#post-5234217)
 * Awesome! would never figured out…
 * Thanx guys

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Error message using Plugin Polylnag’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [barxa](https://wordpress.org/support/users/barxa/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/error-message-using-plugin-polylnag/#post-5234217)
 * Status: resolved