• Resolved nocleats

    (@nocleats)


    Modifying line #34 in shortcodes.php produces the results I want, but causes wp-admin to show a blank page.

    original line = $style = ‘ font-size: 40px; text-transform : uppercase; text-align: center; font-weight: 300; line-height: 1.2;’;

    modified line = $style = ‘ font-size: 25px; text-transform: none; text-align: center; font-weight: 200; line-height: 1.2;’;

    Switching between the 2 above versions of line #34 consistently produces the same results. wp-admin works with the original line and produces a blank screen with the modified line.

    I have re-installed the plugin fresh – same results. Please help.

    https://wordpress.org/plugins/fruitful-shortcodes/

The topic ‘Modifying shortcodes.php line 34 breaks wp-admin’ is closed to new replies.