• There seems to be an issue with text being displayed, before the body tag, for each of the WP-CRM screens.

    • wp_crm
    • wp_crm wp_crm_new_user
    • wp_crm wp_crm_existing_user
    • wp_crm wp_crm_my_profile wp_crm_existing_user

    When viewing the source, this text shows up before the body tag. When using “inspect element” text shows up in quotes, after body tag.

    Source Example:

    </head>
    wp_crm wp_crm_existing_user<body class="wp-admin wp-core-ui no-js  crm_page_wp_crm_add_new auto-fold admin-bar branch-4-1 version-4-1 admin-color-fresh locale-en-us no-customize-support no-svg">

    Inspect Element Example:

    <body class="wp-admin wp-core-ui no-js  crm_page_wp_crm_add_new auto-fold admin-bar branch-4-1 version-4-1 admin-color-fresh locale-en-us no-customize-support no-svg">
    "wp_crm wp_crm_existing_user"

    https://www.ads-software.com/plugins/wp-crm/

Viewing 5 replies - 1 through 5 (of 5 total)
  • I am having this issue too with wp 4.1, crm 0.36.4. Anyone have a fix?

    Also the “Toggle Settings” link under special actions on admin profile page doesn’t toggle. Any help is appreciated!

    Having the same issue with wp 4.1 text displays on each page before content.

    In class_core.php line 840 change echo implode( ' ', $classes ); to return implode( ' ', $classes );. This will break when the plugin is updated, but it’s the only way to get rid of the text printing out.

    You probably should add $classes = array(); at the top of the method while you are at it.

    Thread Starter bamajr

    (@bamajr)

    @doublesharp there are 6 Plugin developers and they don’t bother to help or even respond, but you found a solution. Very nice! Hopefully the plugin developers will implement your solution, soon.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Text Displayed before Body Tag’ is closed to new replies.