• Resolved luminancedesign

    (@luminancedesign)


    I’ve added a multi-paragraph description to a test product and while it looks fine in the admin area, the <p> tags are being stripped when output on the front end – resulting in a large dense block of text that should be evenly spaced.

    Any idea why this is the case now I’ve upgraded to the Pro version, as I’m sure it wasn’t like this with the standard version…

    https://wordpress.org/plugins/ultimate-auction/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nitesh

    (@nitesh_singh)

    Hi @luminancedesign

    Are you saying you get this problem in PRO but fixed in free version? If that is the case, could you please support ticket for PRO here – http://auctionplugin.net/support or in-case already raised, do let me know.

    Regards,

    Thread Starter luminancedesign

    (@luminancedesign)

    Solution found:

    I have tweaked the template now to wrap the output of the description in ‘auction-description-tabs.php’ with the ‘wpautop()’ function – which seems to work as expected, paragraph formatting along with lists are now correct.

    So what was:

    echo $wdm_auction->post_content;

    Is now:

    echo wpautop($wdm_auction->post_content);

    Edit: Ticket added for PRO version.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Description formatting being stripped’ is closed to new replies.