Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26577

    I am having issues with a plugin called sabai directory.

    Issues experiencing –

    1. when bbpress plugin in stalled the above plugin does not work at all.

    2. multipule <p> tags breaking my js.

    Any solution to fix the problem?

    #130927

    1) If you get a php error (or “white screen of death”) you can try to increase the allocated php memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Otherwise (if it’s a js/css, etc. error) please try to contact the plugin authors because this seems to be a plugin conflict between bbpress and sabai.

    2) We’ll release an update which should fix all these wpautop issues soon. For now try open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestextblock.php and replace

    return "<div class='avia_textblock'>".wpautop( ShortcodeHelper::avia_remove_autop($content) )."</div>";

    with

    return "<div class='avia_textblock'>".ShortcodeHelper::avia_remove_autop($content)."</div>";

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Lots of html code being made and causes js error please advise’ is closed to new replies.