Update not working with Divi
-
I’m using Divi’s code module with [css][/css] inside and code not showing correctly anymore. I’ve tried other fixes for shortcode issues from other topics, currently the following is in my child theme:
add_filter( ‘syntaxhighlighter_htmlresult’, function( $content ) {
return str_replace(‘[‘, ‘[‘, $content);
});didn’t fix anything, not sure what else to try. Divi does add <pre> html so maybe fix involves that (?) but this has never been an issue before. I’m using my own class, not sure if that makes a difference but doesn’t seem like it should.
- This topic was modified 10 months, 3 weeks ago by .
- This topic was modified 10 months, 3 weeks ago by .
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Update not working with Divi’ is closed to new replies.