Viewing 1 replies (of 1 total)
  • Plugin Author Sybre Waaijer

    (@cybr)

    Hi @harveyando,

    To improve performance, the Title Fix extension tries to test prior to fixing.
    However, some themes inconsistently do it right, and then wrongly. Making it go on and off.

    To force the Title Fix, add this to your theme’s functions.php file and it will always be active:

    add_filter( 'the_seo_framework_force_title_fix', '__return_true' );
    

    If that still doesn’t work, let me know, and I’ll try to follow up along with the Bridge theme author.

    Cheers!

Viewing 1 replies (of 1 total)

The topic ‘Title Fix Not Working – Bridge Theme’ is closed to new replies.