• I edited my functions.php, saved and it removed all the \ in the file

    Example
    'Tailor\'s' >> 'Tailor's'

    or

    $html = preg_replace('/(width|height)=\"\d*\"\s/', "", $html);
    >>
    $html = preg_replace('/(width|height)="d*"s/', "", $html);
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author mndpsingh287

    (@mndpsingh287)

    Hey Elzix,

    Sorry if you went through issues after installing our plugin. But We checked the plugin again and all the code in it and its absolutely fine. There is no issue in the code. The issue is in your theme. There might be some code in your theme that had lead your website to be crashed. So If that were the case you could have contacted us and we would have checked directly and also fixed even if this was not our plugin’s issue. But Giving a 1 star rating to the plugin directly not knowing the exact issue is not a good thing. As We have put a lot of efforts and hard work in this.

    Thanks,
    Mandeep

    Plugin did the exact same thing to my site as well. I’m using a fairly popular Enfold child theme, so if the problem exists between this theme and your plugin then there’s going to be a lot of users negatively affected by this plugin.

    • This reply was modified 6 years, 11 months ago by dawnmfe.
    Plugin Author mndpsingh287

    (@mndpsingh287)

    Hey @dawnmfe,

    We have resolved all issues like this, please update plugin to latest version. Let me know if you still facing issues after upgrading.

    Thanks,
    Mandeep

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin broke my theme’ is closed to new replies.