Forums

[resolved] How to Remove Branding for "WP Events Calendar" Plugin (6 posts)

  1. chaddahlberg
    Member
    Posted 1 year ago #

    The URL for my site is ultimatedealershipauctions.com. The link for "Auction Calendar" displays the "WP Events Calendar" plugin. At the bottom of the calendar, it says "WP Events Calendar is proudly sponsored by True Media Concepts". The business I'm building the site for would like this removed. I went into wp-admin, plugins, and clicked on the Events Calendar plugin and went to the Editor. I searched all 3 files for some of the text and can't find it. What am I missing to remove this branding for the business? Please advise!

  2. web_masterZ
    Member
    Posted 1 year ago #

    I have this question too for a client's site. I can't believe the WP Events Calendar developers would add self-branding like this to their plugin. Any help from the community would be much appreciated.

  3. Rev. Voodoo
    Volunteer Moderator
    Posted 1 year ago #

    I wonder if something I just saw in another thread from @alchymyth could help

    in functions.php

    add_filter('the_content','strip_email_provider_text');
    function strip_email_provider_text($output) {
    $output = str_replace('WP Events Calendar is proudly sponsored by <a href="http://www.truemediaconcepts.com">True Media Concepts</a>','',$output);
    return $output;
    }
  4. web_masterZ
    Member
    Posted 1 year ago #

    Thanks,
    I haven't tried your suggestion Voodoo, but after I posted my question, I found this solution in another thread.

    You adjust the ec_calendar.class.php file in the Plugins-->events-calendar folder.

    http://wordpress.org/support/topic/plugin-events-calendar-why-did-they-ruin-wp-events?replies=4

  5. chaddahlberg
    Member
    Posted 1 year ago #

    Thanks for everybody's feedback. Modifying the ec_calendar.class.php file worked!

  6. muymalestado
    Member
    Posted 1 year ago #

    Thank you very much! Thanks to Luke for great plugin..

Topic Closed

This topic has been closed to new replies.

About this Topic