• WP5.6, Divi 4.8.1 (latest)
    404page v11.3.0 and earlier versions are conflicting with Elegant Themes Divi theme visual builder (back-end).

    When using shortcodes (placed in functions.php and called in Divi) the Divi visual builder behaves un-normal and instead of displaying the text line with the shortcodes, it displays a mess .
    see image.

    When 404 is deactivated, all is OK
    Will appreciate if you’ll check and fix this
    Thanks

    link to image

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter asc1212

    (@asc1212)

    A sample of a shortcut placed in functions.php for exaple:

    function myyear_shortcode() {
    $x = date('Y');  
    $y = 2012;
    $b = $x - $y;
    return $b;
    }
    add_shortcode('myyear', 'myyear_shortcode'); 

    As said, the problem is with the Visual Builder = Divi back-end.
    Thanks

    Thread Starter asc1212

    (@asc1212)

    heloooooooooooooooooo
    any support here?

    same bug exists while using WP5.6.2, Divi 4.9.1 (latest)

    • This reply was modified 3 years, 1 month ago by asc1212.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict with Divi while using shortcodes’ is closed to new replies.