Title: Konstantinos Raktivan's Replies | WordPress.org

---

# Konstantinos Raktivan

  [  ](https://wordpress.org/support/users/constracti/)

 *   [Profile](https://wordpress.org/support/users/constracti/)
 *   [Topics Started](https://wordpress.org/support/users/constracti/topics/)
 *   [Replies Created](https://wordpress.org/support/users/constracti/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/constracti/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/constracti/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/constracti/engagements/)
 *   [Favorites](https://wordpress.org/support/users/constracti/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Google reCAPTCHA] recaptcha failed in wordpress reset password form](https://wordpress.org/support/topic/recaptcha-failed-in-wordpress-reset-password-form/)
 *  Thread Starter [Konstantinos Raktivan](https://wordpress.org/support/users/constracti/)
 * (@constracti)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/recaptcha-failed-in-wordpress-reset-password-form/#post-18077019)
 * Yes, I’m quoting the [release announcement of PHP 8](https://www.php.net/releases/8.0/en.php):
 * > Most of the internal functions now throw an Error exception if the validation
   > of the parameters fails.
 * Various warnings have been “upgraded” to errors. And a “cannot convert an object
   to a string” error is a nice example of this fact.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Google reCAPTCHA] recaptcha failed in wordpress reset password form](https://wordpress.org/support/topic/recaptcha-failed-in-wordpress-reset-password-form/)
 *  Thread Starter [Konstantinos Raktivan](https://wordpress.org/support/users/constracti/)
 * (@constracti)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/recaptcha-failed-in-wordpress-reset-password-form/#post-18076944)
 * At line 489 you are concatenating the variable `$output` with a string, the html
   code of an input field. Which means that `$output` should already be a string(
   or something that can be automatically converted to a string).
 * However, as it is mentioned in the [documentation](https://developer.wordpress.org/reference/hooks/resetpass_form/),
   the “resetpass_form” hook takes an object `WP_User` as an input argument, which
   cannot be converted to a string, exactly as the PHP error message suggests. And`
   $output` is the input argument of static function `captcha_fields` of class `
   WPCaptcha_Functions`. Which is added as a filter (it should be an action, not
   a filter, anyway, that’s one more issue) on the “resetpass_form” hook at `ABSPATH/
   wp-content/plugins/advanced-google-recaptcha/advanced-google-recaptcha.php:135`.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disable Author Archives] remove users from sitemap](https://wordpress.org/support/topic/remove-users-from-sitemap/)
 *  Thread Starter [Konstantinos Raktivan](https://wordpress.org/support/users/constracti/)
 * (@constracti)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/remove-users-from-sitemap/#post-17390735)
 * Make sure _Discourage search engines from indexing this site_ is not set from
   _Settings :: Reading :: Search engine visibility_. Then by default a sitemap 
   is rendered at `/wp-sitemap.xml`, listing the users provider. Enabling your plugin
   does not hide this entry. I just checked in a brand new site with the preinstalled
   theme and no other plugins.
 * We want the sitemap, but I claim that the users provider is not relevant when
   your plugin is activated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disable Author Archives] remove users from sitemap](https://wordpress.org/support/topic/remove-users-from-sitemap/)
 *  Thread Starter [Konstantinos Raktivan](https://wordpress.org/support/users/constracti/)
 * (@constracti)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/remove-users-from-sitemap/#post-17377450)
 * I can’t find the hook `wp_sitemaps_register_providers` in the documentation.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Total] bug report: customizer crash](https://wordpress.org/support/topic/bug-report-customizer-crash/)
 *  Thread Starter [Konstantinos Raktivan](https://wordpress.org/support/users/constracti/)
 * (@constracti)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/bug-report-customizer-crash/#post-14419335)
 * I noticed that with yesterday’s [update](https://themes.trac.wordpress.org/changeset?old_path=%2Ftotal%2F1.2.56&old=147559&new_path=%2Ftotal%2F1.2.55&new=147559)
   the issue is fixed. I appreciate that you resolved it right away.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Virtual Robots.txt] not working when blog_public is enabled](https://wordpress.org/support/topic/not-working-when-blog_public-is-enabled/)
 *  Thread Starter [Konstantinos Raktivan](https://wordpress.org/support/users/constracti/)
 * (@constracti)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/not-working-when-blog_public-is-enabled/#post-13883408)
 * Ok. Maybe a switch could be included in the settings page allowing administrators
   to have both features available (virtual file and meta tags). With a default 
   value “OFF”, so that current installations keep functioning as expected.
 * Of course I could switch to another plugin or upload a (regular) robots file.
   I just wondered if it would be possible to satisfy my requirements with your 
   light-weight plugin.
 * In any case, thanks for your reply. You may also mark this topic as resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Virtual Robots.txt] not working when blog_public is enabled](https://wordpress.org/support/topic/not-working-when-blog_public-is-enabled/)
 *  Thread Starter [Konstantinos Raktivan](https://wordpress.org/support/users/constracti/)
 * (@constracti)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/not-working-when-blog_public-is-enabled/#post-13883263)
 * Thanks for the response.
 * My issue is that if wordpress is set to echo the noindex robots meta tag (through
   admin :: reading :: search engine visibility), this plugin will not work. I would
   like to have both the meta tag and the robots.txt virtual file present.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PageMenu] Plugin Broken by WordPress5.5](https://wordpress.org/support/topic/plugin-broken-by-wordpress5-5/)
 *  [Konstantinos Raktivan](https://wordpress.org/support/users/constracti/)
 * (@constracti)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/plugin-broken-by-wordpress5-5/#post-13381269)
 * I verify LordGoran’s statement
 * according to [jQuery documentation](https://api.jquery.com/live/)
 * > Note: This API has been removed in jQuery 1.9; please use on() instead.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Total] Home Slider not showing](https://wordpress.org/support/topic/home-slider-not-showing/)
 *  [Konstantinos Raktivan](https://wordpress.org/support/users/constracti/)
 * (@constracti)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/home-slider-not-showing/#post-9580802)
 * I ran into the same problem. Home slider is rendered by a library called by a
   cached script named _js/total-custom.js_. It seems that the theme now uses a 
   different library. All I had to do is to force a refresh of the script (ctrl+
   F5).

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