• Resolved Maysie

    (@neighbourhoodcentre)


    Hi Jeff, I’m back again. I have finally had time to give Cozmoslabs solution a try, but it hasn’t fixed the issue. I’m interested to know if you think this is a fix or have a solution. Here’s what they suggested. I followed these instructions. No luck. (I have a support request with Cozmoslabs.)

    Instructions

    You can remove that notification from Profile Builder WYSIWYG editor by using this mini-plugin.
    The download counter will still work on your backend classical editor.

    • Create an empty plugin like this: https://gist.github.com/sareiodata/76f701e01db6685829db
    • Add the following code to the end of it:
    • Install this plugin via FTP (copy it inside wp-content/plugins) or create a zip archive with it and install it via the WordPress plugin upload functionality

    add_filter(‘mce_external_plugins’, ‘remove_simple_download_counter_add_mce_plugin’, 100); function remove_simple_download_counter_add_mce_plugin($plugins){ global $wppb_shortcode_on_front; if ( $wppb_shortcode_on_front ){ if (is_array($plugins) && isset($plugins[‘sdc_download’])){ unset($plugins[‘sdc_download’]); } } return $plugins; }

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Hi Maysie,

    So it sounds like I need to install Cozmoslabs in order to set this all up and do some testing. I found their website, but it doesn’t look like there is a free version of the plugin available. Do you know if there is one?

    Plugin Author Jeff Starr

    (@specialk)

    Hi Maysie, just wanted to follow up with this. It’s been a while with no reply, so I hope the issue is resolved? Or if there is anything I can do to help, please let me know. Thank you.

    Plugin Author Jeff Starr

    (@specialk)

    Hey Maysie, I hope you got this sorted. It’s been a while with no reply so gonna go ahead and mark this thread as resolved to help keep the forum organized. Feel free to post again with any further questions or feedback, Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conflict with Cozmoslabs’ is closed to new replies.