• Resolved wpressman

    (@wpressman)


    Hi, I have just found this plugin and installed the latest wp-typography 3.6.0 with WordPress 4.7 and theme “Twentyseventeen” 1.0. I tried to change the quotation marks from “test” (upper-quotation-mark text upper-quotation-mark) to lower-quotation-mark text upper-quotation-mark. Unfortunately, these changes arent being progressed. Is there any way to fix this?

    Thank you for any help!

    wpressman

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author pepe

    (@pputzer)

    There is probably a plugin that results in invalid HTML being passed to wp-Typography. Versions since 3.5.2 will not process invalid HTML. You can change that behaviour with the line

    add_filter( 'typo_ignore_parser_errors', '__return_true' );

    in your functions.php and clearing the caches.

    • This reply was modified 8 years, 2 months ago by pepe.
    Thread Starter wpressman

    (@wpressman)

    Wait, what?! You are faster than a flash of lightning as the germans say! Thank you very much for this superfast answer.

    Yes, it is the plugin “Meta Tag Manager” 2.0.2 from Marcus Sykes that interferes with yours! After deactivating it, the quotation marks are displayed as configured in your plugin. Since I dont need it anymore, I’ll simply delete it.

    I wish you all the best for 2017, pepe!

    wpressman

    Plugin Author pepe

    (@pputzer)

    Thank you! (If you’d like to help the plugin, please write a review.)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘quotation mark not being changed’ is closed to new replies.