Viewing 1 replies (of 1 total)
  • Hi whoaloic,

    The next version of plugin will be updating in 2 or 3 days.

    And the solution of this problem will be included in this version.

    For Temporary solution follow these steps

    Step-1: Open easy coming soon plugin directory

    Step-2: Open file coming-soon-plugin.php in any editor.

    Step-3: find this code on line no.-213

    $descrip = mysql_real_escape_string($_POST['descrip']);

    Step-4: replace given coed with this code

    $descrip = stripslashes($_POST['descrip']);

    After these steps your problem will be solve.

    Thanks,
    Deepesh paliwal

Viewing 1 replies (of 1 total)
  • The topic ‘Text does not display properly’ is closed to new replies.