• I am designing this site in Divi, building on the front end in the builder and for some reason that I can’t figure out, the theme (I presume) is wrapping the shortcode in a div and leaving a random end paragraph </p> under the list when I exit the builder. This may be something I need to take up with the Divi devs, but I thought I’d ask here first.

    Thank you!
    Deb

    The page I need help with: [log in to see the link]

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

    (@xnau)

    I have heard of problems like this when using Divi, but you may find they’re unwilling to help since it involves a plugin.

    If you don’t get any help from them, let me know the exact conditions under which you see the problem so I can attempt to duplicate it here.

    Plugin Author xnau webdesign

    (@xnau)

    I was able to find the cause of this problem, it is in the plugin and can come up under specific circumstances.

    If you want to fix this, you can alter one of the plugin files. You can do this using the plugin editor located under the Plugins menu item in the WP admin.

    If you open the plugin file participants-database.php and go to line 363, you’ll see:

    add_filter( 'the_content', array( 'Participants_Db', 'fix_shortcode_special_chars' ), 5 );

    just comment that line out (which disables it) like this:

    // add_filter( 'the_content', array( 'Participants_Db', 'fix_shortcode_special_chars' ), 5 );

    That will prevent those stray characters from appearing.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Random code at bottom of list’ is closed to new replies.