Categories: ThemesTips & Tricks

Fixing plugins not compatible with hybrid 0.4.2

Hey everyone, as you may have noticed I have a running on the site. While everything almost everything moved over smoothly, there was an issue with how my parent theme striped text in typography. This caused some plugins, like cformsII to not be allowed to print to the screen. Justin had helped to find a fix to filter the hybrid_typography function.

Originally this function filtered out and changed some text that would not validate as XHTML. This had to be removed by running a new function in the child theme’s function.php file.

add_action('init', 'remove_typography');

function remove_typography() {
 remove_filter('the_content', 'hybrid_typography', 11);
}
Web Master

Hi, I am Miguel, I bought this site in 2009. So I now run or manage the site. Please visit my new website or follow me on twitter @W3i.

Recent Posts

What do Software as a Service (SaaS) Companies Do?

What do Software as a Service (SaaS) Companies Do?

7 hours ago

Sick of images being to large for the content area?

Have you ever uploaded an image that might have been a tad bigger than the…

5 hours ago

And the winners who receive a free book are.

See, I really did pull the winner out of a hat, lol. Well In my…

17 hours ago

45X Ways to Skyrocket Your Search Traffic

This Traffic guide offers 45 strategies to boost search traffic, focusing on technical SEO, content,…

1 day ago

How to: Display RSS feeds from anywhere

Here is a simple way to display any RSS feed in your WordPress blog. <?php…

2 days ago

21 Effective Strategies to Amplify Website Traffic

The article provides a comprehensive guide to driving traffic to your website, highlighting 21 effective…

2 days ago