• Resolved Khinson6

    (@khinson6)


    Is there a reason why all text typed into the editor window for adding a listing is run together like one huge paragraph?

    What do I need to do in order to have the Add New Listing page Editor give me Paragraphs for better formatting? Is there a setting I can change, do I need to edit a file or what, need this feature badly.

Viewing 1 replies (of 1 total)
  • Here is the solution for now. We will add this in the next release though.

    1. Open the file single-at_biz_dir.php from the following location.
    plugins/directorist/templates/single-at_biz_dir.php

    2. Please replace the lines 141 and 142 in single-at_biz_dir.php with the following 2 lines of content.
    $cont = $wp_embed->autoembed($wp_embed->run_shortcode(wp_kses_post($post->post_content)));
    echo wpautop(do_shortcode($cont));

    3. Then save the file. and reload your website and remove the browser cache if you do not see the result.

    It should fix your problem.

Viewing 1 replies (of 1 total)
  • The topic ‘“Content in the listing page displays a huge paragraph”’ is closed to new replies.