Title: [Plugin: stella plugin] Error
Last modified: August 20, 2016

---

# [Plugin: stella plugin] Error

 *  [nairox](https://wordpress.org/support/users/nairox/)
 * (@nairox)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stella-plugin-error/)
 * Hi… I’m getting this error
 * Warning: Missing argument 2 for Post_Localizer::localize_title() in /home/hacerdin/
   public_html/catalizadores.info/wp-content/plugins/stella-free/classes/class-post-
   localizer.php on line 186
 * Am i missing something on the configuration?
 * Thanks
 * [http://wordpress.org/extend/plugins/stella-free/](http://wordpress.org/extend/plugins/stella-free/)

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

 *  Plugin Author [Ruslan.Khakimov](https://wordpress.org/support/users/ruslankhakimov/)
 * (@ruslankhakimov)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stella-plugin-error/#post-3056580)
 * nairox, can you tell more detail how you get this message?
 *  Thread Starter [nairox](https://wordpress.org/support/users/nairox/)
 * (@nairox)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stella-plugin-error/#post-3056600)
 * Hi… it appears in the main menu of the site.. no idea why
 *  Plugin Author [Ruslan.Khakimov](https://wordpress.org/support/users/ruslankhakimov/)
 * (@ruslankhakimov)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stella-plugin-error/#post-3056713)
 * Hi,
    It looks like your slider or theme don’t send post ID to the the_title()
   function correctly. It need to research this problem.As a quick solution change
   function loclize title to this:
 * function localize_title( $title, $id = ”){
    if( ” == $id) return ”; if ( STELLA_CURRENT_LANG!
   = STELLA_DEFAULT_LANG ){ $title_new = get_post_meta( $id, ‘_title-‘ . STELLA_CURRENT_LANG,
   true ); if ( ” != $title_new || ! $this->use_default_lang_values ) return $title_new;}
   return $title; }

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

The topic ‘[Plugin: stella plugin] Error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/stella-free.svg)
 * [Stella plugin](https://wordpress.org/plugins/stella-free/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/stella-free/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/stella-free/)
 * [Active Topics](https://wordpress.org/support/plugin/stella-free/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/stella-free/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/stella-free/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ruslan.Khakimov](https://wordpress.org/support/users/ruslankhakimov/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-stella-plugin-error/#post-3056713)
 * Status: not resolved