ryanr14
Member
Posted 2 years ago #
First off, I love this plugin. It worked really great until I started modding a new theme from WooThemes. Just take a look to see what happens when I try to style my ampersands...
http://www.ryancannonray.com
As you can see, and from what the woo support team has figured is that the plugin isn't playing well with JQuery. If you have any hints or suggestions, I'd be glad to hear them and try moving forward. Thank you!
http://wordpress.org/extend/plugins/wp-typography/
@ryanr14
I highly doubt there is a jQuery conflict. jQuery operates client-side (on the browser once a page is served). wp-Typography operates completely on the server _before_ the page is served.
Your problem seems related to the theme authors using improper WordPress functions to place content inside HTML tags. Only WordPress functions that do not leverage filter hooks should be used in this instance. See this FAQ for more information.