• Resolved Zack Pyle

    (@zackpyle)


    I have SEOPress and Relevanssi installed, but on the Indexing tab under “Show advanced settings” I’m not seeing the checkbox to exclude noindex posts from the index.

    If I enable other SEO plugins like Yoast or Rank Math, the checkbox shows up. And I can see in /compatibility/seopress.php that SEOPress is supported, and I see the checkbox in that code. So SEOPress must have changed something you were relying on to activate the checkbox?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mikko Saari

    (@msaari)

    Relevanssi checks if the function seopress_get_toggle_titles_option() exists. If they’ve removed that function, it would break things in Relevanssi. I’ll take a look at this tomorrow.

    Thread Starter Zack Pyle

    (@zackpyle)

    Looks like that function has been moved/renamed. It used to live in the main plugin file, but I don’t see it there anymore in the latest version.

    Maybe use seopress_init()since that’s unlikely to change since it’s not tied to a feature?

    Plugin Author Mikko Saari

    (@msaari)

    I’ll use defined( 'SEOPRESS_VERSION' ) && require_once 'compatibility/seopress.php'; . I’ll fix this in the next version. If you want to hotfix this, you can add that line to the relevanssi_load_compatibility_code() function in /lib/init.php.

    Hi there,

    we confirm that seopress_get_toggle_titles_option no longer exists.

    It has been replaced by seopress_get_service('ToggleOption')->name_of_the_global_option_to_check()

    Using the defined SEOPRESS_VERSION to check if SEOPress is activated on a site is the best option.

    Let us know if you have any questions to improve compatibility between our products.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.